summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-09-16 22:19:19 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-09-16 22:19:19 -0700
commitc813f67ed955421fe8ac226a7bd976f7f3a8090a (patch)
tree07a87116d427a2769677d1eef50adacbfab55755 /json
parentRemove boilerplate references to being reloaded or black powder from ammo des... (diff)
downloadcataclysm-dda-mod_hk-loadout-c813f67ed955421fe8ac226a7bd976f7f3a8090a.tar.xz
Update uncraft ala 2022-09-15-2016.
Diffstat (limited to 'json')
-rw-r--r--json/uncraft/000shot.json12
-rw-r--r--json/uncraft/46.json4
2 files changed, 8 insertions, 8 deletions
diff --git a/json/uncraft/000shot.json b/json/uncraft/000shot.json
index 3ed28c6..dd23bdd 100644
--- a/json/uncraft/000shot.json
+++ b/json/uncraft/000shot.json
@@ -12,7 +12,7 @@
[ [ "gunpowder", 6 ] ],
[ [ "lead", 12 ] ]
],
- "flags": [ "UNCRAFT_SINGLE_CHARGE" ]
+ "charges": 1
},
{
"result": "shot_000_flechette",
@@ -27,7 +27,7 @@
[ [ "gunpowder", 6 ] ],
[ [ "combatnail", 12 ] ]
],
- "flags": [ "UNCRAFT_SINGLE_CHARGE" ]
+ "charges": 1
},
{
"result": "shot_000_slug",
@@ -42,7 +42,7 @@
[ [ "gunpowder", 6 ] ],
[ [ "lead", 24 ] ]
],
- "flags": [ "UNCRAFT_SINGLE_CHARGE" ]
+ "charges": 1
},
{
"result": "shot_000_beanbag",
@@ -57,7 +57,7 @@
[ [ "gunpowder", 6 ] ],
[ [ "rubber_slug", 2 ] ]
],
- "flags": [ "UNCRAFT_SINGLE_CHARGE" ]
+ "charges": 1
},
{
"result": "shot_000_inc",
@@ -73,7 +73,7 @@
[ [ "lead", 12 ] ],
[ [ "incendiary", 12 ] ]
],
- "flags": [ "UNCRAFT_SINGLE_CHARGE" ]
+ "charges": 1
},
{
"result": "shot_000_he",
@@ -88,6 +88,6 @@
[ [ "gunpowder", 6 ] ],
[ [ "chem_rdx", 2 ] ]
],
- "flags": [ "UNCRAFT_SINGLE_CHARGE" ]
+ "charges": 1
}
]
diff --git a/json/uncraft/46.json b/json/uncraft/46.json
index 3c549aa..39964cf 100644
--- a/json/uncraft/46.json
+++ b/json/uncraft/46.json
@@ -12,7 +12,7 @@
[ [ "smpistol_primer", 1 ] ],
[ [ "gunpowder", 5 ] ]
],
- "flags": [ "UNCRAFT_SINGLE_CHARGE" ]
+ "charges": 1
},
{
"result": "46mm_shp",
@@ -27,6 +27,6 @@
[ [ "smpistol_primer", 1 ] ],
[ [ "gunpowder", 4 ] ]
],
- "flags": [ "UNCRAFT_SINGLE_CHARGE" ]
+ "charges": 1
}
]