summaryrefslogtreecommitdiff
path: root/zz_ghosttown/Modification_Files/Locations/Essentials/v_overmap_terrain_ghosttown.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-08-18 16:04:30 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-08-18 16:04:30 -0700
commita80ec92d6f75f4a55361fd56b4ac2f375bf46be7 (patch)
treeefc839d6cc61d1c6a28fd4fa0e7c6e0d0932b638 /zz_ghosttown/Modification_Files/Locations/Essentials/v_overmap_terrain_ghosttown.json
parentFix blood transfusion spell healing not taking spell level into account. (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-a80ec92d6f75f4a55361fd56b4ac2f375bf46be7.tar.xz
Remove the ghost towns. (Save game breaking, fair warning.)
Diffstat (limited to 'zz_ghosttown/Modification_Files/Locations/Essentials/v_overmap_terrain_ghosttown.json')
-rw-r--r--zz_ghosttown/Modification_Files/Locations/Essentials/v_overmap_terrain_ghosttown.json65
1 files changed, 65 insertions, 0 deletions
diff --git a/zz_ghosttown/Modification_Files/Locations/Essentials/v_overmap_terrain_ghosttown.json b/zz_ghosttown/Modification_Files/Locations/Essentials/v_overmap_terrain_ghosttown.json
new file mode 100644
index 0000000..b58385a
--- /dev/null
+++ b/zz_ghosttown/Modification_Files/Locations/Essentials/v_overmap_terrain_ghosttown.json
@@ -0,0 +1,65 @@
+[
+ {
+ "type": "overmap_terrain",
+ "id": "ghost_townhousenorth",
+ "name": "ruined house",
+ "sym": "F",
+ "color": "green",
+ "see_cost": 5,
+ "extras": "build"
+ },
+ {
+ "type": "overmap_terrain",
+ "id": "ghost_townhouseeast",
+ "name": "ruined house",
+ "sym": "F",
+ "color": "green",
+ "see_cost": 5,
+ "extras": "build"
+ },
+ {
+ "type": "overmap_terrain",
+ "id": "ghost_townhousesouth",
+ "name": "ruined house",
+ "sym": "F",
+ "color": "green",
+ "see_cost": 5,
+ "extras": "build"
+ },
+ {
+ "type": "overmap_terrain",
+ "id": "ghost_townhousewest",
+ "name": "ruined house",
+ "sym": "F",
+ "color": "green",
+ "see_cost": 5,
+ "extras": "build"
+ },
+ {
+ "type": "overmap_terrain",
+ "id": "ghost_townchurch",
+ "name": "ruined church",
+ "sym": "F",
+ "color": "green",
+ "see_cost": 5,
+ "extras": "build"
+ },
+ {
+ "type": "overmap_terrain",
+ "id": "ghost_towngardenroad",
+ "name": "forest",
+ "sym": "F",
+ "color": "green",
+ "see_cost": 5,
+ "extras": "build"
+ },
+ {
+ "type": "overmap_terrain",
+ "id": "ghost_townservice",
+ "name": "ruined shop",
+ "sym": "F",
+ "color": "green",
+ "see_cost": 5,
+ "extras": "build"
+ }
+]