19 lines
1000 B
JSON
19 lines
1000 B
JSON
{
|
|
"type": "Plant",
|
|
// Трава: быстрый почвопокров, основной скаттер лугов и леса.
|
|
"defs": [
|
|
{ "defName": "GrassA", "label": "plant.grass", "texture": "things/plant/grass/grassa", "sizeCells": 1.5,
|
|
"harvestProduct": "ProductGrass",
|
|
"genome": { "optimalLight": 0.85, "lightTolerance": 0.35, "optimalTemperature": 19, "temperatureTolerance": 8,
|
|
"coldHardiness": 9, "heatHardiness": 6,
|
|
"optimalFertility": 1.0, "fertilityTolerance": 1.0, "vigor": 1.3,
|
|
"lifespan": 22, "dispersalRange": 3, "reproduceInterval": 3, "selfPollination": 0.8,
|
|
"mutationRate": 0.06, "variantChance": 0.2, "spread": 0.1,
|
|
"harvestAmount": 2, "leafHue": 0.36 },
|
|
"stages": [
|
|
{ "texture": "things/plant/seed_default", "sizeCells": 0.5, "growDays": 2, "label": "plant.stage.sprout" },
|
|
{ "sizeCells": 1.5, "label": "plant.stage.mature" }
|
|
] }
|
|
]
|
|
}
|