summaryrefslogtreecommitdiff
path: root/json/uncraft/shot.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-14 22:54:38 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-14 22:54:38 -0700
commit08753e2e1a88813f133e1cb411a27d1d7e4e85c6 (patch)
tree87f72623d59ecd549efc1c6ac4b5c607d0701f60 /json/uncraft/shot.json
parentMigrate 000 shotgun hulls to 00 shotgun hulls. (diff)
downloadcataclysm-dda-mod_hk-loadout-08753e2e1a88813f133e1cb411a27d1d7e4e85c6.tar.xz
Port to DDA.
Diffstat (limited to 'json/uncraft/shot.json')
-rw-r--r--json/uncraft/shot.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/json/uncraft/shot.json b/json/uncraft/shot.json
index 96aed7b..a3d3e54 100644
--- a/json/uncraft/shot.json
+++ b/json/uncraft/shot.json
@@ -2,6 +2,7 @@
{
"result": "shot_000",
"type": "uncraft",
+ "activity_level": "MODERATE_EXERCISE",
"skill_used": "gun",
"difficulty": 5,
"time": "1 s",
@@ -9,7 +10,7 @@
"components": [
[ [ "shot_hull", 1 ] ],
[ [ "shotgun_primer", 1 ] ],
- [ [ "gunpowder", 6 ] ],
+ [ [ "gunpowder_shotgun", 6 ] ],
[ [ "lead", 12 ] ]
],
"charges": 1
@@ -17,6 +18,7 @@
{
"result": "shot_000_inc",
"type": "uncraft",
+ "activity_level": "MODERATE_EXERCISE",
"skill_used": "gun",
"difficulty": 5,
"time": "1 s",
@@ -24,7 +26,7 @@
"components": [
[ [ "shot_hull", 1 ] ],
[ [ "shotgun_primer", 1 ] ],
- [ [ "gunpowder", 6 ] ],
+ [ [ "gunpowder_shotgun", 6 ] ],
[ [ "lead", 12 ] ],
[ [ "incendiary", 12 ] ]
],