summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Misc/v_material_type.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Misc/v_material_type.json')
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_material_type.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_material_type.json b/vamp_stuff/Modification_Files/Items/Misc/v_material_type.json
index 240e64c..fc6ee51 100644
--- a/vamp_stuff/Modification_Files/Items/Misc/v_material_type.json
+++ b/vamp_stuff/Modification_Files/Items/Misc/v_material_type.json
@@ -34,5 +34,29 @@
"dmg_adj": [ "invincible", "invincible", "invincible", "invincible" ],
"bash_dmg_verb": "invincible",
"cut_dmg_verb": "invincible"
+ },
+ {
+ "type": "material",
+ "id": "blood",
+ "name": "Blood",
+ "density": 1,
+ "specific_heat_liquid": 4.186,
+ "specific_heat_solid": 2.108,
+ "latent_heat": 333,
+ "edible": true,
+ "bash_resist": 0,
+ "cut_resist": 0,
+ "acid_resist": 0,
+ "fire_resist": 1,
+ "elec_resist": 0,
+ "chip_resist": 0,
+ "dmg_adj": [ "lightly damaged", "damaged", "very damaged", "thoroughly damaged" ],
+ "bash_dmg_verb": "damaged",
+ "cut_dmg_verb": "damaged",
+ "burn_data": [
+ { "fuel": -100, "smoke": 1, "burn": 1 },
+ { "fuel": -50, "smoke": 2, "burn": 1 },
+ { "fuel": -10, "smoke": 2, "burn": 2 }
+ ]
}
]