From 2d3dfacaab2d47d7845a3cbc72cf35a5b829ba0a Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Wed, 18 Aug 2021 22:43:26 -0700
Subject: Replace carnivore and cannibal with source patches utilizing blood
 drinker trait

---
 .../Items/Misc/v_material_type.json                | 24 ++++++++++++++++++++++
 .../Modification_Files/Items/Misc/v_materials.json | 23 +++++++++++----------
 2 files changed, 36 insertions(+), 11 deletions(-)

(limited to 'vamp_stuff/Modification_Files/Items')

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 }
+    ]
   }
 ]
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
index 45a915d..cc6163c 100644
--- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
+++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
@@ -15,11 +15,11 @@
     "calories": 300,
     "description": "Blood, possibly that of a human.  Disgusting!",
     "price": "1 USD",
-    "material": [ "hflesh" ],
+    "material": [ "blood" ],
     "volume": "250 ml",
     "phase": "liquid",
     "fun": 10,
-    "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE" ]
+    "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE", "VAMPIRISM" ]
   },
   {
     "id": "melted_bloodrune",
@@ -92,10 +92,10 @@
     "quench": 0,
     "healthy": 1,
     "nutrition": 3,
-    "material": [ "hflesh" ],
+    "material": [ "blood" ],
     "symbol": "'",
     "color": "red",
-    "flags": [ "ZERO_WEIGHT" ]
+    "flags": [ "ZERO_WEIGHT", "VAMPIRISM" ]
   },
   {
     "id": "bloodextract",
@@ -109,10 +109,11 @@
     "quench": 0,
     "healthy": 2,
     "nutrition": 2,
-    "material": [ "hflesh" ],
+    "material": [ "blood" ],
     "symbol": "~",
     "color": "pink",
-    "count": 3
+    "count": 3,
+    "flags": [ "VAMPIRISM" ]
   },
   {
     "id": "compactsheet",
@@ -158,12 +159,12 @@
     "healthy": 2,
     "calories": 150,
     "description": "Synthetic blood, not possibly that of a human.  Still disgusting!",
-   "price": "1 USD",
-    "material": [ "hflesh" ],
+    "price": "1 USD",
+    "material": [ "blood" ],
     "volume": "250 ml",
     "phase": "liquid",
     "fun": 5,
-    "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE" ]
+    "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE", "VAMPIRISM" ]
   },
   {
     "id": "synthbloodpowder",
@@ -179,9 +180,9 @@
     "quench": 0,
     "healthy": 0,
     "nutrition": 2,
-    "material": [ "hflesh" ],
+    "material": [ "blood" ],
     "symbol": "'",
     "color": "red",
-    "flags": [ "ZERO_WEIGHT" ]
+    "flags": [ "ZERO_WEIGHT", "VAMPIRISM" ]
   }
 ]
-- 
cgit v1.2.1