summaryrefslogtreecommitdiff
path: root/json/uncraft
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-02 16:43:51 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-02 16:43:51 -0800
commit6bd924a6320887576ca79cd93dcb99cc674e22a9 (patch)
tree973440c3beaea7af6870a5b7f3fadc060bfdaa26 /json/uncraft
parentAdding the name not required for copy-from martialarts (diff)
downloadcataclysm-bn-mod_hk-loadout-6bd924a6320887576ca79cd93dcb99cc674e22a9.tar.xz
Fix 000 shot ordering so as to not place types before their copy-froms.
Convert guns to use str_sp instead of str. Convert ammo types and materials to arrays. Various formatting changes to recipes to ease readability. Fix factory loaded 000shot uncraft from providing less materials than a reloaded.
Diffstat (limited to 'json/uncraft')
-rw-r--r--json/uncraft/000shot.json21
1 files changed, 18 insertions, 3 deletions
diff --git a/json/uncraft/000shot.json b/json/uncraft/000shot.json
index 39ae0c8..1820560 100644
--- a/json/uncraft/000shot.json
+++ b/json/uncraft/000shot.json
@@ -6,7 +6,12 @@
"difficulty": 5,
"time": "1 s",
"qualities": [ { "id": "PULL", "level": 1 } ],
- "components": [ [ [ "000shot_hull", 1 ] ], [ [ "shotgun_primer", 1 ] ], [ [ "gunpowder", 6 ] ], [ [ "lead", 10 ] ] ],
+ "components": [
+ [ [ "000shot_hull", 1 ] ],
+ [ [ "shotgun_primer", 1 ] ],
+ [ [ "gunpowder", 6 ] ],
+ [ [ "lead", 12 ] ]
+ ],
"flags": [ "UNCRAFT_SINGLE_CHARGE" ]
},
{
@@ -16,7 +21,12 @@
"difficulty": 5,
"time": "1 s",
"qualities": [ { "id": "PULL", "level": 1 } ],
- "components": [ [ [ "000shot_hull", 1 ] ], [ [ "shotgun_primer", 1 ] ], [ [ "gunpowder", 6 ] ], [ [ "combatnail", 10 ] ] ],
+ "components": [
+ [ [ "000shot_hull", 1 ] ],
+ [ [ "shotgun_primer", 1 ] ],
+ [ [ "gunpowder", 6 ] ],
+ [ [ "combatnail", 12 ] ]
+ ],
"flags": [ "UNCRAFT_SINGLE_CHARGE" ]
},
{
@@ -26,7 +36,12 @@
"difficulty": 5,
"time": "1 s",
"qualities": [ { "id": "PULL", "level": 1 } ],
- "components": [ [ [ "000shot_hull", 1 ] ], [ [ "shotgun_primer", 1 ] ], [ [ "gunpowder", 6 ] ], [ [ "lead", 20 ] ] ],
+ "components": [
+ [ [ "000shot_hull", 1 ] ],
+ [ [ "shotgun_primer", 1 ] ],
+ [ [ "gunpowder", 6 ] ],
+ [ [ "lead", 24 ] ]
+ ],
"flags": [ "UNCRAFT_SINGLE_CHARGE" ]
}
]