summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-08 20:24:17 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-08 20:24:17 -0700
commit360db764700633a8ca2c2a5fa6f9603f951d4b1d (patch)
treeadf3cf5aeb9fd8ce3c6e6be44077760eb99cd60a /json
parentFix the P30 .40 copy-from the wrong gun. (diff)
downloadcataclysm-dda-mod_hk-loadout-360db764700633a8ca2c2a5fa6f9603f951d4b1d.tar.xz
Add uncraft for 000 beanbag shells.
Diffstat (limited to 'json')
-rw-r--r--json/uncraft/000shot.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/json/uncraft/000shot.json b/json/uncraft/000shot.json
index 1820560..2f8faf5 100644
--- a/json/uncraft/000shot.json
+++ b/json/uncraft/000shot.json
@@ -43,5 +43,20 @@
[ [ "lead", 24 ] ]
],
"flags": [ "UNCRAFT_SINGLE_CHARGE" ]
+ },
+ {
+ "result": "shot_000_beanbag",
+ "type": "uncraft",
+ "skill_used": "gun",
+ "difficulty": 5,
+ "time": "1 s",
+ "qualities": [ { "id": "PULL", "level": 1 } ],
+ "components": [
+ [ [ "000shot_hull", 1 ] ],
+ [ [ "shotgun_primer", 1 ] ],
+ [ [ "gunpowder", 6 ] ],
+ [ [ "rubber_slug", 2 ] ]
+ ],
+ "flags": [ "UNCRAFT_SINGLE_CHARGE" ]
}
]