From a80ec92d6f75f4a55361fd56b4ac2f375bf46be7 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 18 Aug 2022 16:04:30 -0700 Subject: Remove the ghost towns. (Save game breaking, fair warning.) --- .../Essentials/v_overmap_terrain_ghosttown.json | 65 ++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 zz_ghosttown/Modification_Files/Locations/Essentials/v_overmap_terrain_ghosttown.json (limited to 'zz_ghosttown/Modification_Files/Locations/Essentials/v_overmap_terrain_ghosttown.json') 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" + } +] -- cgit v1.2.1