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-03-18 19:53:17 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-18 19:53:17 -0700
commit336a9aa05a7809118aeeed154a5307f736160793 (patch)
tree67524e3098feb160aa0e4e6dbeea941464bcffac /vamp_stuff/Modification_Files/Items/Misc/v_materials.json
parentCleaned up more mission text. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-336a9aa05a7809118aeeed154a5307f736160793.tar.xz
Rebalance blood again.
Add synthetic blood powder.
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Misc/v_materials.json')
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_materials.json24
1 files changed, 21 insertions, 3 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
index 7d261b9..4c0a827 100644
--- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
+++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
@@ -12,7 +12,7 @@
"symbol": "~",
"quench": 20,
"healthy": 4,
- "calories": 150,
+ "calories": 300,
"description": "Blood, possibly that of a human. Disgusting!",
"price": 100,
"material": [ "hflesh" ],
@@ -88,7 +88,7 @@
"volume": "3 ml",
"price": 1,
"count": 10,
- "quench": 1,
+ "quench": 0,
"healthy": 1,
"nutrition": 3,
"material": [ "hflesh" ],
@@ -155,7 +155,7 @@
"symbol": "~",
"quench": 10,
"healthy": 2,
- "calories": 75,
+ "calories": 150,
"description": "Synthetic blood, not possibly that of a human. Still disgusting!",
"price": 100,
"material": [ "hflesh" ],
@@ -163,5 +163,23 @@
"phase": "liquid",
"fun": 5,
"flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE" ]
+ },
+ {
+ "id": "synthbloodpowder",
+ "type": "COMESTIBLE",
+ "comestible_type": "FOOD",
+ "name": { "str": "synthetic blood powder" },
+ "description": "A powdered synthetic blood. Near-perfect vampire getaway snacks.",
+ "weight": "10 g",
+ "volume": "3 ml",
+ "price": 1,
+ "count": 10,
+ "quench": 0,
+ "healthy": 0,
+ "nutrition": 2,
+ "material": [ "hflesh" ],
+ "symbol": "'",
+ "color": "red",
+ "flags": [ "ZERO_WEIGHT" ]
}
]