9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00

Village Update

This commit is contained in:
Brian Fopiano
2020-09-02 21:10:14 -07:00
parent eba8578e1f
commit f5886fd0b5
12 changed files with 20 additions and 6 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -32,6 +32,16 @@
"multiplier": 240
}
},
"structures": [
{
"tileset": "village-stone",
"zoom": 1,
"ratio": 0.05,
"rarity": 5,
"shuffle": 5
}
],
"riverThickness": 0.025,
"caveBiomes": [
"tundra-cavern",

View File

@@ -96,7 +96,7 @@
{
"ceiling": "AGNOSTIC",
"east": "REQUIRED",
"placeMode": "PAINT",
"placeMode": "STILT",
"south": "NEVER",
"rareObjects": [],
"north": "REQUIRED",
@@ -104,7 +104,11 @@
"structure/Village-2/room-1",
"structure/Village-2/room-2",
"structure/Village-2/room-3",
"structure/Village-2/room-4"
"structure/Village-2/room-4",
"structure/Village-2/room-5",
"structure/Village-2/room-6",
"structure/Village-2/room-7",
"structure/Village-2/room-8"
],
"west": "REQUIRED",
"loot": {
@@ -117,7 +121,7 @@
{
"ceiling": "AGNOSTIC",
"east": "REQUIRED",
"placeMode": "PAINT",
"placeMode": "STILT",
"south": "REQUIRED",
"rareObjects": [],
"north": "REQUIRED",
@@ -134,19 +138,19 @@
}
],
"gridSize": 23,
"wallChance": 0.35,
"wallChance": 0.8,
"maxLayers": 1,
"name": "Stone Village",
"underwater": false,
"loot": {
"mode": "ADD",
"tables": [],
"tables": ["global-treasure","global-tools","global-clutter","cold-treasure","cold-food"],
"multiplier": 1
},
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"bore": true,
"bore": false,
"mergeEdges": false
}