9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 12:46:40 +00:00
This commit is contained in:
Brian Fopiano
2020-10-12 17:15:57 -07:00
parent dad50260c5
commit 942d0002d0
3 changed files with 45 additions and 2 deletions

View File

@@ -47,6 +47,26 @@
"children": [
"hot-mesa-cliffs-yellow"
],
"objects": [
{
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"chance": 0.1,
"translate": {
"y": -2
},
"place": [
"misc/tntower-1"
]
}
],
"name": "Yellow Mesa",
"layers": [
{

View File

@@ -100,9 +100,32 @@
"y": -3,
"z": 0
}
},
{
"chance": 0.001,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"underwater": true,
"place": [
"ships/gall-1",
"ships/gall-2",
"ships/gall-3"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
},
{
"chance": 0.1,
"chance": 0.2,
"rotation": {
"yAxis": {
"min": 0,
@@ -122,7 +145,7 @@
],
"translate": {
"x": 0,
"y": 0,
"y": -4,
"z": 0
}
}

BIN
objects/misc/tntower-1.iob Normal file

Binary file not shown.