summaryrefslogtreecommitdiff
path: root/json/items/gun/84x246mm.json
blob: 90e37f29af5198a4d43fa9b019ad67a4f986aee8 (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
30
31
32
33
34
35
36
37
38
[
  {
    "id": "m3_carlgustav",
    "copy-from": "m3_carlgustav",
    "type": "GUN",
    "name": { "str": "M3 recoilless rifle" },
    "description": "Manufactured in Sweden, the Carl Gustaf M3 is a breech-loading 84 millimeter man-portable, reusable, multi-role recoilless rifle commonly used by the US military.",
    "valid_mod_locations": [
      [ "accessories", 4 ],
      [ "barrel", 1 ],
      [ "grip", 1 ],
      [ "mechanism", 4 ],
      [ "sights", 1 ],
      [ "rail mount", 1 ],
      [ "underbarrel mount", 1 ],
      [ "sling", 1 ]
    ],
    "//": "Fix description to Gustaf. Gustaf Gun, with an F, is this thing. Gustav Gun, with a V, is Thomas the Tank Engine's grumpy German cousin. xD",
    "//2": "Add a sling mod slot. Every other rocket launcher has one."
  },
  {
    "id": "AT4",
    "type": "GUN",
    "copy-from": "m3_carlgustav",
    "name": { "str": "AT4" },
    "description": "A milspec rocket launcher - an 84mm unguided, portable, single-shot recoilless smoothbore weapon used primarily by the US military.",
    "extend": { "flags": [ "FIRE_TWOHAND", "NO_REPAIR", "NO_RELOAD", "NO_UNLOAD", "TRADER_AVOID" ] },
    "delete": { "flags": [ "RELOAD_ONE" ] },
    "ammo": [ "84x246mm" ],
    "weight": "6260 g",
    "volume": "3500 ml",
    "price": "20000 USD",
    "price_postapoc": "60 USD",
    "bashing": 4,
    "dispersion": 200,
    "durability": 7
  }
]