From 6f803032de220719f78bacea5c702dcbe2ba83af Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 31 Jul 2021 05:20:59 -0700 Subject: Initial commit --- json/items/generic.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 json/items/generic.json (limited to 'json/items/generic.json') diff --git a/json/items/generic.json b/json/items/generic.json new file mode 100644 index 0000000..86f4521 --- /dev/null +++ b/json/items/generic.json @@ -0,0 +1,29 @@ +[ + { + "type": "GENERIC", + "id": "broken_turret_light", + "symbol": ",", + "color": "green", + "name": { "str": "broken M249 autonomous CROWS II", "str_pl": "broken M249 autonomous CROWS II turrets" }, + "weight": "75 kg", + "copy-from": "broken_turret" + }, + { + "type": "GENERIC", + "id": "broken_turret_medium", + "symbol": ",", + "color": "green", + "name": { "str": "broken M240 autonomous CROWS II", "str_pl": "broken M240 autonomous CROWS II turrets" }, + "weight": "75 kg", + "copy-from": "broken_turret" + }, + { + "type": "GENERIC", + "id": "broken_turret_longrange", + "symbol": ",", + "color": "green", + "name": { "str": "broken M2 autonomous CROWS II", "str_pl": "broken M2 autonomous CROWS II turrets" }, + "weight": "100 kg", + "copy-from": "broken_turret" + } +] -- cgit v1.2.1