diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-16 14:55:12 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-16 14:55:12 -0700 |
commit | c0903919ab150f9a091861b6766d3c18fd070d47 (patch) | |
tree | 3ef969d97d2baa0c802f9fe702adeae588b4e1ec /json/recipes | |
parent | Allow reloaded 000 shot to be dismantled (diff) | |
download | cataclysm-bn-mod_hk-loadout-c0903919ab150f9a091861b6766d3c18fd070d47.tar.xz |
Fix 000shot
Diffstat (limited to 'json/recipes')
-rw-r--r-- | json/recipes/000shot.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/json/recipes/000shot.json b/json/recipes/000shot.json index edfd67c..ba122a1 100644 --- a/json/recipes/000shot.json +++ b/json/recipes/000shot.json @@ -11,7 +11,7 @@ "batch_time_factors": [ 60, 5 ], "book_learn": [ [ "recipe_bullets", 2 ], [ "manual_shotgun", 2 ] ], "charges": 1, - "reversible": "true", + "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 ] ] ] @@ -28,7 +28,7 @@ "batch_time_factors": [ 60, 5 ], "book_learn": [ [ "recipe_bullets", 4 ], [ "manual_shotgun", 4 ] ], "charges": 1, - "reversible": "true", + "reversible": true, "using": [ [ "ammo_000_shot", 1 ] ], "tools": [ [ [ "press", -1 ] ] ], "components": [ [ [ "gunpowder", 6 ], [ "gunpowder_pistol", 6 ], [ "gunpowder_shotgun", 6 ] ], [ [ "combatnail", 10 ] ] ] @@ -45,7 +45,7 @@ "batch_time_factors": [ 60, 5 ], "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ], "charges": 1, - "reversible": "true", + "reversible": true, "using": [ [ "bullet_forming", 1 ], [ "ammo_bullet", 20 ], [ "ammo_000_shot", 1 ] ], "components": [ [ [ "gunpowder", 6 ], [ "gunpowder_pistol", 6 ], [ "gunpowder_shotgun", 6 ] ] ] } |