From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- .../Locations/-Essentials/v_ter_furn.json | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create 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 new file mode 100644 index 0000000..fb70f7b --- /dev/null +++ b/vamp_stuff/Modification Files/Locations/-Essentials/v_ter_furn.json @@ -0,0 +1,43 @@ +[{ + "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