summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
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/v_materials.json
parentNicen up the bloodrune descriptions (diff)
downloadcataclysm-bn-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/v_materials.json')
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_materials.json23
1 files changed, 12 insertions, 11 deletions
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" ]
}
]