summaryrefslogtreecommitdiff
path: root/overmap_specials.json
blob: 28c55bd310e3ce42748c2e8e62e328c43e9ebb9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
  {
    "type": "overmap_special",
    "id": "LMOE Shelter Full",
    "overmaps": [
      { "point": [ 0, 0, 0 ], "overmap": "lmoe_north" },
      { "point": [ 0, 0, 1 ], "overmap": "lmoe_roof_north" },
      { "point": [ 0, 0, -1 ], "overmap": "lmoe_under_full_north" }
    ],
    "locations": [ "forest_without_trail" ],
    "city_distance": [ 25, -1 ],
    "city_sizes": [ 0, 12 ],
    "occurrences": [ 0, 2 ],
    "flags": [ "CLASSIC", "ELECTRIC_GRID" ]
  }
]