diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-07 22:45:38 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-07 22:45:38 -0700 |
commit | 40444c671582233b8f908234455234b31d856b3f (patch) | |
tree | ab540db4dcc7dcc89d461781d06099c60233e39f /vamp_stuff | |
parent | Rebalance blood recipes to be less impossible to learn. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-40444c671582233b8f908234455234b31d856b3f.tar.xz |
Charges not Count
Diffstat (limited to 'vamp_stuff')
-rw-r--r-- | vamp_stuff/Modification_Files/Recipes/recipe_blood.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json index 444de2a..95df6a7 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, - "count": 2, + "charges": 2, "time": "30 m", "batch_time_factors": [ 75, 2 ], "book_learn": [ [ "vamp_upgradebook1", 4 ] ], |