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

28 lines
636 B
JSON
Raw Normal View History

2024-01-11 05:38:42 +08:00
{
"Name": "Cattail",
"Product": "Cattail",
"SeedName": "Cattail Seeds",
"SeedDescription": "秋季播种28天成熟。",
"Type": "Vegetable",
"Seasons": ["fall"],
"Phases": [6, 9, 9, 3],
"RegrowthPhase": -1,
"HarvestWithScythe": false,
"TrellisCrop": false,
"Colors": null,
"Bonus":
{
"MinimumPerHarvest": 1,
"MaximumPerHarvest": 1,
"MaxIncreasePerFarmLevel": 7,
"ExtraChance": 0.0,
},
"SeedPurchaseFrom": "Api",
"SeedPurchasePrice": 125,
"SeedNameLocalization":
{
"zh": "猫菖蒲种子",
},
}