summaryrefslogtreecommitdiff
path: root/json/uncraft
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-03 20:41:01 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-03 20:41:01 -0700
commitb6bd64766aaa3081557d9cfcc85d7794f7282da4 (patch)
tree5090a195417c49998646887b628a967356681796 /json/uncraft
parentRemove press tool from 000shot recipes as shot_forming requirement already in... (diff)
downloadcataclysm-dda-mod_hk-loadout-b6bd64766aaa3081557d9cfcc85d7794f7282da4.tar.xz
Updated for removal of specialized gunpowders from BN
Diffstat (limited to 'json/uncraft')
-rw-r--r--json/uncraft/000shot.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/json/uncraft/000shot.json b/json/uncraft/000shot.json
index a639af7..39ae0c8 100644
--- a/json/uncraft/000shot.json
+++ b/json/uncraft/000shot.json
@@ -6,7 +6,7 @@
"difficulty": 5,
"time": "1 s",
"qualities": [ { "id": "PULL", "level": 1 } ],
- "components": [ [ [ "000shot_hull", 1 ] ], [ [ "shotgun_primer", 1 ] ], [ [ "gunpowder_shotgun", 6 ] ], [ [ "lead", 10 ] ] ],
+ "components": [ [ [ "000shot_hull", 1 ] ], [ [ "shotgun_primer", 1 ] ], [ [ "gunpowder", 6 ] ], [ [ "lead", 10 ] ] ],
"flags": [ "UNCRAFT_SINGLE_CHARGE" ]
},
{
@@ -16,7 +16,7 @@
"difficulty": 5,
"time": "1 s",
"qualities": [ { "id": "PULL", "level": 1 } ],
- "components": [ [ [ "000shot_hull", 1 ] ], [ [ "shotgun_primer", 1 ] ], [ [ "gunpowder_shotgun", 6 ] ], [ [ "combatnail", 10 ] ] ],
+ "components": [ [ [ "000shot_hull", 1 ] ], [ [ "shotgun_primer", 1 ] ], [ [ "gunpowder", 6 ] ], [ [ "combatnail", 10 ] ] ],
"flags": [ "UNCRAFT_SINGLE_CHARGE" ]
},
{
@@ -26,7 +26,7 @@
"difficulty": 5,
"time": "1 s",
"qualities": [ { "id": "PULL", "level": 1 } ],
- "components": [ [ [ "000shot_hull", 1 ] ], [ [ "shotgun_primer", 1 ] ], [ [ "gunpowder_shotgun", 6 ] ], [ [ "lead", 20 ] ] ],
+ "components": [ [ [ "000shot_hull", 1 ] ], [ [ "shotgun_primer", 1 ] ], [ [ "gunpowder", 6 ] ], [ [ "lead", 20 ] ] ],
"flags": [ "UNCRAFT_SINGLE_CHARGE" ]
}
]