summaryrefslogtreecommitdiff
path: root/json/items/gun/223.json
blob: 85901f6b17095e8a90c32a0a49feeb1b25906454 (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
[
  {
    "id": "hk_g36",
    "//": "Overwrite because there doesn't seem to be a way to overwrite variants cleanly short of this.",
    "copy-from": "rifle_auto",
    "looks_like": "ar15",
    "type": "GUN",
    "name": { "str": "G36 assault rifle" },
    "description": "An assault rifle chambered in 5.56x45mm and accepting G36 magazines.",
    "weight": "3630 g",
    "volume": "4640 ml",
    "longest_side": "1004 mm",
    "price": 210000,
    "price_postapoc": 6000,
    "variant_type": "gun",
    "variants": [
      {
        "id": "hk_g36",
        "name": { "str": "H&K G36" },
        "description": "Designed as a replacement for the early H&K G3 battle rifle, the G36 is more accurate, and uses the much lighter .223 round, allowing for a higher ammo capacity. It was later found to have problems overheating during prolonged firefights, and was phased out of active service in 2016.",
        "weight": 1
      }
    ],
    "to_hit": -1,
    "bashing": 12,
    "material": [ "steel", "plastic" ],
    "symbol": "(",
    "color": "dark_gray",
    "ammo": [ "223" ],
    "dispersion": 150,
    "durability": 8,
    "min_cycle_recoil": 1350,
    "modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "AUTO", "auto", 4 ] ],
    "pocket_data": [ { "pocket_type": "MAGAZINE_WELL", "item_restriction": [ "g36mag_30rd", "g36mag_100rd" ] } ],
    "built_in_mods": [ "folding_stock" ]
  }
]