summaryrefslogtreecommitdiff
path: root/json/items/ammo/20x66mm.json
blob: 9d9529056c5d54e21c4a5fb5ebf4ba907565e7a9 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[
  {
    "id": "20x66_bootleg_shot",
    "copy-from": "20x66_shot",
    "type": "AMMO",
    "name": { "str": "20x66mm buckshot, handmade" },
    "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless buckshot rounds.  Being caseless rounds, these cannot be disassembled or reloaded.",
    "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ] }
  },
  {
    "id": "20x66_bootleg_slug",
    "copy-from": "20x66_slug",
    "type": "AMMO",
    "name": { "str": "20x66mm slug, handmade"  },
    "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless solid projectile rounds.  Being caseless rounds, these cannot be disassembled or reloaded.",
    "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ] }
  },
  {
    "id": "20x66_bootleg_flechette",
    "copy-from": "20x66_flechette",
    "type": "AMMO",
    "name": { "str": "20x66mm flechette, handmade" },
    "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless flechette rounds.  Being caseless rounds, these cannot be disassembled or reloaded.",
    "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ] }
  },
  {
    "id": "20x66_bootleg_inc",
    "copy-from": "20x66_inc",
    "type": "AMMO",
    "name": { "str": "20x66mm incendiary, handmade" },
    "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless incendiary rounds.  Being caseless rounds, these cannot be disassembled or reloaded.",
    "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ] }
  },
  {
    "id": "20x66_bootleg_flare",
    "copy-from": "20x66_flare",
    "type": "AMMO",
    "name": { "str": "20x66mm flare, handmade" },
    "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless flare rounds.  Being caseless rounds, these cannot be disassembled or reloaded.",
    "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ] }
  },
  { 
    "id": "20x66_slug",
    "copy-from": "20x66_shot",
    "type": "AMMO",
    "name": { "str": "20x66mm slug" },
    "description": "20x66mm caseless shotgun rounds, solid projectile type.  Proprietary ammunition for Rivtech shotguns.  Being caseless rounds, these cannot be disassembled or reloaded.",
    "price": 1500,
    "price_postapoc": 9000,
    "relative": { "range": 12, "pierce": 8 },
    "proportional": { "recoil": 1.4, "dispersion": 1.3 },
    "delete": { "effects": [ "SHOT" ] }
  }
]