stardew_valley/Api mod/[JA] pi shop always/Crops/Soya Bean/crop.json

28 lines
643 B
JSON
Raw Normal View History

2024-01-11 05:38:42 +08:00
{
"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": "大豆种子",
},
}