summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Misc
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-09 00:53:46 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-09 00:53:46 -0800
commit6257fd46cdd23262557ccbb154a1039ab0148bae (patch)
tree8478ccf29f5793e74edce46c190ee2facc5a0cca /vamp_stuff/Modification_Files/Items/Misc
parentFix folder layout (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-6257fd46cdd23262557ccbb154a1039ab0148bae.tar.xz
Many updates to get this mod working properly. See the readme.
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Misc')
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_materials.json38
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_recipe.json14
2 files changed, 45 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" ]
}
]
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json b/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json
index b2d29cf..5813d4a 100644
--- a/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json
+++ b/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json
@@ -292,5 +292,19 @@
"time": 250,
"qualities": [ { "id": "HAMMER", "level": 3 } ],
"components": [ [ [ "bigbloodrune", 1 ] ] ]
+ },
+ {
+ "type": "recipe",
+ "result": "synthblood",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_DRINKS",
+ "skill_used": "cooking",
+ "difficulty": 4,
+ "time": "5 m",
+ "autolearn": true,
+ "batch_time_factors": [ 80, 4 ],
+ "qualities": [ { "id": "BOIL", "level": 1 } ],
+ "tools": [ [ [ "water_boiling_heat", 3, "LIST" ] ] ],
+ "components": [ [ [ "protein_powder", 1 ] ], [ [ "water_clean", 1 ] ], [ [ "sugar", 5 ] ] ]
}
]