From 873bd00487a751cf396481b3187def998eb1c3e8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 21 Sep 2020 17:12:43 -0700 Subject: Fix folder layout --- .../Locations/-Essentials/v_ter_furn.json | 43 ---------------------- 1 file changed, 43 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 fb70f7b..0000000 --- a/vamp_stuff/Modification Files/Locations/-Essentials/v_ter_furn.json +++ /dev/null @@ -1,43 +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", - "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", - "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