summaryrefslogtreecommitdiff
path: root/json/items/ammo/84x246mm.json
blob: dcf7de8255b7c320cd4caa3e5326afead82c7244 (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": "AMMO",
    "id": "84x246mm_he",
    "copy-from": "84x246mm_he",
    "name": { "str": "84x246mm HE rocket" },
    "weight": "440 g",
    "damage": { "damage_type": "bullet", "amount": 60, "armor_penetration": 10 },
    "effects": [ "COOKOFF", "EXPLOSIVE_HUGE", "FRAG_BIG", "NEVER_MISFIRES" ]
  },
  {
    "type": "AMMO",
    "id": "84x246mm_hedp",
    "copy-from": "84x246mm_hedp",
    "name": { "str": "84x246mm HEDP rocket" },
    "weight": "440 g",
    "damage": { "damage_type": "bullet", "amount": 1000, "armor_multiplier": 0.1 },
    "effects": [ "COOKOFF", "EXPLOSIVE", "FRAG", "NEVER_MISFIRES" ]
  },
  {
    "type": "AMMO",
    "id": "84x246mm_smoke",
    "copy-from": "84x246mm_smoke",
    "name": { "str": "84x246mm smoke rocket" },
    "weight": "440 g",
    "damage": { "damage_type": "bullet", "amount": 60, "armor_penetration": 10 },
    "effects": [ "COOKOFF", "SMOKE", "NEVER_MISFIRES" ]
  }
]