summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-08 20:28:12 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-08 20:28:12 -0700
commita6d0267558fa23627984cac702ab6d1f43c96be8 (patch)
tree6068a2e4b50517c51b56734266bb2b830aeea78f /json
parentAdd uncraft for 000 beanbag shells. (diff)
downloadcataclysm-dda-mod_hk-loadout-a6d0267558fa23627984cac702ab6d1f43c96be8.tar.xz
Also add uncraft for 000 incendiary shells.
Diffstat (limited to 'json')
-rw-r--r--json/uncraft/000shot.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/json/uncraft/000shot.json b/json/uncraft/000shot.json
index 2f8faf5..490cae5 100644
--- a/json/uncraft/000shot.json
+++ b/json/uncraft/000shot.json
@@ -58,5 +58,21 @@
[ [ "rubber_slug", 2 ] ]
],
"flags": [ "UNCRAFT_SINGLE_CHARGE" ]
+ },
+ {
+ "result": "shot_000_inc",
+ "type": "uncraft",
+ "skill_used": "gun",
+ "difficulty": 5,
+ "time": "1 s",
+ "qualities": [ { "id": "PULL", "level": 1 } ],
+ "components": [
+ [ [ "000shot_hull", 1 ] ],
+ [ [ "shotgun_primer", 1 ] ],
+ [ [ "gunpowder", 6 ] ],
+ [ [ "lead", 12 ] ],
+ [ [ "incendiary", 12 ] ]
+ ],
+ "flags": [ "UNCRAFT_SINGLE_CHARGE" ]
}
]