Skip to content

Commit 0d5a8c6

Browse files
committed
✨ Data updates for vday event.
1 parent eca0926 commit 0d5a8c6

File tree

2 files changed

+44
-13
lines changed

2 files changed

+44
-13
lines changed

lib/fixtures/items.js

+36-8
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,8 @@ export default [
840840
"id": "97",
841841
"image": "/img/items/7820.png",
842842
"sellPrice": 100,
843-
"xp": 525
843+
"xp": 525,
844+
"mastery": true
844845
},
845846
{
846847
"name": "Clownfish",
@@ -911,7 +912,8 @@ export default [
911912
"id": "101",
912913
"image": "/img/items/7904.png",
913914
"sellPrice": 100,
914-
"xp": 525
915+
"xp": 525,
916+
"mastery": true
915917
},
916918
{
917919
"id": "391",
@@ -1459,6 +1461,13 @@ export default [
14591461
"image": "/img/items/giftbasket.png",
14601462
"xp": 1
14611463
},
1464+
{
1465+
"firstSeen": 1644472554251,
1466+
"id": "490",
1467+
"name": "Gift Basket 02",
1468+
"image": "/img/items/giftbasket.png",
1469+
"xp": 1
1470+
},
14621471
{
14631472
"name": "Gingerbread House",
14641473
"id": "423",
@@ -1955,7 +1964,14 @@ export default [
19551964
"event": true,
19561965
"sellPrice": 5000,
19571966
"xp": 2500,
1958-
"rarity": "Uncommon"
1967+
"rarity": "Uncommon",
1968+
"craftPrice": 300,
1969+
"mastery": true,
1970+
"recipe": {
1971+
"Heart Necklace Left Piece": 1,
1972+
"Heart Necklace Right Piece": 1,
1973+
"Steel Wire": 1
1974+
}
19591975
},
19601976
{
19611977
"firstSeen": 1644110823342,
@@ -1964,7 +1980,8 @@ export default [
19641980
"image": "/img/items/l_02_t_b.PNG",
19651981
"event": true,
19661982
"xp": 1750,
1967-
"rarity": "Uncommon"
1983+
"rarity": "Rare",
1984+
"firstDropped": 1644634232000
19681985
},
19691986
{
19701987
"firstSeen": 1644110829799,
@@ -1973,7 +1990,8 @@ export default [
19731990
"image": "/img/items/l_02_t_c.PNG",
19741991
"event": true,
19751992
"xp": 1750,
1976-
"rarity": "Uncommon"
1993+
"rarity": "Rare",
1994+
"firstDropped": 1644634232000
19771995
},
19781996
{
19791997
"name": "Herbs",
@@ -4219,11 +4237,21 @@ export default [
42194237
{
42204238
"firstSeen": 1644110847499,
42214239
"id": "488",
4222-
"name": "Valentine's Card",
4240+
"name": "Valentines Card",
42234241
"image": "/img/items/l_07_t.PNG",
42244242
"event": true,
4225-
"xp": 1750,
4226-
"rarity": "Uncommon"
4243+
"xp": 500,
4244+
"rarity": "Uncommon",
4245+
"craftPrice": 150,
4246+
"mastery": true,
4247+
"recipe": {
4248+
"Feathers": 3,
4249+
"Fish Bones": 1,
4250+
"Mushroom Paste": 1,
4251+
"White Parchment": 2
4252+
},
4253+
"sellPrice": 500,
4254+
"givable": true
42274255
},
42284256
{
42294257
"name": "Vixen",

lib/fixtures/locations.js

+8-5
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ export default [
2929
"Lemon Quartz",
3030
"Pocket Watch",
3131
"Lima Bean",
32-
"Horned Beetle"
32+
"Horned Beetle",
33+
"Heart Necklace Right Piece"
3334
],
34-
"type": "explore",
3535
"id": "4",
36+
"type": "explore",
3637
"name": "Cane Pole Ridge"
3738
},
3839
{
@@ -83,8 +84,8 @@ export default [
8384
"Caterpillar",
8485
"Medium Chest 01"
8586
],
86-
"type": "explore",
8787
"id": "3",
88+
"type": "explore",
8889
"name": "Highland Hills"
8990
},
9091
{
@@ -217,7 +218,8 @@ export default [
217218
"Red Starfish",
218219
"Seahorse",
219220
"Goldray",
220-
"Spiked Shell"
221+
"Spiked Shell",
222+
"Crab Claw"
221223
],
222224
"id": "7",
223225
"type": "fishing",
@@ -315,7 +317,8 @@ export default [
315317
"Mussel",
316318
"Mackerel",
317319
"Seaweed",
318-
"Gold Sea Bass"
320+
"Gold Sea Bass",
321+
"Heart Necklace Left Piece"
319322
],
320323
"id": "5",
321324
"type": "fishing",

0 commit comments

Comments
 (0)