Guest User

Untitled

a guest
Dec 14th, 2019
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.31 KB | None | 0 0
  1. {
  2.   "etages": [
  3.     {
  4.       "id": "refugee-cave",
  5.       "generator": "erosion",
  6.       "population-strategy": "groupedbyrooms",
  7.       "creature-count": "1d3+2",
  8.       "creature-table": "refugee-cave",
  9.       "item-table": "dungeon",
  10.       "areas": [
  11.         {
  12.           "key": "refugee-cave-1",
  13.           "creature-count": "1d2+2",
  14.           "height": 61,
  15.           "width": 41,
  16.           "seed": -1,
  17.           "population-strategy": "grouped-by-rooms",
  18.           "processing": [
  19.             "cavern"
  20.           ],
  21.           "stair-placement-predicate": [
  22.             "is-room",
  23.             "not-on-decor"
  24.           ],
  25.           "grid": [
  26.             {
  27.               "id": "A-0",
  28.               "area": "first-refugee-room"
  29.             },
  30.             {
  31.               "id": "A-1",
  32.               "structure": "refugee-room-2"
  33.             }
  34.           ],
  35.           "data": {
  36.             "draw-grid-extents": 0,
  37.             "horizontal-grids": 3,
  38.             "minimum-room-count": 4,
  39.             "random-extra-rooms": 2,
  40.             "structured-section-chance": 75,
  41.             "vertical-grids": 3
  42.           },
  43.           "exits": [
  44.             {
  45.               "key": "eastmeadows-0",
  46.               "direction": "up",
  47.               "map-location": "west"
  48.             },
  49.             {
  50.               "key": "refugee-cave-2",
  51.               "direction": "down",
  52.               "map-location": "east"
  53.             }
  54.           ]
  55.         },
  56.         {
  57.           "key": "refugee-cave-2",
  58.           "height": 81,
  59.           "width": 81,
  60.           "processing": [
  61.             "fragmented",
  62.             "round"
  63.           ],
  64.           "exits": [
  65.             {
  66.               "key": "refugee-cave-1",
  67.               "direction": "up",
  68.               "map-location": "west"
  69.             }
  70.           ]
  71.         }
  72.       ],
  73.       "data": {
  74.         "cavern-process-diagonal-expansion-chance": 30,
  75.         "erosion-reduction": 30,
  76.         "erosion-reduction-in-chosen-direction": 10,
  77.         "horizontal-grids": 4,
  78.         "minimum-room-count": 5,
  79.         "random-extra-rooms": 3,
  80.         "starting-erosion-chance": 100,
  81.         "structured-section-chance": 75,
  82.         "trim-loose-ends": 1,
  83.         "tunnel-random-direction": 2,
  84.         "vertical-grids": 3,
  85.         "wider-tunnel-chance": 40
  86.       }
  87.     }
  88.   ]
  89. }
Advertisement
Add Comment
Please, Sign In to add comment