mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 03:39:16 +00:00
*eye twitch* adding villages
This commit is contained in:
BIN
overworld/objects/village-bits/stonehome-esw-1.iob
Normal file
BIN
overworld/objects/village-bits/stonehome-esw-1.iob
Normal file
Binary file not shown.
BIN
overworld/objects/village-bits/stonehome-esw-2.iob
Normal file
BIN
overworld/objects/village-bits/stonehome-esw-2.iob
Normal file
Binary file not shown.
BIN
overworld/objects/village-bits/stonehome-esw-3.iob
Normal file
BIN
overworld/objects/village-bits/stonehome-esw-3.iob
Normal file
Binary file not shown.
BIN
overworld/objects/village-bits/stonehome-esw-4.iob
Normal file
BIN
overworld/objects/village-bits/stonehome-esw-4.iob
Normal file
Binary file not shown.
84
overworld/structures/village-dark.json
Normal file
84
overworld/structures/village-dark.json
Normal file
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"name": "Dark Village",
|
||||
"gridHeight": 11,
|
||||
"gridSize": 11,
|
||||
"maxLayers": 1,
|
||||
"wallChance": 0.435,
|
||||
"tiles": [
|
||||
{
|
||||
"ceiling": "AGNOSTIC",
|
||||
"floor": "REQUIRED",
|
||||
"north": "REQUIRED",
|
||||
"east": "NEVER",
|
||||
"south": "REQUIRED",
|
||||
"west": "REQUIRED",
|
||||
"objects": [
|
||||
"village-bits/bland-e-1",
|
||||
"village-bits/bland-e-2",
|
||||
"village-bits/bland-e-3",
|
||||
"village-bits/bland-e-4",
|
||||
"village-bits/bland-e-5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"ceiling": "AGNOSTIC",
|
||||
"floor": "REQUIRED",
|
||||
"north": "NEVER",
|
||||
"east": "NEVER",
|
||||
"south": "REQUIRED",
|
||||
"west": "REQUIRED",
|
||||
"objects": [
|
||||
"village-bits/bland-ne-1",
|
||||
"village-bits/bland-ne-2",
|
||||
"village-bits/bland-ne-3",
|
||||
"village-bits/bland-ne-4",
|
||||
"village-bits/bland-ne-5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"ceiling": "AGNOSTIC",
|
||||
"floor": "REQUIRED",
|
||||
"north": "NEVER",
|
||||
"east": "NEVER",
|
||||
"south": "NEVER",
|
||||
"west": "REQUIRED",
|
||||
"objects": [
|
||||
"village-bits/bland-nes-1",
|
||||
"village-bits/bland-nes-2",
|
||||
"village-bits/bland-nes-3",
|
||||
"village-bits/bland-nes-4",
|
||||
"village-bits/bland-nes-5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"ceiling": "AGNOSTIC",
|
||||
"floor": "REQUIRED",
|
||||
"north": "NEVER",
|
||||
"east": "REQUIRED",
|
||||
"south": "NEVER",
|
||||
"west": "REQUIRED",
|
||||
"objects": [
|
||||
"village-bits/bland-ns-1",
|
||||
"village-bits/bland-ns-2",
|
||||
"village-bits/bland-ns-3",
|
||||
"village-bits/bland-ns-4",
|
||||
"village-bits/bland-ns-5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"ceiling": "AGNOSTIC",
|
||||
"floor": "REQUIRED",
|
||||
"north": "REQUIRED",
|
||||
"east": "NEVER",
|
||||
"south": "NEVER",
|
||||
"west": "NEVER",
|
||||
"objects": [
|
||||
"village-bits/stonehome-esw-1",
|
||||
"village-bits/stonehome-esw-2",
|
||||
"village-bits/stonehome-esw-3",
|
||||
"village-bits/stonehome-esw-4"
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user