summaryrefslogtreecommitdiff
path: root/json/items/ammo/20x66mm.json
blob: 136f1b2fe7eaeaa35cc0a85c4bfdcaaa5b007361 (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_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" ] }
  },
  {
    "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. 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": 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. 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": 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. 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": 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. 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": 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. 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": 0.9, "dispersion": 1.1 },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ] }
  }
]