summaryrefslogtreecommitdiff
path: root/json/items/ammo/66mm.json
blob: 0d01ce042f4bbb4015f9657cb02975c678d23edc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
  {
    "type": "AMMO",
    "id": "66mm_HEAT",
    "price": "2000 USD",
    "name": { "str_sp": "66mm HEAT" },
    "symbol": "=",
    "color": "dark_gray",
    "description": "A 66mm high-explosive anti-tank round.  It could blow through up to two feet of concrete.",
    "material": [ "steel", "powder" ],
    "weight": "1800 g",
    "volume": "250 ml",
    "price_postapoc": 8000,
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "ammo_type": "66mm",
    "damage": { "damage_type": "stab", "amount": 2500, "armor_penetration": 400 },
    "range": 80,
    "dispersion": 30,
    "recoil": 225,
    "effects": [ "COOKOFF", "EXPLOSIVE", "FRAG_SMALL", "TRAIL" ]
  }
]