summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Recipes/recipe_blood.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-06 20:42:23 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-06 20:42:23 -0700
commit02470fa2e14f09517f0be1001aa486e9dcc7a55a (patch)
treedccdce1e3e8b9c753a06228052df58d9896106df /vamp_stuff/Modification_Files/Recipes/recipe_blood.json
parentFix thickened blood spoil duration (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-02470fa2e14f09517f0be1001aa486e9dcc7a55a.tar.xz
Rebalance the blood bar into 2 portions.
Fix the broken second recipe for powdered bloodrune.
Diffstat (limited to 'vamp_stuff/Modification_Files/Recipes/recipe_blood.json')
-rw-r--r--vamp_stuff/Modification_Files/Recipes/recipe_blood.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json
index 68345ec..a9f13af 100644
--- a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json
+++ b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json
@@ -85,7 +85,7 @@
"subcategory": "CSC_FOOD_OTHER",
"skill_used": "cooking",
"difficulty": 3,
- "charges": 4,
+ "count": 2,
"time": "30 m",
"batch_time_factors": [ 75, 2 ],
"book_learn": [ [ "vamp_upgradebook1", 10 ] ],
@@ -102,7 +102,7 @@
"subcategory": "CSC_FOOD_OTHER",
"skill_used": "cooking",
"difficulty": 3,
- "charges": 4,
+ "count": 2,
"time": "30 m",
"batch_time_factors": [ 75, 2 ],
"book_learn": [ [ "vamp_upgradebook1", 10 ] ],
@@ -151,16 +151,17 @@
},
{
"result": "melted_bloodrune",
+ "id_suffix": "from_bigbloodrune",
"type": "recipe",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MATERIALS",
"skill_used": "fabrication",
"difficulty": 0,
- "charges": 4,
+ "count": 4,
"time": "30 m",
"book_learn": [ [ "vamp_upgradebook1", 10 ] ],
"qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "BOIL", "level": 1 } ],
"tools": [ [ [ "surface_heat", 3, "LIST" ] ] ],
- "components": [ [ [ "bigbloodrune", 4 ] ] ]
+ "components": [ [ [ "bigbloodrune", 1 ] ] ]
}
]