diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-06 20:42:23 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-06 20:42:23 -0700 |
commit | 02470fa2e14f09517f0be1001aa486e9dcc7a55a (patch) | |
tree | dccdce1e3e8b9c753a06228052df58d9896106df /vamp_stuff/Modification_Files | |
parent | Fix thickened blood spoil duration (diff) | |
download | cataclysm-bn-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')
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 4 | ||||
-rw-r--r-- | vamp_stuff/Modification_Files/Recipes/recipe_blood.json | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json index 2d5251f..5294cd3 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json @@ -103,8 +103,8 @@ "looks_like": "jerky", "name": { "str": "blood bar" }, "description": "An 'energy' bar made from powdered and thickened blood. It is reasonably tasty and keeps for a long time.", - "weight": "150 g", - "volume": "223 ml", + "weight": "85 g", + "volume": "125 ml", "price": "0 cent", "material": [ "blood" ], "symbol": "'", 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 ] ] ] } ] |