mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 19:59:10 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"seaLayers": [],
|
||||
"biomeSkyScatter": [],
|
||||
"objects": [],
|
||||
"biomeZoom": 1,
|
||||
"biomeZoom": 2,
|
||||
"loadKey": "sea",
|
||||
"biomeDispersion": "SCATTER",
|
||||
"derivative": "THE_VOID",
|
||||
|
||||
BIN
hyperspeed/objects/test/f-1.iob
Normal file
BIN
hyperspeed/objects/test/f-1.iob
Normal file
Binary file not shown.
BIN
hyperspeed/objects/test/f-a.iob
Normal file
BIN
hyperspeed/objects/test/f-a.iob
Normal file
Binary file not shown.
BIN
hyperspeed/objects/test/f-c.iob
Normal file
BIN
hyperspeed/objects/test/f-c.iob
Normal file
Binary file not shown.
BIN
hyperspeed/objects/test/f-h.iob
Normal file
BIN
hyperspeed/objects/test/f-h.iob
Normal file
Binary file not shown.
BIN
hyperspeed/objects/test/f-r.iob
Normal file
BIN
hyperspeed/objects/test/f-r.iob
Normal file
Binary file not shown.
BIN
hyperspeed/objects/test/f.iob
Normal file
BIN
hyperspeed/objects/test/f.iob
Normal file
Binary file not shown.
@@ -18,21 +18,21 @@
|
||||
"seaBiomes": ["sea"],
|
||||
"deposits": [],
|
||||
"caveBiomes": [],
|
||||
"landBiomeZoom": 1,
|
||||
"landBiomeZoom": 1,
|
||||
"shoreHeightMin": 1.2,
|
||||
"shoreBiomes": ["shore"],
|
||||
"skylandBiomes": [],
|
||||
"name": "Example Region",
|
||||
"name": "Example Region",
|
||||
"shoreHeightMax": 3.2,
|
||||
"shoreHeightZoom": 3.14,
|
||||
"structures": [
|
||||
{
|
||||
"tileset": "skytemple",
|
||||
"zoom": 0.1,
|
||||
"ratio": 0.65,
|
||||
"height": 100,
|
||||
"rarity": 3,
|
||||
"shuffle": 24
|
||||
"ratio": 0.59,
|
||||
"height": 200,
|
||||
"rarity": 2,
|
||||
"shuffle": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
78
hyperspeed/structures/test.json
Normal file
78
hyperspeed/structures/test.json
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"name": "Test Structure",
|
||||
"gridSize": 9,
|
||||
"gridHeight": 2,
|
||||
"maxLayers": 1,
|
||||
"mergeEdges": false,
|
||||
"wallChanceZoom": 0.25,
|
||||
"wallChance": 0.31,
|
||||
"tiles": [
|
||||
{
|
||||
"ceiling": "AGNOSTIC",
|
||||
"floor": "REQUIRED",
|
||||
"north": "NEVER",
|
||||
"south": "NEVER",
|
||||
"east": "NEVER",
|
||||
"west": "NEVER",
|
||||
"objects": [
|
||||
"test/f"
|
||||
]
|
||||
},
|
||||
{
|
||||
"ceiling": "AGNOSTIC",
|
||||
"floor": "REQUIRED",
|
||||
"north": "REQUIRED",
|
||||
"south": "NEVER",
|
||||
"east": "NEVER",
|
||||
"west": "NEVER",
|
||||
"objects": [
|
||||
"test/f-1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"ceiling": "AGNOSTIC",
|
||||
"floor": "REQUIRED",
|
||||
"north": "REQUIRED",
|
||||
"south": "REQUIRED",
|
||||
"east": "NEVER",
|
||||
"west": "NEVER",
|
||||
"objects": [
|
||||
"test/f-h"
|
||||
]
|
||||
},
|
||||
{
|
||||
"ceiling": "AGNOSTIC",
|
||||
"floor": "REQUIRED",
|
||||
"north": "REQUIRED",
|
||||
"south": "NEVER",
|
||||
"east": "REQUIRED",
|
||||
"west": "NEVER",
|
||||
"objects": [
|
||||
"test/f-c"
|
||||
]
|
||||
},
|
||||
{
|
||||
"ceiling": "AGNOSTIC",
|
||||
"floor": "REQUIRED",
|
||||
"north": "REQUIRED",
|
||||
"south": "REQUIRED",
|
||||
"east": "REQUIRED",
|
||||
"west": "NEVER",
|
||||
"objects": [
|
||||
"test/f-r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"ceiling": "AGNOSTIC",
|
||||
"floor": "REQUIRED",
|
||||
"north": "REQUIRED",
|
||||
"south": "REQUIRED",
|
||||
"east": "REQUIRED",
|
||||
"west": "REQUIRED",
|
||||
"objects": [
|
||||
"test/f-a"
|
||||
]
|
||||
}
|
||||
],
|
||||
"dispersion": "WISPY"
|
||||
}
|
||||
@@ -47,16 +47,6 @@
|
||||
"WARPED_HYPHAE"
|
||||
]
|
||||
},
|
||||
"structures": [
|
||||
{
|
||||
"tileset": "soultemple",
|
||||
"zoom": 0.27,
|
||||
"ratio": 0.5,
|
||||
"height": 79,
|
||||
"rarity": 8,
|
||||
"shuffle": 34
|
||||
}
|
||||
],
|
||||
"objects":[
|
||||
{
|
||||
"chance":0.21,
|
||||
|
||||
Reference in New Issue
Block a user