24 lines
1.3 KiB
JSON
24 lines
1.3 KiB
JSON
{
|
|
"type": "Terrain",
|
|
"defs": [
|
|
{ "defName": "DeepWater", "label": "terrain.deepwater", "maxHeight": 0.30, "color": [23, 63, 95] },
|
|
{ "defName": "Water", "label": "terrain.water", "maxHeight": 0.42, "color": [32, 99, 155] },
|
|
{ "defName": "Sand", "label": "terrain.sand", "maxHeight": 0.48, "color": [237, 201, 120],
|
|
"isLand": true, "surface": "terrain/surfaces/sand", "fertility": 0.4 },
|
|
{ "defName": "Grass", "label": "terrain.grass", "maxHeight": 0.68, "color": [90, 160, 70],
|
|
"isLand": true, "surface": "terrain/surfaces/mossy", "fertility": 1.0,
|
|
"scatter": [
|
|
{ "chance": 0.6, "options": ["GrassA"] },
|
|
{ "chance": 0.07, "options": ["BushA", "BushB", "BushC"] }
|
|
] },
|
|
{ "defName": "Forest", "label": "terrain.forest", "maxHeight": 0.85, "color": [44, 110, 50],
|
|
"isLand": true, "surface": "terrain/surfaces/soil", "fertility": 1.6,
|
|
"scatter": [
|
|
{ "chance": 0.35, "options": ["TreeOakA", "TreeOakB", "TreeBirchA", "TreeGrayPineA"] },
|
|
{ "chance": 0.3, "options": ["GrassA"] }
|
|
] },
|
|
{ "defName": "Mountain", "label": "terrain.mountain", "maxHeight": 1.01, "color": [136, 132, 128],
|
|
"surface": "terrain/surfaces/roughhewnrock", "fertility": 0.2, "blocksLight": true }
|
|
]
|
|
}
|