summaryrefslogtreecommitdiff
path: root/json/items/ammo/20x66mm.json
blob: e5849cdb439b4629789d1b81828f7752b1dd43d1 (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
[
  {
    "id": "20x66_inc_reloaded",
    "copy-from": "20x66_inc",
    "type": "AMMO",
    "name": { "str": "20x66mm incendiary, handmade" },
    "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless incendiary rounds.  Produced without access to proper ammunition casting machinery, these knockoffs are of lower quality than stock rounds.  Being caseless rounds, these cannot be disassembled or reloaded.",
    "proportional": {
      "price": 0.7,
      "damage": { "damage_type": "bullet", "amount": 0.9 },
      "dispersion": 1.1
    },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ] }
  },
  {
    "id": "20x66_flare_reloaded",
    "copy-from": "20x66_flare",
    "type": "AMMO",
    "name": { "str": "20x66mm flare, handmade" },
    "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless flare rounds.  Produced without access to proper ammunition casting machinery, these knockoffs are of lower quality than stock rounds.  Being caseless rounds, these cannot be disassembled or reloaded.",
    "proportional": {
      "price": 0.7,
      "damage": { "damage_type": "bullet", "amount": 0.9 },
      "dispersion": 1.1
    },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ] }
  }
]