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

28 lines
646 B
JSON
Raw Permalink Normal View History

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