diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-08 20:41:49 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-08 20:41:49 -0800 |
commit | 1a610fd67383b4cd3ff0046e98f46cfdbf52f13b (patch) | |
tree | 4dc947f0d3dad018bfa97750f3cdf182afb3c29c | |
parent | Rebalance all blood magic HP costs as they were very high. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-1a610fd67383b4cd3ff0046e98f46cfdbf52f13b.tar.xz |
Allow using blood extract to reconstitute blood.
-rw-r--r-- | vamp_stuff/Modification_Files/Recipes/recipe_blood.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json index 7effab3..7af55eb 100644 --- a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json +++ b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json @@ -40,7 +40,7 @@ "skill_used": "cooking", "time": "1 m", "book_learn": [ [ "vamp_upgradebook1", 4 ] ], - "components": [ [ [ "bloodpowder", 1 ] ], [ [ "water_clean", 1 ] ] ] + "components": [ [ [ "bloodpowder", 1 ] ], [ [ "water_clean", 1 ], [ "bloodextract", 1 ] ] ] }, { "type": "recipe", @@ -64,7 +64,7 @@ "skill_used": "cooking", "time": "1 m", "book_learn": [ [ "vamp_upgradebook1", 4 ] ], - "components": [ [ [ "synthbloodpowder", 1 ] ], [ [ "water_clean", 1 ] ] ] + "components": [ [ [ "synthbloodpowder", 1 ] ], [ [ "water_clean", 1 ], [ "synthbloodextract", 1 ] ] ] }, { "result": "bloodpowder", |