diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-11-09 01:08:57 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-11-09 01:08:57 -0800 |
commit | a6da6f9d3c8f96231eab5f86556d3bc36796d89d (patch) | |
tree | d7ae3974c590e8cbb7cb4ecfec588d4af8c4ad0b /vamp_stuff | |
parent | Update for removal of armor category. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-a6da6f9d3c8f96231eab5f86556d3bc36796d89d.tar.xz |
Reduce obfuscation of special overmap terrain.
Diffstat (limited to 'vamp_stuff')
-rw-r--r-- | vamp_stuff/Modification_Files/Locations/Essentials/v_overmap_terrain.json | 52 |
1 files changed, 26 insertions, 26 deletions
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, |