summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-14 11:37:52 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-14 11:37:52 -0800
commitb6024e7174cfad5a1dfcab6fdea69570d4f539ed (patch)
tree319b2036e0f5d267f3bb40c13699e94ce6d9b529
parentFix field effects. (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-b6024e7174cfad5a1dfcab6fdea69570d4f539ed.tar.xz
Fix blood pellet count and recipe to produce two per batch.
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_materials.json1
-rw-r--r--vamp_stuff/Modification_Files/Recipes/recipe_ammo.json1
2 files changed, 1 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
index 4a861ca..5c7d9ca 100644
--- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
+++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
@@ -117,7 +117,6 @@
"weight": "10 g",
"volume": "3 ml",
"price": "0 cent",
- "count": 2,
"material": [ "compactblood" ],
"symbol": ".",
"color": "red"
diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json b/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json
index 33b2083..9903f3b 100644
--- a/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json
+++ b/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json
@@ -1,6 +1,7 @@
[
{
"result": "pelletblood",
+ "byproducts": [ [ "pelletblood", 1 ] ],
"type": "recipe",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_COMPONENTS",