diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-02 16:43:51 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-02 16:43:51 -0800 |
commit | 6bd924a6320887576ca79cd93dcb99cc674e22a9 (patch) | |
tree | 973440c3beaea7af6870a5b7f3fadc060bfdaa26 /json/items/generic | |
parent | Adding the name not required for copy-from martialarts (diff) | |
download | cataclysm-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/items/generic')
-rw-r--r-- | json/items/generic/casing.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/generic/casing.json b/json/items/generic/casing.json index 580cab7..86e2855 100644 --- a/json/items/generic/casing.json +++ b/json/items/generic/casing.json @@ -6,7 +6,7 @@ "type": "GENERIC", "name": { "str": "4.73x33mm mold" }, "description": "A mold for casting a 4.73x33mm rifle round. This mold is fragile and will not last beyond a single casting.", - "material": "plastic", + "material": [ "plastic" ], "weight": "2 g", "volume": "10ml", "charges": 25, @@ -22,7 +22,7 @@ "weight": "8 g", "volume": "12ml", "stackable": true, - "material": "plastic", + "material": [ "plastic" ], "symbol": "=", "color": "red", "damage_states": [ 0, 0 ] |