@@ -840,7 +840,8 @@ export default [
840
840
"id" : "97" ,
841
841
"image" : "/img/items/7820.png" ,
842
842
"sellPrice" : 100 ,
843
- "xp" : 525
843
+ "xp" : 525 ,
844
+ "mastery" : true
844
845
} ,
845
846
{
846
847
"name" : "Clownfish" ,
@@ -911,7 +912,8 @@ export default [
911
912
"id" : "101" ,
912
913
"image" : "/img/items/7904.png" ,
913
914
"sellPrice" : 100 ,
914
- "xp" : 525
915
+ "xp" : 525 ,
916
+ "mastery" : true
915
917
} ,
916
918
{
917
919
"id" : "391" ,
@@ -1459,6 +1461,13 @@ export default [
1459
1461
"image" : "/img/items/giftbasket.png" ,
1460
1462
"xp" : 1
1461
1463
} ,
1464
+ {
1465
+ "firstSeen" : 1644472554251 ,
1466
+ "id" : "490" ,
1467
+ "name" : "Gift Basket 02" ,
1468
+ "image" : "/img/items/giftbasket.png" ,
1469
+ "xp" : 1
1470
+ } ,
1462
1471
{
1463
1472
"name" : "Gingerbread House" ,
1464
1473
"id" : "423" ,
@@ -1955,7 +1964,14 @@ export default [
1955
1964
"event" : true ,
1956
1965
"sellPrice" : 5000 ,
1957
1966
"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
+ }
1959
1975
} ,
1960
1976
{
1961
1977
"firstSeen" : 1644110823342 ,
@@ -1964,7 +1980,8 @@ export default [
1964
1980
"image" : "/img/items/l_02_t_b.PNG" ,
1965
1981
"event" : true ,
1966
1982
"xp" : 1750 ,
1967
- "rarity" : "Uncommon"
1983
+ "rarity" : "Rare" ,
1984
+ "firstDropped" : 1644634232000
1968
1985
} ,
1969
1986
{
1970
1987
"firstSeen" : 1644110829799 ,
@@ -1973,7 +1990,8 @@ export default [
1973
1990
"image" : "/img/items/l_02_t_c.PNG" ,
1974
1991
"event" : true ,
1975
1992
"xp" : 1750 ,
1976
- "rarity" : "Uncommon"
1993
+ "rarity" : "Rare" ,
1994
+ "firstDropped" : 1644634232000
1977
1995
} ,
1978
1996
{
1979
1997
"name" : "Herbs" ,
@@ -4219,11 +4237,21 @@ export default [
4219
4237
{
4220
4238
"firstSeen" : 1644110847499 ,
4221
4239
"id" : "488" ,
4222
- "name" : "Valentine's Card" ,
4240
+ "name" : "Valentines Card" ,
4223
4241
"image" : "/img/items/l_07_t.PNG" ,
4224
4242
"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
4227
4255
} ,
4228
4256
{
4229
4257
"name" : "Vixen" ,
0 commit comments