stardew_valley/Api mod/[JA] pi shop always/Crops/Soya Bean/crop.json
2024-01-11 05:38:42 +08:00

28 lines
643 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"Name": "Soya Bean",
"Product": "Soya Bean",
"SeedName": "Soya Bean Seeds",
"SeedDescription": "夏季播种12天成熟。",
"Type": "Vegetable",
"Seasons": ["summer"],
"Phases": [2, 3, 3, 2, 2],
"RegrowthPhase": -1,
"HarvestWithScythe": true,
"TrellisCrop": false,
"Colors": null,
"Bonus":
{
"MinimumPerHarvest": 3,
"MaximumPerHarvest": 5,
"MaxIncreasePerFarmLevel": 5,
"ExtraChance": 0.0,
},
"SeedPurchaseFrom": "Api",
"SeedPurchasePrice": 45,
"SeedNameLocalization":
{
"zh": "大豆种子",
},
}