summaryrefslogtreecommitdiff
path: root/json/items/generic.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-31 05:20:59 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-31 05:20:59 -0700
commit6f803032de220719f78bacea5c702dcbe2ba83af (patch)
tree263473930cecd6795503a09a70744f28a062436c /json/items/generic.json
downloadcataclysm-bn-mod_restore-crows-turrets-6f803032de220719f78bacea5c702dcbe2ba83af.tar.xz
Initial commit
Diffstat (limited to 'json/items/generic.json')
-rw-r--r--json/items/generic.json29
1 files changed, 29 insertions, 0 deletions
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"
+ }
+]