diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-13 00:31:04 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-13 00:31:04 -0800 |
commit | 3d6ad47d440bf1fc166b4b67ab3f3878fe3cf81d (patch) | |
tree | 240e3e491820903f71ee58c52ed7ec70b643ed53 /overmap_specials.json | |
download | cataclysm-bn-mod_bandits-everywhere-3d6ad47d440bf1fc166b4b67ab3f3878fe3cf81d.tar.xz |
Initial commit
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" ] + } +] |