summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Misc
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-08-18 22:43:26 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-08-18 22:43:26 -0700
commit2d3dfacaab2d47d7845a3cbc72cf35a5b829ba0a (patch)
tree9c7a52a61ee8341bae1cb23ea74f301fbbd9e6ab /vamp_stuff/Modification_Files/Items/Misc
parentNicen up the bloodrune descriptions (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-2d3dfacaab2d47d7845a3cbc72cf35a5b829ba0a.tar.xz
Replace carnivore and cannibal with source patches utilizing blood drinker trait
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Misc')
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_material_type.json24
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_materials.json23
2 files changed, 36 insertions, 11 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 }
+ ]
}
]
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" ]
}
]