Renderer/assets/Data/game/biomes.json
austin 70f7a78626
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
biome data definitions, notes on how to distribute
2024-10-23 15:30:27 -04:00

45 lines
1.1 KiB
JSON

{
"biomes": [
{
"id": "sky",
"displayName": "Sky",
"isAerial": true,
"isSurface": false,
"isSubterranean": false,
"regions": [
{
"frequency": 1.0,
"baseFloorVoxel": 0,
"floorVariants": [],
"foliageDescription": []
}
]
},
{
"id": "plains",
"displayName": "Plains",
"isAerial": false,
"isSurface": true,
"isSubterranean": false,
"regions": [
{
"frequency": 1.0,
"baseFloorVoxel": 1,
"floorVariants": [
{
"voxelId": 2,
"frequency": 1.0,
"dispersion": 1.0,
"priority": 1.0
}
],
"foliageDescription": [
]
}
]
}
],
"files": [
]
}