diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-14 10:47:22 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-14 10:47:22 -0800 |
commit | 639e954397d3b4dd78d8446b44424a8e6aa38b87 (patch) | |
tree | d5fe59ff355f231cb8b8ba1211149c9f5409057f /vamp_stuff/Modification_Files | |
parent | Remove invalid count fields. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-639e954397d3b4dd78d8446b44424a8e6aa38b87.tar.xz |
Use byproducts as hack to allow multiple items per batch.
Diffstat (limited to 'vamp_stuff/Modification_Files')
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 3 | ||||
-rw-r--r-- | vamp_stuff/Modification_Files/Recipes/recipe_blood.json | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json index 0c9589d..19ddc88 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json @@ -133,7 +133,8 @@ "price": "0 cent", "material": [ "compactblood" ], "symbol": "~", - "color": "red" + "color": "red", + "count": 1 }, { "id": "bloodrune", diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json index 7f9fe25..bc188e9 100644 --- a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json +++ b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json @@ -164,6 +164,7 @@ }, { "result": "melted_bloodrune", + "byproducts": [ [ "melted_bloodrune", 3 ] ], "id_suffix": "from_bigbloodrune", "//": "Loosely base difficulty on HMTD.", "type": "recipe", @@ -171,7 +172,6 @@ "subcategory": "CSC_OTHER_MATERIALS", "skill_used": "fabrication", "difficulty": 7, - "count": 4, "time": "30 m", "book_learn": [ [ "vamp_upgradebook1", 8 ] ], "qualities": [ { "id": "HAMMER_FINE", "level": 1 }, { "id": "BOIL", "level": 2 } ], |