summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-11-25 18:43:42 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-11-25 18:43:42 -0800
commit615c35cd9d5a3af32685eef199c14d947acf84c3 (patch)
tree48749da4efe2ac8ffdbd3119bdf6343c4ff3badb /json
parentFix 000 ammunition drop tables. (diff)
downloadcataclysm-dda-mod_hk-loadout-615c35cd9d5a3af32685eef199c14d947acf84c3.tar.xz
Fix the 4.6mm uncraft to provide copper.
Diffstat (limited to 'json')
-rw-r--r--json/uncraft/46.json26
1 files changed, 22 insertions, 4 deletions
diff --git a/json/uncraft/46.json b/json/uncraft/46.json
index 39964cf..bb78887 100644
--- a/json/uncraft/46.json
+++ b/json/uncraft/46.json
@@ -1,16 +1,33 @@
[
{
+ "result": "46mm",
+ "type": "uncraft",
+ "skill_used": "gun",
+ "difficulty": 5,
+ "time": "5 s",
+ "qualities": [ { "id": "PULL", "level": 1 } ],
+ "components": [
+ [ [ "lead", 2 ] ],
+ [ [ "46mm_casing", 1 ] ],
+ [ [ "smpistol_primer", 1 ] ],
+ [ [ "gunpowder", 4 ] ],
+ [ [ "copper", 1 ] ]
+ ],
+ "charges": 1
+ },
+ {
"result": "46mm_fmj",
"type": "uncraft",
"skill_used": "gun",
"difficulty": 5,
- "time": "1 s",
+ "time": "5 s",
"qualities": [ { "id": "PULL", "level": 1 } ],
"components": [
[ [ "lead", 2 ] ],
[ [ "46mm_casing", 1 ] ],
[ [ "smpistol_primer", 1 ] ],
- [ [ "gunpowder", 5 ] ]
+ [ [ "gunpowder", 5 ] ],
+ [ [ "copper", 1 ] ]
],
"charges": 1
},
@@ -19,13 +36,14 @@
"type": "uncraft",
"skill_used": "gun",
"difficulty": 5,
- "time": "1 s",
+ "time": "5 s",
"qualities": [ { "id": "PULL", "level": 1 } ],
"components": [
[ [ "lead", 2 ] ],
[ [ "46mm_casing", 1 ] ],
[ [ "smpistol_primer", 1 ] ],
- [ [ "gunpowder", 4 ] ]
+ [ [ "gunpowder", 4 ] ],
+ [ [ "copper", 1 ] ]
],
"charges": 1
}