summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Misc/v_materials.json')
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_materials.json38
1 files changed, 31 insertions, 7 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
index 4ff25ac..7d261b9 100644
--- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
+++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
@@ -10,15 +10,16 @@
"container": "flask_glass",
"comestible_type": "DRINK",
"symbol": "~",
- "quench": 5,
- "healthy": -8,
- "calories": 43,
+ "quench": 20,
+ "healthy": 4,
+ "calories": 150,
"description": "Blood, possibly that of a human. Disgusting!",
"price": 100,
"material": [ "hflesh" ],
"volume": "250 ml",
"phase": "liquid",
- "fun": -50
+ "fun": 10,
+ "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE" ]
},
{
"id": "melted_bloodrune",
@@ -88,7 +89,7 @@
"price": 1,
"count": 10,
"quench": 1,
- "healthy": -3,
+ "healthy": 1,
"nutrition": 3,
"material": [ "hflesh" ],
"symbol": "'",
@@ -105,8 +106,8 @@
"volume": "250 ml",
"price": 0,
"quench": 5,
- "healthy": -3,
- "nutrition": -2,
+ "healthy": 2,
+ "nutrition": 2,
"material": [ "hflesh" ],
"symbol": "~",
"color": "pink",
@@ -139,5 +140,28 @@
"symbol": ".",
"color": "red",
"flags": [ "ZERO_WEIGHT" ]
+ },
+ {
+ "//": "Reduced weight.",
+ "type": "COMESTIBLE",
+ "id": "synthblood",
+ "copy-from": "blood",
+ "looks_like": "blood",
+ "name": { "str": "synthetic blood", "str_pl": "synthetic blood" },
+ "weight": "5 g",
+ "color": "red",
+ "container": "flask_glass",
+ "comestible_type": "DRINK",
+ "symbol": "~",
+ "quench": 10,
+ "healthy": 2,
+ "calories": 75,
+ "description": "Synthetic blood, not possibly that of a human. Still disgusting!",
+ "price": 100,
+ "material": [ "hflesh" ],
+ "volume": "250 ml",
+ "phase": "liquid",
+ "fun": 5,
+ "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE" ]
}
]