SDV_Mods/[CCD]CropsDecayDefaultRules/CropsDecayDefaultRules.json

25 lines
581 B
JSON
Raw Permalink Normal View History

2020-04-18 20:24:31 +08:00
{
"name": "CropsDecayDefaultRules",
"author": "ZaneYork",
"version": "0.1.1",
"crops": [
{
"id": [],
"name": [],
"category": ["Vegetable", "Fruit", "Flower", "Fish", "Egg", "Milk", "Cooking", "Meat", "AnimalGoods"],
"decayDays": { "0":28, "1":34, "2":40, "4":56}
},
{
"id": [],
"name": [],
"category": ["ArtisanGoods"],
"decayDays": { "0":70, "1":84, "2":98, "4":140}
},
{
"id": [],
"name": [],
"category": ["Greens"],
"decayDays": { "0":168, "1":200, "2":235, "4":336}
}
]
}