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_terrain.json | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 vamp_stuff/Modification_Files/Locations/-Essentials/v_terrain.json (limited to 'vamp_stuff/Modification_Files/Locations/-Essentials/v_terrain.json') diff --git a/vamp_stuff/Modification_Files/Locations/-Essentials/v_terrain.json b/vamp_stuff/Modification_Files/Locations/-Essentials/v_terrain.json deleted file mode 100644 index b988878..0000000 --- a/vamp_stuff/Modification_Files/Locations/-Essentials/v_terrain.json +++ /dev/null @@ -1,24 +0,0 @@ -[ - { - "type": "terrain", - "id": "t_blood_sh", - "description": "Shallow Blood", - "name": "shallow blood", - "symbol": "~", - "color": "light_red", - "move_cost": 5, - "flags": [ "TRANSPARENT", "LIQUID", "SWIMMABLE" ], - "connects_to": "WATER" - }, - { - "type": "terrain", - "id": "t_blood_dp", - "description": "Deep Blood", - "name": "deep blood", - "symbol": "~", - "color": "red", - "move_cost": 8, - "flags": [ "TRANSPARENT", "LIQUID", "SWIMMABLE", "DEEP_WATER" ], - "connects_to": "WATER" - } -] -- cgit v1.2.1