Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "etages": [
- {
- "id": "refugee-cave",
- "generator": "erosion",
- "population-strategy": "groupedbyrooms",
- "creature-count": "1d3+2",
- "creature-table": "refugee-cave",
- "item-table": "dungeon",
- "areas": [
- {
- "key": "refugee-cave-1",
- "creature-count": "1d2+2",
- "height": 61,
- "width": 41,
- "seed": -1,
- "population-strategy": "grouped-by-rooms",
- "processing": [
- "cavern"
- ],
- "stair-placement-predicate": [
- "is-room",
- "not-on-decor"
- ],
- "grid": [
- {
- "id": "A-0",
- "area": "first-refugee-room"
- },
- {
- "id": "A-1",
- "structure": "refugee-room-2"
- }
- ],
- "data": {
- "draw-grid-extents": 0,
- "horizontal-grids": 3,
- "minimum-room-count": 4,
- "random-extra-rooms": 2,
- "structured-section-chance": 75,
- "vertical-grids": 3
- },
- "exits": [
- {
- "key": "eastmeadows-0",
- "direction": "up",
- "map-location": "west"
- },
- {
- "key": "refugee-cave-2",
- "direction": "down",
- "map-location": "east"
- }
- ]
- },
- {
- "key": "refugee-cave-2",
- "height": 81,
- "width": 81,
- "processing": [
- "fragmented",
- "round"
- ],
- "exits": [
- {
- "key": "refugee-cave-1",
- "direction": "up",
- "map-location": "west"
- }
- ]
- }
- ],
- "data": {
- "cavern-process-diagonal-expansion-chance": 30,
- "erosion-reduction": 30,
- "erosion-reduction-in-chosen-direction": 10,
- "horizontal-grids": 4,
- "minimum-room-count": 5,
- "random-extra-rooms": 3,
- "starting-erosion-chance": 100,
- "structured-section-chance": 75,
- "trim-loose-ends": 1,
- "tunnel-random-direction": 2,
- "vertical-grids": 3,
- "wider-tunnel-chance": 40
- }
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment