diff options
Diffstat (limited to 'overmap_specials.json')
-rw-r--r-- | overmap_specials.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/overmap_specials.json b/overmap_specials.json new file mode 100644 index 0000000..28c55bd --- /dev/null +++ b/overmap_specials.json @@ -0,0 +1,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" ] + } +] |