summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-16 02:51:24 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-16 02:51:24 -0700
commit1545f6a0b24b43142cf954470354e250b2c97984 (patch)
tree95f3ad344ebc28572df2f2aaa35b8b4fd04f0442
parentRemove justification from weapn descriptions. (diff)
downloadcataclysm-bn-mod_hk-loadout-1545f6a0b24b43142cf954470354e250b2c97984.tar.xz
Allow reloaded 000 shot to be dismantled
-rw-r--r--json/recipes/000shot.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/json/recipes/000shot.json b/json/recipes/000shot.json
index 690fbea..edfd67c 100644
--- a/json/recipes/000shot.json
+++ b/json/recipes/000shot.json
@@ -11,6 +11,7 @@
"batch_time_factors": [ 60, 5 ],
"book_learn": [ [ "recipe_bullets", 2 ], [ "manual_shotgun", 2 ] ],
"charges": 1,
+ "reversible": "true",
"using": [ [ "shot_forming", 1 ], [ "ammo_bullet", 10 ], [ "ammo_000_shot", 1 ] ],
"tools": [ [ [ "press", -1 ] ] ],
"components": [ [ [ "gunpowder", 6 ], [ "gunpowder_pistol", 6 ], [ "gunpowder_shotgun", 6 ] ] ]
@@ -27,6 +28,7 @@
"batch_time_factors": [ 60, 5 ],
"book_learn": [ [ "recipe_bullets", 4 ], [ "manual_shotgun", 4 ] ],
"charges": 1,
+ "reversible": "true",
"using": [ [ "ammo_000_shot", 1 ] ],
"tools": [ [ [ "press", -1 ] ] ],
"components": [ [ [ "gunpowder", 6 ], [ "gunpowder_pistol", 6 ], [ "gunpowder_shotgun", 6 ] ], [ [ "combatnail", 10 ] ] ]
@@ -43,6 +45,7 @@
"batch_time_factors": [ 60, 5 ],
"book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ],
"charges": 1,
+ "reversible": "true",
"using": [ [ "bullet_forming", 1 ], [ "ammo_bullet", 20 ], [ "ammo_000_shot", 1 ] ],
"components": [ [ [ "gunpowder", 6 ], [ "gunpowder_pistol", 6 ], [ "gunpowder_shotgun", 6 ] ] ]
}