From 6257fd46cdd23262557ccbb154a1039ab0148bae Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 9 Mar 2021 00:53:46 -0800 Subject: Many updates to get this mod working properly. See the readme. --- .../Locations/-Essentials/v_overmap_terrain.json | 63 ++++++++++++++++++++++ 1 file changed, 63 insertions(+) (limited to 'vamp_stuff/Modification_Files/Locations/-Essentials/v_overmap_terrain.json') diff --git a/vamp_stuff/Modification_Files/Locations/-Essentials/v_overmap_terrain.json b/vamp_stuff/Modification_Files/Locations/-Essentials/v_overmap_terrain.json index f734198..f3637c4 100644 --- a/vamp_stuff/Modification_Files/Locations/-Essentials/v_overmap_terrain.json +++ b/vamp_stuff/Modification_Files/Locations/-Essentials/v_overmap_terrain.json @@ -238,5 +238,68 @@ "see_cost": 5, "extras": "build", "flags": [ "NO_ROTATE" ] + }, + { + "type": "overmap_terrain", + "id": "ghost_townhousenorth", + "name": "forest", + "sym": "F", + "color": "green", + "see_cost": 5, + "extras": "build" + }, + { + "type": "overmap_terrain", + "id": "ghost_townhouseeast", + "name": "forest", + "sym": "F", + "color": "green", + "see_cost": 5, + "extras": "build" + }, + { + "type": "overmap_terrain", + "id": "ghost_townhousesouth", + "name": "forest", + "sym": "F", + "color": "green", + "see_cost": 5, + "extras": "build" + }, + { + "type": "overmap_terrain", + "id": "ghost_townhousewest", + "name": "forest", + "sym": "F", + "color": "green", + "see_cost": 5, + "extras": "build" + }, + { + "type": "overmap_terrain", + "id": "ghost_townchurch", + "name": "forest", + "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": "forest", + "sym": "F", + "color": "green", + "see_cost": 5, + "extras": "build" } ] -- cgit v1.2.1