summaryrefslogtreecommitdiff
path: root/zz_ghosttown/Modification_Files/Locations/Essentials/v_overmap_terrain_ghosttown.json
diff options
context:
space:
mode:
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"
+ }
+]