summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-08 20:31:02 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-08 20:31:02 -0700
commita7e4bfe97646456a28258510c113360082e06381 (patch)
treeb94e6a990023bc894d37072779125a5c8b3891c2 /json
parentAlso add uncraft for 000 incendiary shells. (diff)
downloadcataclysm-dda-mod_hk-loadout-a7e4bfe97646456a28258510c113360082e06381.tar.xz
Also add uncraft for 000 explosive slug 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 490cae5..fed4eb2 100644
--- a/json/uncraft/000shot.json
+++ b/json/uncraft/000shot.json
@@ -74,5 +74,20 @@
[ [ "incendiary", 12 ] ]
],
"flags": [ "UNCRAFT_SINGLE_CHARGE" ]
+ },
+ {
+ "result": "shot_000_he",
+ "type": "uncraft",
+ "skill_used": "gun",
+ "difficulty": 5,
+ "time": "1 s",
+ "qualities": [ { "id": "PULL", "level": 1 } ],
+ "components": [
+ [ [ "000shot_hull", 1 ] ],
+ [ [ "shotgun_primer", 1 ] ],
+ [ [ "gunpowder", 6 ] ],
+ [ [ "rdx", 2 ] ]
+ ],
+ "flags": [ "UNCRAFT_SINGLE_CHARGE" ]
}
]