summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Locations/-Essentials/v_ter_furn.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification_Files/Locations/-Essentials/v_ter_furn.json')
-rw-r--r--vamp_stuff/Modification_Files/Locations/-Essentials/v_ter_furn.json47
1 files changed, 47 insertions, 0 deletions
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..6f6c4c7
--- /dev/null
+++ b/vamp_stuff/Modification_Files/Locations/-Essentials/v_ter_furn.json
@@ -0,0 +1,47 @@
+[
+ {
+ "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" ]
+ }
+]