summaryrefslogtreecommitdiff
path: root/json/items/generic.json
blob: 86f45213b1a58432119286717d2c3bd132e8e33d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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"
  }
]