From 27698eb5c3bd1ec6d4474f1bd878de15e3dac912 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 2 Nov 2020 21:26:42 -0800 Subject: Add the 473 mold and ammo type --- json/ammo_types.json | 9 +++++++++ json/items/generic/casing.json | 15 +++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 json/ammo_types.json create mode 100644 json/items/generic/casing.json diff --git a/json/ammo_types.json b/json/ammo_types.json new file mode 100644 index 0000000..2dbc9f6 --- /dev/null +++ b/json/ammo_types.json @@ -0,0 +1,9 @@ +[ + { + "type": "ammunition_type", + "id": "473", + "name": "4.73x33mm", + "default": "473x33mm" + } +] + 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 + } +] -- cgit v1.2.1