From 0f19bc2ae45fa9ca940c25c89770868157275fa2 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 9 Apr 2021 21:43:36 -0700 Subject: Many changes to bring the mod more up to date with 0.E.3 Rebalance blood backpacks --- .../Locations/-Essentials/v_ter_furn.json | 49 ---------------------- 1 file changed, 49 deletions(-) delete mode 100644 vamp_stuff/Modification_Files/Locations/-Essentials/v_ter_furn.json (limited to 'vamp_stuff/Modification_Files/Locations/-Essentials/v_ter_furn.json') diff --git a/vamp_stuff/Modification_Files/Locations/-Essentials/v_ter_furn.json b/vamp_stuff/Modification_Files/Locations/-Essentials/v_ter_furn.json deleted file mode 100644 index 626aa2c..0000000 --- a/vamp_stuff/Modification_Files/Locations/-Essentials/v_ter_furn.json +++ /dev/null @@ -1,49 +0,0 @@ -[ - { - "type": "terrain", - "id": "t_blood_sh", - "description": "A shallow blood residue. It's light, crimson hue denotes intense desaturation from aging.", - "name": "shallow blood", - "looks_like": "t_water_sh_underground", - "symbol": "~", - "color": "light_red", - "move_cost": 5, - "flags": [ "TRANSPARENT", "LIQUID", "SWIMMABLE" ], - "connects_to": "WATER" - }, - { - "type": "terrain", - "id": "t_blood_dp", - "description": "A deep blood residue. It's light, crimson hue denotes intense desaturation from aging.", - "name": "deep blood", - "looks_like": "t_water_dp_underground", - "symbol": "~", - "color": "red", - "move_cost": 8, - "flags": [ "TRANSPARENT", "LIQUID", "SWIMMABLE", "DEEP_WATER" ], - "connects_to": "WATER" - }, - { - "type": "terrain", - "id": "t_vamp_seal", - "name": "seal", - "description": "An invincible force field. A spell could let you go through it, even if its active.", - "looks_like": "t_slope_down", - "symbol": "0", - "color": "white", - "move_cost": 2, - "flags": [ "TRANSPARENT", "PLACE_ITEM" ] - }, - { - "type": "furniture", - "id": "f_slope_down_vamp", - "name": "downward slope", - "description": "A downward facing slope.", - "symbol": ">", - "looks_like": "t_slope_down", - "color": "brown", - "move_cost_mod": 0, - "required_str": -1, - "flags": [ "TRANSPARENT", "NOCOLLIDE", "GOES_DOWN" ] - } -] -- cgit v1.2.1