From a6da6f9d3c8f96231eab5f86556d3bc36796d89d Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Tue, 9 Nov 2021 01:08:57 -0800
Subject: Reduce obfuscation of special overmap terrain.

---
 .../Locations/Essentials/v_overmap_terrain.json    | 52 +++++++++++-----------
 1 file changed, 26 insertions(+), 26 deletions(-)

(limited to 'vamp_stuff/Modification_Files/Locations')

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 61b1a00..bf19b9e 100644
--- a/vamp_stuff/Modification_Files/Locations/Essentials/v_overmap_terrain.json
+++ b/vamp_stuff/Modification_Files/Locations/Essentials/v_overmap_terrain.json
@@ -2,9 +2,9 @@
   {
     "id": "crypt1",
     "type": "overmap_terrain",
-    "name": "forest",
-    "sym": "F",
-    "color": "green",
+    "name": "small cemetery",
+    "sym": "C",
+    "color": "white",
     "see_cost": 20,
     "mondensity": 0,
     "extras": "build"
@@ -22,9 +22,9 @@
   {
     "id": "crypt2",
     "type": "overmap_terrain",
-    "name": "forest",
-    "sym": "F",
-    "color": "green",
+    "name": "small cemetery",
+    "sym": "C",
+    "color": "white",
     "see_cost": 20,
     "mondensity": 0,
     "extras": "build"
@@ -42,9 +42,9 @@
   {
     "id": "vampcave_entrance",
     "type": "overmap_terrain",
-    "name": "forest",
-    "sym": "F",
-    "color": "green",
+    "name": "cave",
+    "sym": "C",
+    "color": "brown",
     "see_cost": 20,
     "mondensity": 0,
     "extras": "build"
@@ -82,9 +82,9 @@
   {
     "id": "gravesite1",
     "type": "overmap_terrain",
-    "name": "field",
-    "sym": ".",
-    "color": "brown",
+    "name": "small cemetery",
+    "sym": "C",
+    "color": "white",
     "see_cost": 5,
     "mondensity": 0,
     "extras": "build"
@@ -92,9 +92,9 @@
   {
     "id": "bloodrune_pedestal",
     "type": "overmap_terrain",
-    "name": "field",
-    "sym": ".",
-    "color": "brown",
+    "name": "strange temple",
+    "sym": "T",
+    "color": "pink",
     "see_cost": 5,
     "mondensity": 0,
     "extras": "build"
@@ -102,8 +102,8 @@
   {
     "id": "bloodhole",
     "type": "overmap_terrain",
-    "name": "field",
-    "sym": ".",
+    "name": "odd hole",
+    "sym": "o",
     "color": "brown",
     "see_cost": 2,
     "mondensity": 0,
@@ -222,9 +222,9 @@
   {
     "type": "overmap_terrain",
     "id": "vampirus",
-    "name": "forest",
-    "sym": "F",
-    "color": "green",
+    "name": "odd hole",
+    "sym": "o",
+    "color": "brown",
     "see_cost": 5,
     "extras": "build",
     "flags": [ "NO_ROTATE" ]
@@ -242,7 +242,7 @@
   {
     "type": "overmap_terrain",
     "id": "ghost_townhousenorth",
-    "name": "forest",
+    "name": "ruined house",
     "sym": "F",
     "color": "green",
     "see_cost": 5,
@@ -251,7 +251,7 @@
   {
     "type": "overmap_terrain",
     "id": "ghost_townhouseeast",
-    "name": "forest",
+    "name": "ruined house",
     "sym": "F",
     "color": "green",
     "see_cost": 5,
@@ -260,7 +260,7 @@
   {
     "type": "overmap_terrain",
     "id": "ghost_townhousesouth",
-    "name": "forest",
+    "name": "ruined house",
     "sym": "F",
     "color": "green",
     "see_cost": 5,
@@ -269,7 +269,7 @@
   {
     "type": "overmap_terrain",
     "id": "ghost_townhousewest",
-    "name": "forest",
+    "name": "ruined house",
     "sym": "F",
     "color": "green",
     "see_cost": 5,
@@ -278,7 +278,7 @@
   {
     "type": "overmap_terrain",
     "id": "ghost_townchurch",
-    "name": "forest",
+    "name": "ruined church",
     "sym": "F",
     "color": "green",
     "see_cost": 5,
@@ -296,7 +296,7 @@
   {
     "type": "overmap_terrain",
     "id": "ghost_townservice",
-    "name": "forest",
+    "name": "ruined shop",
     "sym": "F",
     "color": "green",
     "see_cost": 5,
-- 
cgit v1.2.1