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

28 lines
646 B
JSON
Raw Permalink 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": "Turnip",
"Product": "Turnip",
"SeedName": "Turnip Seeds",
"SeedDescription": "春夏播种9天成熟。",
"Type": "Vegetable",
"Seasons": ["spring", "summer"],
"Phases": [2, 2, 2, 2, 1],
"RegrowthPhase": -1,
"HarvestWithScythe": false,
"TrellisCrop": false,
"Colors": null,
"Bonus":
{
"MinimumPerHarvest": 1,
"MaximumPerHarvest": 1,
"MaxIncreasePerFarmLevel": 5,
"ExtraChance": 0.0,
},
"SeedPurchaseFrom": "Api",
"SeedPurchasePrice": 45,
"SeedNameLocalization":
{
"zh": "大头菜种子",
},
}