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_terrain.json | |
download | cataclysm-bn-mod_bandits-everywhere-3d6ad47d440bf1fc166b4b67ab3f3878fe3cf81d.tar.xz |
Initial commit
Diffstat (limited to 'overmap_terrain.json')
-rw-r--r-- | overmap_terrain.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/overmap_terrain.json b/overmap_terrain.json new file mode 100644 index 0000000..5e9300a --- /dev/null +++ b/overmap_terrain.json @@ -0,0 +1,11 @@ +[ + { + "type": "overmap_terrain", + "id": "lmoe_under_full", + "name": "LMOE shelter", + "sym": "+", + "color": "red", + "see_cost": 2, + "flags": [ "KNOWN_UP", "SOURCE_PEOPLE", "SOURCE_SAFETY", "SOURCE_GUN", "SOURCE_AMMO", "SOURCE_FOOD" ] + } +] |