stardew-valley-data 0.4.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/data/skills.json +148 -55
- package/data/tools.json +62 -63
- package/dist/index.d.mts +13 -5
- package/dist/index.d.ts +13 -5
- package/dist/index.js +218 -119
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +218 -119
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17307,7 +17307,7 @@ var tools_default = [
|
|
|
17307
17307
|
type: "upgradeable",
|
|
17308
17308
|
name: "Trash Can",
|
|
17309
17309
|
description: "Discard items from your inventory. Higher upgrades refund a percentage of the item's sell value.",
|
|
17310
|
-
canEnchant:
|
|
17310
|
+
canEnchant: false,
|
|
17311
17311
|
levels: [
|
|
17312
17312
|
{
|
|
17313
17313
|
level: "basic",
|
|
@@ -17354,7 +17354,7 @@ var tools_default = [
|
|
|
17354
17354
|
{
|
|
17355
17355
|
id: "pan",
|
|
17356
17356
|
type: "upgradeable",
|
|
17357
|
-
name: "
|
|
17357
|
+
name: "Pan",
|
|
17358
17358
|
description: "Gather ore, gems, and other items from shimmering spots in water. Higher upgrades increase yield and chance for special items.",
|
|
17359
17359
|
canEnchant: true,
|
|
17360
17360
|
levels: [
|
|
@@ -17393,69 +17393,68 @@ var tools_default = [
|
|
|
17393
17393
|
]
|
|
17394
17394
|
},
|
|
17395
17395
|
{
|
|
17396
|
-
id: "
|
|
17397
|
-
type: "fishing-rod",
|
|
17398
|
-
name: "Bamboo Pole",
|
|
17399
|
-
description: "A basic fishing rod. Cannot use bait or tackle.",
|
|
17400
|
-
image: "images/tools/fishing-rod/Bamboo Pole.png",
|
|
17401
|
-
cost: 500,
|
|
17402
|
-
fishingLevelRequired: null,
|
|
17403
|
-
bait: false,
|
|
17404
|
-
tackleSlots: 0,
|
|
17405
|
-
canEnchant: false,
|
|
17406
|
-
obtain: "Purchased from Willy's Fish Shop."
|
|
17407
|
-
},
|
|
17408
|
-
{
|
|
17409
|
-
id: "training-rod",
|
|
17410
|
-
type: "fishing-rod",
|
|
17411
|
-
name: "Training Rod",
|
|
17412
|
-
description: "Simplifies the fishing minigame and only catches common fish. Good for beginners.",
|
|
17413
|
-
image: "images/tools/fishing-rod/Training Rod.png",
|
|
17414
|
-
cost: 25,
|
|
17415
|
-
fishingLevelRequired: null,
|
|
17416
|
-
bait: false,
|
|
17417
|
-
tackleSlots: 0,
|
|
17418
|
-
canEnchant: false,
|
|
17419
|
-
obtain: "Purchased from Willy's Fish Shop."
|
|
17420
|
-
},
|
|
17421
|
-
{
|
|
17422
|
-
id: "fiberglass-rod",
|
|
17396
|
+
id: "fishing-rod",
|
|
17423
17397
|
type: "fishing-rod",
|
|
17424
|
-
name: "
|
|
17425
|
-
description: "
|
|
17426
|
-
image: "images/tools/fishing-rod/Fiberglass Rod.png",
|
|
17427
|
-
cost: 1800,
|
|
17428
|
-
fishingLevelRequired: 2,
|
|
17429
|
-
bait: true,
|
|
17430
|
-
tackleSlots: 0,
|
|
17431
|
-
canEnchant: false,
|
|
17432
|
-
obtain: "Purchased from Willy's Fish Shop."
|
|
17433
|
-
},
|
|
17434
|
-
{
|
|
17435
|
-
id: "iridium-rod",
|
|
17436
|
-
type: "fishing-rod",
|
|
17437
|
-
name: "Iridium Rod",
|
|
17438
|
-
description: "A high-end fishing rod that supports both bait and one tackle attachment.",
|
|
17439
|
-
image: "images/tools/fishing-rod/Iridium Rod.png",
|
|
17440
|
-
cost: 7500,
|
|
17441
|
-
fishingLevelRequired: 6,
|
|
17442
|
-
bait: true,
|
|
17443
|
-
tackleSlots: 1,
|
|
17444
|
-
canEnchant: true,
|
|
17445
|
-
obtain: "Purchased from Willy's Fish Shop."
|
|
17446
|
-
},
|
|
17447
|
-
{
|
|
17448
|
-
id: "advanced-iridium-rod",
|
|
17449
|
-
type: "fishing-rod",
|
|
17450
|
-
name: "Advanced Iridium Rod",
|
|
17451
|
-
description: "The ultimate fishing rod with two tackle slots and bait support.",
|
|
17452
|
-
image: "images/tools/fishing-rod/Advanced Iridium Rod.png",
|
|
17453
|
-
cost: null,
|
|
17454
|
-
fishingLevelRequired: null,
|
|
17455
|
-
bait: true,
|
|
17456
|
-
tackleSlots: 2,
|
|
17398
|
+
name: "Fishing Rod",
|
|
17399
|
+
description: "Fishing rods for catching fish. Higher tiers unlock bait and tackle support.",
|
|
17457
17400
|
canEnchant: true,
|
|
17458
|
-
|
|
17401
|
+
levels: [
|
|
17402
|
+
{
|
|
17403
|
+
name: "Training Rod",
|
|
17404
|
+
image: "images/tools/fishing-rod/Training Rod.png",
|
|
17405
|
+
cost: 25,
|
|
17406
|
+
fishingLevelRequired: null,
|
|
17407
|
+
bait: false,
|
|
17408
|
+
tackleSlots: 0,
|
|
17409
|
+
canEnchant: false,
|
|
17410
|
+
obtain: "Purchased from Willy's Fish Shop.",
|
|
17411
|
+
description: "Simplifies the fishing minigame and only catches common fish. Good for beginners."
|
|
17412
|
+
},
|
|
17413
|
+
{
|
|
17414
|
+
name: "Bamboo Pole",
|
|
17415
|
+
image: "images/tools/fishing-rod/Bamboo Pole.png",
|
|
17416
|
+
cost: 500,
|
|
17417
|
+
fishingLevelRequired: null,
|
|
17418
|
+
bait: false,
|
|
17419
|
+
tackleSlots: 0,
|
|
17420
|
+
canEnchant: false,
|
|
17421
|
+
obtain: "Purchased from Willy's Fish Shop.",
|
|
17422
|
+
description: "A basic fishing rod. Cannot use bait or tackle."
|
|
17423
|
+
},
|
|
17424
|
+
{
|
|
17425
|
+
name: "Fiberglass Rod",
|
|
17426
|
+
image: "images/tools/fishing-rod/Fiberglass Rod.png",
|
|
17427
|
+
cost: 1800,
|
|
17428
|
+
fishingLevelRequired: 2,
|
|
17429
|
+
bait: true,
|
|
17430
|
+
tackleSlots: 0,
|
|
17431
|
+
canEnchant: false,
|
|
17432
|
+
obtain: "Purchased from Willy's Fish Shop.",
|
|
17433
|
+
description: "Supports bait to reduce time between bites. Requires Fishing level 2."
|
|
17434
|
+
},
|
|
17435
|
+
{
|
|
17436
|
+
name: "Iridium Rod",
|
|
17437
|
+
image: "images/tools/fishing-rod/Iridium Rod.png",
|
|
17438
|
+
cost: 7500,
|
|
17439
|
+
fishingLevelRequired: 6,
|
|
17440
|
+
bait: true,
|
|
17441
|
+
tackleSlots: 1,
|
|
17442
|
+
canEnchant: true,
|
|
17443
|
+
obtain: "Purchased from Willy's Fish Shop.",
|
|
17444
|
+
description: "Supports bait and one tackle attachment. Can be enchanted at the Forge. Requires Fishing level 6."
|
|
17445
|
+
},
|
|
17446
|
+
{
|
|
17447
|
+
name: "Advanced Iridium Rod",
|
|
17448
|
+
image: "images/tools/fishing-rod/Advanced Iridium Rod.png",
|
|
17449
|
+
cost: null,
|
|
17450
|
+
fishingLevelRequired: null,
|
|
17451
|
+
bait: true,
|
|
17452
|
+
tackleSlots: 2,
|
|
17453
|
+
canEnchant: true,
|
|
17454
|
+
obtain: "Reward for achieving Fishing Mastery.",
|
|
17455
|
+
description: "The ultimate fishing rod. Supports bait and two tackle attachments simultaneously. Can be enchanted at the Forge."
|
|
17456
|
+
}
|
|
17457
|
+
]
|
|
17459
17458
|
},
|
|
17460
17459
|
{
|
|
17461
17460
|
id: "scythe",
|
|
@@ -19339,6 +19338,12 @@ function search(query, kinds) {
|
|
|
19339
19338
|
add({ kind: "tool", id: tool.id, name: tool.name, image, sellPrice: null });
|
|
19340
19339
|
}
|
|
19341
19340
|
}
|
|
19341
|
+
} else if (tool.type === "fishing-rod") {
|
|
19342
|
+
for (const level of tool.levels) {
|
|
19343
|
+
if (matches(query, level.name, level.name)) {
|
|
19344
|
+
add({ kind: "tool", id: tool.id, name: level.name, image: level.image, sellPrice: null });
|
|
19345
|
+
}
|
|
19346
|
+
}
|
|
19342
19347
|
} else {
|
|
19343
19348
|
if (matches(query, tool.id, tool.name)) {
|
|
19344
19349
|
add({ kind: "tool", id: tool.id, name: tool.name, image: tool.image, sellPrice: null });
|
|
@@ -19507,15 +19512,20 @@ var skills_default = [
|
|
|
19507
19512
|
level: 1,
|
|
19508
19513
|
xpRequired: 100,
|
|
19509
19514
|
totalXp: 100,
|
|
19510
|
-
recipes: {
|
|
19515
|
+
recipes: {
|
|
19516
|
+
crafting: ["Scarecrow", "Basic Fertilizer"],
|
|
19517
|
+
cooking: [],
|
|
19518
|
+
additional: []
|
|
19519
|
+
}
|
|
19511
19520
|
},
|
|
19512
19521
|
{
|
|
19513
19522
|
level: 2,
|
|
19514
19523
|
xpRequired: 280,
|
|
19515
19524
|
totalXp: 380,
|
|
19516
19525
|
recipes: {
|
|
19517
|
-
crafting: ["
|
|
19518
|
-
cooking: []
|
|
19526
|
+
crafting: ["Mayonnaise Machine", "Stone Fence", "Sprinkler"],
|
|
19527
|
+
cooking: [],
|
|
19528
|
+
additional: []
|
|
19519
19529
|
}
|
|
19520
19530
|
},
|
|
19521
19531
|
{
|
|
@@ -19523,8 +19533,9 @@ var skills_default = [
|
|
|
19523
19533
|
xpRequired: 390,
|
|
19524
19534
|
totalXp: 770,
|
|
19525
19535
|
recipes: {
|
|
19526
|
-
crafting: ["Bee House", "
|
|
19527
|
-
cooking: ["Farmer's Lunch"]
|
|
19536
|
+
crafting: ["Bee House", "Speed-Gro"],
|
|
19537
|
+
cooking: ["Farmer's Lunch"],
|
|
19538
|
+
additional: []
|
|
19528
19539
|
}
|
|
19529
19540
|
},
|
|
19530
19541
|
{
|
|
@@ -19533,14 +19544,19 @@ var skills_default = [
|
|
|
19533
19544
|
totalXp: 1300,
|
|
19534
19545
|
recipes: {
|
|
19535
19546
|
crafting: ["Preserves Jar", "Basic Retaining Soil", "Iron Fence"],
|
|
19536
|
-
cooking: []
|
|
19547
|
+
cooking: [],
|
|
19548
|
+
additional: []
|
|
19537
19549
|
}
|
|
19538
19550
|
},
|
|
19539
19551
|
{
|
|
19540
19552
|
level: 5,
|
|
19541
19553
|
xpRequired: 850,
|
|
19542
19554
|
totalXp: 2150,
|
|
19543
|
-
recipes: {
|
|
19555
|
+
recipes: {
|
|
19556
|
+
crafting: [],
|
|
19557
|
+
cooking: [],
|
|
19558
|
+
additional: []
|
|
19559
|
+
}
|
|
19544
19560
|
},
|
|
19545
19561
|
{
|
|
19546
19562
|
level: 6,
|
|
@@ -19548,32 +19564,45 @@ var skills_default = [
|
|
|
19548
19564
|
totalXp: 3300,
|
|
19549
19565
|
recipes: {
|
|
19550
19566
|
crafting: ["Cheese Press", "Hardwood Fence", "Quality Sprinkler"],
|
|
19551
|
-
cooking: []
|
|
19567
|
+
cooking: [],
|
|
19568
|
+
additional: []
|
|
19552
19569
|
}
|
|
19553
19570
|
},
|
|
19554
19571
|
{
|
|
19555
19572
|
level: 7,
|
|
19556
19573
|
xpRequired: 1500,
|
|
19557
19574
|
totalXp: 4800,
|
|
19558
|
-
recipes: {
|
|
19575
|
+
recipes: {
|
|
19576
|
+
crafting: ["Loom", "Quality Retaining Soil"],
|
|
19577
|
+
cooking: [],
|
|
19578
|
+
additional: []
|
|
19579
|
+
}
|
|
19559
19580
|
},
|
|
19560
19581
|
{
|
|
19561
19582
|
level: 8,
|
|
19562
19583
|
xpRequired: 2100,
|
|
19563
19584
|
totalXp: 6900,
|
|
19564
|
-
recipes: {
|
|
19585
|
+
recipes: {
|
|
19586
|
+
crafting: ["Oil Maker", "Keg", "Deluxe Speed-Gro"],
|
|
19587
|
+
cooking: [],
|
|
19588
|
+
additional: []
|
|
19589
|
+
}
|
|
19565
19590
|
},
|
|
19566
19591
|
{
|
|
19567
19592
|
level: 9,
|
|
19568
19593
|
xpRequired: 3100,
|
|
19569
19594
|
totalXp: 1e4,
|
|
19570
|
-
recipes: {
|
|
19595
|
+
recipes: {
|
|
19596
|
+
crafting: ["Seed Maker", "Iridium Sprinkler", "Quality Fertilizer"],
|
|
19597
|
+
cooking: [],
|
|
19598
|
+
additional: []
|
|
19599
|
+
}
|
|
19571
19600
|
},
|
|
19572
19601
|
{
|
|
19573
19602
|
level: 10,
|
|
19574
19603
|
xpRequired: 5e3,
|
|
19575
19604
|
totalXp: 15e3,
|
|
19576
|
-
recipes: { crafting: [], cooking: [] }
|
|
19605
|
+
recipes: { crafting: [], cooking: [], additional: [] }
|
|
19577
19606
|
}
|
|
19578
19607
|
],
|
|
19579
19608
|
mastery: {
|
|
@@ -19604,64 +19633,69 @@ var skills_default = [
|
|
|
19604
19633
|
level: 1,
|
|
19605
19634
|
xpRequired: 100,
|
|
19606
19635
|
totalXp: 100,
|
|
19607
|
-
recipes: { crafting: ["Cherry Bomb"], cooking: [] }
|
|
19636
|
+
recipes: { crafting: ["Cherry Bomb"], cooking: [], additional: [] }
|
|
19608
19637
|
},
|
|
19609
19638
|
{
|
|
19610
19639
|
level: 2,
|
|
19611
19640
|
xpRequired: 280,
|
|
19612
19641
|
totalXp: 380,
|
|
19613
|
-
recipes: { crafting: ["Staircase"], cooking: [] }
|
|
19642
|
+
recipes: { crafting: ["Staircase"], cooking: [], additional: [] }
|
|
19614
19643
|
},
|
|
19615
19644
|
{
|
|
19616
19645
|
level: 3,
|
|
19617
19646
|
xpRequired: 390,
|
|
19618
19647
|
totalXp: 770,
|
|
19619
19648
|
recipes: {
|
|
19620
|
-
crafting: [
|
|
19621
|
-
cooking: ["Miner's Treat"]
|
|
19649
|
+
crafting: [],
|
|
19650
|
+
cooking: ["Miner's Treat"],
|
|
19651
|
+
additional: []
|
|
19622
19652
|
}
|
|
19623
19653
|
},
|
|
19624
19654
|
{
|
|
19625
19655
|
level: 4,
|
|
19626
19656
|
xpRequired: 530,
|
|
19627
19657
|
totalXp: 1300,
|
|
19628
|
-
recipes: {
|
|
19658
|
+
recipes: {
|
|
19659
|
+
crafting: ["Glowstone Ring", "Transmute (Fe)"],
|
|
19660
|
+
cooking: [],
|
|
19661
|
+
additional: []
|
|
19662
|
+
}
|
|
19629
19663
|
},
|
|
19630
19664
|
{
|
|
19631
19665
|
level: 5,
|
|
19632
19666
|
xpRequired: 850,
|
|
19633
19667
|
totalXp: 2150,
|
|
19634
|
-
recipes: { crafting: [], cooking: [] }
|
|
19668
|
+
recipes: { crafting: [], cooking: [], additional: [] }
|
|
19635
19669
|
},
|
|
19636
19670
|
{
|
|
19637
19671
|
level: 6,
|
|
19638
19672
|
xpRequired: 1150,
|
|
19639
19673
|
totalXp: 3300,
|
|
19640
|
-
recipes: { crafting: ["Bomb"], cooking: [] }
|
|
19674
|
+
recipes: { crafting: ["Bomb"], cooking: [], additional: [] }
|
|
19641
19675
|
},
|
|
19642
19676
|
{
|
|
19643
19677
|
level: 7,
|
|
19644
19678
|
xpRequired: 1500,
|
|
19645
19679
|
totalXp: 4800,
|
|
19646
|
-
recipes: { crafting: ["Transmute (Au)",
|
|
19680
|
+
recipes: { crafting: ["Transmute (Au)"], cooking: [], additional: [] }
|
|
19647
19681
|
},
|
|
19648
19682
|
{
|
|
19649
19683
|
level: 8,
|
|
19650
19684
|
xpRequired: 2100,
|
|
19651
19685
|
totalXp: 6900,
|
|
19652
|
-
recipes: { crafting: ["
|
|
19686
|
+
recipes: { crafting: ["Mega Bomb"], cooking: [], additional: [] }
|
|
19653
19687
|
},
|
|
19654
19688
|
{
|
|
19655
19689
|
level: 9,
|
|
19656
19690
|
xpRequired: 3100,
|
|
19657
19691
|
totalXp: 1e4,
|
|
19658
|
-
recipes: { crafting: [], cooking: [] }
|
|
19692
|
+
recipes: { crafting: ["Crystalarium"], cooking: [], additional: [] }
|
|
19659
19693
|
},
|
|
19660
19694
|
{
|
|
19661
19695
|
level: 10,
|
|
19662
19696
|
xpRequired: 5e3,
|
|
19663
19697
|
totalXp: 15e3,
|
|
19664
|
-
recipes: { crafting: [], cooking: [] }
|
|
19698
|
+
recipes: { crafting: [], cooking: [], additional: [] }
|
|
19665
19699
|
}
|
|
19666
19700
|
],
|
|
19667
19701
|
mastery: {
|
|
@@ -19689,64 +19723,85 @@ var skills_default = [
|
|
|
19689
19723
|
level: 1,
|
|
19690
19724
|
xpRequired: 100,
|
|
19691
19725
|
totalXp: 100,
|
|
19692
|
-
recipes: {
|
|
19726
|
+
recipes: {
|
|
19727
|
+
crafting: ["Wild Seeds (Spring)", "Field Snack"],
|
|
19728
|
+
cooking: [],
|
|
19729
|
+
additional: ["Trees sometimes drop seeds."]
|
|
19730
|
+
}
|
|
19693
19731
|
},
|
|
19694
19732
|
{
|
|
19695
19733
|
level: 2,
|
|
19696
19734
|
xpRequired: 280,
|
|
19697
19735
|
totalXp: 380,
|
|
19698
|
-
recipes: { crafting: ["Charcoal Kiln"], cooking: [] }
|
|
19736
|
+
recipes: { crafting: ["Charcoal Kiln"], cooking: [], additional: [] }
|
|
19699
19737
|
},
|
|
19700
19738
|
{
|
|
19701
19739
|
level: 3,
|
|
19702
19740
|
xpRequired: 390,
|
|
19703
19741
|
totalXp: 770,
|
|
19704
|
-
recipes: { crafting: ["Cookout Kit"], cooking: ["Moss Soup"] }
|
|
19742
|
+
recipes: { crafting: ["Cookout Kit"], cooking: ["Moss Soup"], additional: [] }
|
|
19705
19743
|
},
|
|
19706
19744
|
{
|
|
19707
19745
|
level: 4,
|
|
19708
19746
|
xpRequired: 530,
|
|
19709
19747
|
totalXp: 1300,
|
|
19710
|
-
recipes: {
|
|
19748
|
+
recipes: {
|
|
19749
|
+
crafting: ["Wild Seeds (Summer)", "Tapper", "Mushroom Log"],
|
|
19750
|
+
cooking: [],
|
|
19751
|
+
additional: ["+1 Wild Berry harvesting"]
|
|
19752
|
+
}
|
|
19711
19753
|
},
|
|
19712
19754
|
{
|
|
19713
19755
|
level: 5,
|
|
19714
19756
|
xpRequired: 850,
|
|
19715
19757
|
totalXp: 2150,
|
|
19716
|
-
recipes: { crafting: [], cooking: [] }
|
|
19758
|
+
recipes: { crafting: [], cooking: [], additional: [] }
|
|
19717
19759
|
},
|
|
19718
19760
|
{
|
|
19719
19761
|
level: 6,
|
|
19720
19762
|
xpRequired: 1150,
|
|
19721
19763
|
totalXp: 3300,
|
|
19722
|
-
recipes: {
|
|
19764
|
+
recipes: {
|
|
19765
|
+
crafting: ["Lightning Rod", "Wild Seeds (Fall)", "Warp Totem: Beach"],
|
|
19766
|
+
cooking: [],
|
|
19767
|
+
additional: []
|
|
19768
|
+
}
|
|
19723
19769
|
},
|
|
19724
19770
|
{
|
|
19725
19771
|
level: 7,
|
|
19726
19772
|
xpRequired: 1500,
|
|
19727
19773
|
totalXp: 4800,
|
|
19728
|
-
recipes: {
|
|
19774
|
+
recipes: {
|
|
19775
|
+
crafting: ["Wild Seeds (Winter)", "Warp Totem: Mountains", "Tree Fertilizer"],
|
|
19776
|
+
cooking: [],
|
|
19777
|
+
additional: []
|
|
19778
|
+
}
|
|
19729
19779
|
},
|
|
19730
19780
|
{
|
|
19731
19781
|
level: 8,
|
|
19732
19782
|
xpRequired: 2100,
|
|
19733
19783
|
totalXp: 6900,
|
|
19734
19784
|
recipes: {
|
|
19735
|
-
crafting: ["
|
|
19736
|
-
cooking: []
|
|
19785
|
+
crafting: ["Warp Totem: Farm", "Tent Kit"],
|
|
19786
|
+
cooking: ["Survival Burger"],
|
|
19787
|
+
additional: ["+1 Wild Berry harvesting"]
|
|
19737
19788
|
}
|
|
19738
19789
|
},
|
|
19739
19790
|
{
|
|
19740
19791
|
level: 9,
|
|
19741
19792
|
xpRequired: 3100,
|
|
19742
19793
|
totalXp: 1e4,
|
|
19743
|
-
recipes: {
|
|
19794
|
+
recipes: {
|
|
19795
|
+
crafting: ["Rain Totem"],
|
|
19796
|
+
cooking: [],
|
|
19797
|
+
additional: []
|
|
19798
|
+
}
|
|
19744
19799
|
},
|
|
19745
19800
|
{
|
|
19746
19801
|
level: 10,
|
|
19747
19802
|
xpRequired: 5e3,
|
|
19748
19803
|
totalXp: 15e3,
|
|
19749
|
-
recipes: { crafting: [], cooking: [] }
|
|
19804
|
+
recipes: { crafting: [], cooking: [], additional: [] }
|
|
19750
19805
|
}
|
|
19751
19806
|
],
|
|
19752
19807
|
mastery: {
|
|
@@ -19774,31 +19829,50 @@ var skills_default = [
|
|
|
19774
19829
|
level: 1,
|
|
19775
19830
|
xpRequired: 100,
|
|
19776
19831
|
totalXp: 100,
|
|
19777
|
-
recipes: {
|
|
19832
|
+
recipes: {
|
|
19833
|
+
crafting: [],
|
|
19834
|
+
cooking: [],
|
|
19835
|
+
additional: ["Casting distance increased by one tile"]
|
|
19836
|
+
}
|
|
19778
19837
|
},
|
|
19779
19838
|
{
|
|
19780
19839
|
level: 2,
|
|
19781
19840
|
xpRequired: 280,
|
|
19782
19841
|
totalXp: 380,
|
|
19783
|
-
recipes: {
|
|
19842
|
+
recipes: {
|
|
19843
|
+
crafting: ["Bait"],
|
|
19844
|
+
cooking: [],
|
|
19845
|
+
additional: ["Fiberglass Rod & Bait unlocked in Willy's Fish Shop"]
|
|
19846
|
+
}
|
|
19784
19847
|
},
|
|
19785
19848
|
{
|
|
19786
19849
|
level: 3,
|
|
19787
19850
|
xpRequired: 390,
|
|
19788
19851
|
totalXp: 770,
|
|
19789
|
-
recipes: {
|
|
19852
|
+
recipes: {
|
|
19853
|
+
crafting: ["Crab Pot"],
|
|
19854
|
+
cooking: ["Dish O' The Sea"],
|
|
19855
|
+
additional: ["Crab Pot unlocked in Willy's Fish Shop"]
|
|
19856
|
+
}
|
|
19790
19857
|
},
|
|
19791
19858
|
{
|
|
19792
19859
|
level: 4,
|
|
19793
19860
|
xpRequired: 530,
|
|
19794
19861
|
totalXp: 1300,
|
|
19795
|
-
recipes: {
|
|
19862
|
+
recipes: {
|
|
19863
|
+
crafting: ["Deluxe Bait", "Worm Bin", "Recycling Machine"],
|
|
19864
|
+
cooking: [],
|
|
19865
|
+
additional: [
|
|
19866
|
+
"Deluxe Bait unlocked in Willy's Fish Shop",
|
|
19867
|
+
"Casting distance increased by one tile"
|
|
19868
|
+
]
|
|
19869
|
+
}
|
|
19796
19870
|
},
|
|
19797
19871
|
{
|
|
19798
19872
|
level: 5,
|
|
19799
19873
|
xpRequired: 850,
|
|
19800
19874
|
totalXp: 2150,
|
|
19801
|
-
recipes: { crafting: [], cooking: [] }
|
|
19875
|
+
recipes: { crafting: [], cooking: [], additional: [] }
|
|
19802
19876
|
},
|
|
19803
19877
|
{
|
|
19804
19878
|
level: 6,
|
|
@@ -19806,14 +19880,21 @@ var skills_default = [
|
|
|
19806
19880
|
totalXp: 3300,
|
|
19807
19881
|
recipes: {
|
|
19808
19882
|
crafting: ["Bait Maker", "Spinner", "Trap Bobber", "Sonar Bobber"],
|
|
19809
|
-
cooking: []
|
|
19883
|
+
cooking: [],
|
|
19884
|
+
additional: [
|
|
19885
|
+
"Iridium Rod, Sonar Bobber, Lead Bobber, Spinner, Trap Bobber unlocked in Willy's Fish Shop"
|
|
19886
|
+
]
|
|
19810
19887
|
}
|
|
19811
19888
|
},
|
|
19812
19889
|
{
|
|
19813
19890
|
level: 7,
|
|
19814
19891
|
xpRequired: 1500,
|
|
19815
19892
|
totalXp: 4800,
|
|
19816
|
-
recipes: {
|
|
19893
|
+
recipes: {
|
|
19894
|
+
crafting: ["Cork Bobber", "Treasure Hunter"],
|
|
19895
|
+
cooking: [],
|
|
19896
|
+
additional: ["Cork Bobber & Treasure Hunter unlocked in Willy's Fish Shop"]
|
|
19897
|
+
}
|
|
19817
19898
|
},
|
|
19818
19899
|
{
|
|
19819
19900
|
level: 8,
|
|
@@ -19821,20 +19902,28 @@ var skills_default = [
|
|
|
19821
19902
|
totalXp: 6900,
|
|
19822
19903
|
recipes: {
|
|
19823
19904
|
crafting: ["Deluxe Worm Bin", "Barbed Hook", "Dressed Spinner"],
|
|
19824
|
-
cooking: []
|
|
19905
|
+
cooking: [],
|
|
19906
|
+
additional: [
|
|
19907
|
+
"Barbed Hook & Dressed Spinner unlocked in Willy's Fish Shop",
|
|
19908
|
+
"Casting distance increased by one tile"
|
|
19909
|
+
]
|
|
19825
19910
|
}
|
|
19826
19911
|
},
|
|
19827
19912
|
{
|
|
19828
19913
|
level: 9,
|
|
19829
19914
|
xpRequired: 3100,
|
|
19830
19915
|
totalXp: 1e4,
|
|
19831
|
-
recipes: {
|
|
19916
|
+
recipes: {
|
|
19917
|
+
crafting: ["Magnet"],
|
|
19918
|
+
cooking: ["Seafoam Pudding"],
|
|
19919
|
+
additional: ["Magnet unlocked in Willy's Fish Shop"]
|
|
19920
|
+
}
|
|
19832
19921
|
},
|
|
19833
19922
|
{
|
|
19834
19923
|
level: 10,
|
|
19835
19924
|
xpRequired: 5e3,
|
|
19836
19925
|
totalXp: 15e3,
|
|
19837
|
-
recipes: { crafting: [], cooking: [] }
|
|
19926
|
+
recipes: { crafting: [], cooking: [], additional: [] }
|
|
19838
19927
|
}
|
|
19839
19928
|
],
|
|
19840
19929
|
mastery: {
|
|
@@ -19865,64 +19954,73 @@ var skills_default = [
|
|
|
19865
19954
|
level: 1,
|
|
19866
19955
|
xpRequired: 100,
|
|
19867
19956
|
totalXp: 100,
|
|
19868
|
-
recipes: { crafting: ["Sturdy Ring"], cooking: [
|
|
19957
|
+
recipes: { crafting: ["Sturdy Ring", "Bug Steak"], cooking: [], additional: [] }
|
|
19869
19958
|
},
|
|
19870
19959
|
{
|
|
19871
19960
|
level: 2,
|
|
19872
19961
|
xpRequired: 280,
|
|
19873
19962
|
totalXp: 380,
|
|
19874
|
-
recipes: { crafting: [], cooking: [] }
|
|
19963
|
+
recipes: { crafting: ["Life Elixir"], cooking: [], additional: [] }
|
|
19875
19964
|
},
|
|
19876
19965
|
{
|
|
19877
19966
|
level: 3,
|
|
19878
19967
|
xpRequired: 390,
|
|
19879
19968
|
totalXp: 770,
|
|
19880
|
-
recipes: { crafting: ["
|
|
19969
|
+
recipes: { crafting: [], cooking: ["Roots Platter"], additional: [] }
|
|
19881
19970
|
},
|
|
19882
19971
|
{
|
|
19883
19972
|
level: 4,
|
|
19884
19973
|
xpRequired: 530,
|
|
19885
19974
|
totalXp: 1300,
|
|
19886
|
-
recipes: { crafting: [], cooking: [
|
|
19975
|
+
recipes: { crafting: ["Warrior Ring"], cooking: [], additional: [] }
|
|
19887
19976
|
},
|
|
19888
19977
|
{
|
|
19889
19978
|
level: 5,
|
|
19890
19979
|
xpRequired: 850,
|
|
19891
19980
|
totalXp: 2150,
|
|
19892
|
-
recipes: { crafting: [], cooking: [] }
|
|
19981
|
+
recipes: { crafting: [], cooking: [], additional: [] }
|
|
19893
19982
|
},
|
|
19894
19983
|
{
|
|
19895
19984
|
level: 6,
|
|
19896
19985
|
xpRequired: 1150,
|
|
19897
19986
|
totalXp: 3300,
|
|
19898
|
-
recipes: {
|
|
19987
|
+
recipes: {
|
|
19988
|
+
crafting: ["Slime Egg-Press", "Oil of Garlic"],
|
|
19989
|
+
cooking: [],
|
|
19990
|
+
additional: []
|
|
19991
|
+
}
|
|
19899
19992
|
},
|
|
19900
19993
|
{
|
|
19901
19994
|
level: 7,
|
|
19902
19995
|
xpRequired: 1500,
|
|
19903
19996
|
totalXp: 4800,
|
|
19904
|
-
recipes: { crafting: [], cooking: [] }
|
|
19997
|
+
recipes: { crafting: ["Ring of Yoba", "Thorns Ring"], cooking: [], additional: [] }
|
|
19905
19998
|
},
|
|
19906
19999
|
{
|
|
19907
20000
|
level: 8,
|
|
19908
20001
|
xpRequired: 2100,
|
|
19909
20002
|
totalXp: 6900,
|
|
19910
|
-
recipes: {
|
|
20003
|
+
recipes: {
|
|
20004
|
+
crafting: ["Slime Incubator", "Explosive Ammo"],
|
|
20005
|
+
cooking: [],
|
|
20006
|
+
additional: []
|
|
20007
|
+
}
|
|
19911
20008
|
},
|
|
19912
20009
|
{
|
|
19913
20010
|
level: 9,
|
|
19914
20011
|
xpRequired: 3100,
|
|
19915
20012
|
totalXp: 1e4,
|
|
19916
20013
|
recipes: {
|
|
19917
|
-
crafting: ["
|
|
19918
|
-
cooking: []
|
|
20014
|
+
crafting: ["Iridium Band"],
|
|
20015
|
+
cooking: ["Squid Ink Ravioli"],
|
|
20016
|
+
additional: []
|
|
19919
20017
|
}
|
|
19920
20018
|
},
|
|
19921
20019
|
{
|
|
19922
20020
|
level: 10,
|
|
19923
20021
|
xpRequired: 5e3,
|
|
19924
20022
|
totalXp: 15e3,
|
|
19925
|
-
recipes: { crafting: [], cooking: [] }
|
|
20023
|
+
recipes: { crafting: [], cooking: [], additional: [] }
|
|
19926
20024
|
}
|
|
19927
20025
|
],
|
|
19928
20026
|
mastery: {
|
|
@@ -34034,7 +34132,8 @@ function parsePlayer(player, root) {
|
|
|
34034
34132
|
skills: parseSkills(player.experiencePoints?.int),
|
|
34035
34133
|
mastery: parseMastery(player.stats),
|
|
34036
34134
|
toolLevels: parseToolLevels(player, root),
|
|
34037
|
-
gameVersion: str(root.gameVersion)
|
|
34135
|
+
gameVersion: str(root.gameVersion),
|
|
34136
|
+
millisecondsPlayed: num(player.millisecondsPlayed)
|
|
34038
34137
|
};
|
|
34039
34138
|
}
|
|
34040
34139
|
|