From 3d6ad47d440bf1fc166b4b67ab3f3878fe3cf81d Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 13 Jan 2023 00:31:04 -0800 Subject: Initial commit --- overmap_specials.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 overmap_specials.json (limited to 'overmap_specials.json') 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" ] + } +] -- cgit v1.2.1