From 556a034f178982b10ac0bd3aac2bc709d2cfd52b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 3 Nov 2020 17:22:59 -0800 Subject: Convert CAWS to 000 shot --- json/requirements/ammo.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 json/requirements/ammo.json (limited to 'json/requirements/ammo.json') diff --git a/json/requirements/ammo.json b/json/requirements/ammo.json new file mode 100644 index 0000000..82542e2 --- /dev/null +++ b/json/requirements/ammo.json @@ -0,0 +1,8 @@ +[ + { + "id": "ammo_000_shot", + "type": "requirement", + "//": "Components required for 000 shotgun ammo", + "components": [ [ [ "000shot_hull", 1 ] ], [ [ "shotgun_primer", 1 ] ] ] + } +] -- cgit v1.2.1