stardew_valley/Api mod/[JA] pi shop common/Crops/Nether Wart/crop.json

28 lines
683 B
JSON
Raw Normal View History

2024-01-11 05:38:42 +08:00
{
"Name": "Nether Wart",
"Product": "Nether Wart",
"SeedName": "Nether Wart Seeds",
"SeedDescription": "夏季播种10天成熟收获后还能继续结果。",
"Type": "Vegetable",
"Seasons": ["summer"],
"Phases": [2, 2, 2, 2, 2, ],
"RegrowthPhase": 4,
"HarvestWithScythe": false,
"TrellisCrop": false,
"Colors": null,
"Bonus":
{
"MinimumPerHarvest": 1,
"MaximumPerHarvest": 1,
"MaxIncreasePerFarmLevel": 7,
"ExtraChance": 0.0,
},
"SeedPurchaseFrom": "Api",
"SeedPurchasePrice": 50,
"SeedNameLocalization":
{
"zh": "地狱疣种子",
},
}