diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-11-02 21:26:42 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-11-02 21:26:42 -0800 |
commit | 27698eb5c3bd1ec6d4474f1bd878de15e3dac912 (patch) | |
tree | e92f362077a0277d84218c0439f93af92bf54c49 /json/items | |
parent | Add the G11K2 rifle (diff) | |
download | cataclysm-bn-mod_hk-loadout-27698eb5c3bd1ec6d4474f1bd878de15e3dac912.tar.xz |
Add the 473 mold and ammo type
Diffstat (limited to 'json/items')
-rw-r--r-- | json/items/generic/casing.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/json/items/generic/casing.json b/json/items/generic/casing.json new file mode 100644 index 0000000..650bf40 --- /dev/null +++ b/json/items/generic/casing.json @@ -0,0 +1,15 @@ +[ + { + "id": "473mm_mold", + "copy-from": "casing", + "looks_like": "5x50_hull", + "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", + "weight": "2 g", + "volume": "10ml", + "charges": 25, + "stack_size": 25 + } +] |