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 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 json/ammo_types.json (limited to 'json/ammo_types.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" + } +] + -- cgit v1.2.1