summaryrefslogtreecommitdiff
path: root/json/items/ammo/20x66mm.json
blob: 58f82c3f3d1db48b28419b5c18e882f4b2e14f5d (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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
[
  {
    "abstract": "20x66_shot_abstract",
    "type": "AMMO",
    "name": { "str": "20x66mm buckshot" },
    "//": "2.5x the Generic Rate of $1/shot",
    "description": "A 20x66mm caseless shotgun round, buckshot type.  Proprietary ammunition for Rivtech shotguns.  Being caseless rounds, these cannot be disassembled or reloaded.",
    "weight": "56 g",
    "volume": "415 ml",
    "price": "15 USD",
    "price_postapoc": "40 USD",
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "material": [ "steel", "powder" ],
    "symbol": "=",
    "color": "pink",
    "count": 20,
    "stack_size": 20,
    "ammo_type": "20x66mm",
    "range": 12,
    "damage": { "damage_type": "bullet", "amount": 100 },
    "recoil": 2500,
    "loudness": 160,
    "effects": [ "COOKOFF", "SHOT", "NEVER_MISFIRES" ]
  },
  {
    "id": "20x66_shot",
    "copy-from": "20x66_shot_abstract",
    "type": "AMMO",
    "name": { "str": "20x66mm buckshot" },
    "//": "2.5x the Generic Rate of $1/shot",
    "description": "A 20x66mm caseless shotgun round, buckshot type.  Proprietary ammunition for Rivtech shotguns.  Being caseless rounds, these cannot be disassembled or reloaded."
  },
  {
    "id": "20x66_beanbag",
    "copy-from": "20x66_shot",
    "type": "AMMO",
    "name": { "str": "20x66mm beanbag" },
    "description": "A 20x66mm caseless shotgun round, sublethal beanbag type.  Proprietary ammunition for Rivtech shotguns.  Being caseless rounds, these cannot be disassembled or reloaded.",
    "price": "80 USD",
    "price_postapoc": "10 USD",
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "count": 10,
    "damage": { "damage_type": "bash", "amount": 6 },
    "proportional": { "recoil": 0.4, "loudness": 0.6 },
    "extend": { "effects": [ "LARGE_BEANBAG", "NOGIB" ] }
  },
  {
    "id": "20x66_flechette",
    "copy-from": "20x66_shot",
    "type": "AMMO",
    "name": { "str": "20x66mm flechette" },
    "description": "A 20x66mm caseless shotgun round, flechette type.  Proprietary ammunition for Rivtech shotguns.  Being caseless rounds, these cannot be disassembled or reloaded.",
    "price": "40 USD",
    "price_postapoc": "40 USD",
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "count": 10,
    "relative": { "damage": { "damage_type": "bullet", "amount": -18, "armor_penetration": 20 } }
  },
  {
    "id": "20x66_flechette_reloaded",
    "copy-from": "20x66_flechette",
    "type": "AMMO",
    "name": { "str": "20x66mm flechette, handmade", "str_pl": "20x66mm flechettes, handmade" },
    "description": "Handcrafted bootleg duplicates of of Rivtech 20x66mm flechette caseless 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" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  },
  {
    "id": "20x66_shot_reloaded",
    "copy-from": "20x66_shot",
    "type": "AMMO",
    "name": { "str": "20x66mm buckshot, handmade" },
    "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm buckshot caseless 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" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  },
  {
    "id": "20x66_slug",
    "copy-from": "20x66_shot_abstract",
    "type": "AMMO",
    "name": { "str": "20x66mm slug" },
    "description": "A 20x66mm caseless shotgun round, solid projectile type.  Proprietary ammunition for Rivtech shotguns.  Being caseless rounds, these cannot be disassembled or reloaded.",
    "price": "15 USD",
    "price_postapoc": "40 USD",
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "damage": { "damage_type": "bullet", "amount": 84, "armor_penetration": 8 },
    "relative": { "range": 12 },
    "proportional": {
      "dispersion": 1.3,
      "recoil": 1.4
    },
    "delete": { "effects": [ "SHOT" ] }
  },
  {
    "id": "20x66_slug_reloaded",
    "copy-from": "20x66_slug",
    "type": "AMMO",
    "name": { "str": "20x66mm slug, handmade", "str_pl": "20x66mm slugs, handmade" },
    "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm solid projectile caseless 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" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  },
  {
    "id": "20x66_exp",
    "copy-from": "20x66_shot_abstract",
    "type": "AMMO",
    "name": { "str": "20x66mm explosive" },
    "description": "A 20x66mm caseless shotgun round, explosive projectile type.  Proprietary ammunition for Rivtech shotguns.  Being caseless rounds, these cannot be disassembled or reloaded.",
    "price": "100 USD",
    "price_postapoc": "80 USD",
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "range": 12,
    "damage": { "damage_type": "bullet", "amount": 16, "armor_penetration": 4 },
    "dispersion": 120,
    "effects": [ "COOKOFF", "EXPLOSIVE_TINY", "NEVER_MISFIRES" ]
  },
  {
    "id": "20x66_flare",
    "copy-from": "20x66_shot_abstract",
    "type": "AMMO",
    "name": { "str": "20x66mm flare" },
    "description": "A 20x66mm caseless shotgun round, signal flare type.  Proprietary ammunition for Rivtech shotguns.  Being caseless rounds, these cannot be disassembled or reloaded.",
    "price": "50 USD",
    "price_postapoc": "40 USD",
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "count": 10,
    "range": 24,
    "damage": { "damage_type": "heat", "amount": 16 },
    "dispersion": 200,
    "recoil": 100,
    "drop": "handflare_lit",
    "effects": [ "NO_EMBED" ]
  },
  {
    "id": "20x66_frag",
    "copy-from": "20x66_slug",
    "type": "AMMO",
    "name": { "str": "20x66mm frag" },
    "description": "A 20x66mm caseless shotgun round, explosive fragmentation type.  Proprietary ammunition for Rivtech shotguns.  Being caseless rounds, these cannot be disassembled or reloaded.",
    "price": "78 USD",
    "price_postapoc": "50 USD",
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "count": 5,
    "proportional": { "damage": { "damage_type": "bullet", "amount": 0.25, "armor_penetration": 0.25 } },
    "extend": { "effects": [ "FRAG_SMALL" ] }
  },
  {
    "id": "20x66_inc",
    "copy-from": "20x66_shot",
    "type": "AMMO",
    "name": { "str": "20x66mm incendiary", "str_pl": "20x66mm incendiaries" },
    "description": "A 20x66mm caseless shotgun round, incendiary type.  Proprietary ammunition for Rivtech shotguns.  Being caseless rounds, these cannot be disassembled or reloaded.",
    "price": "105 USD",
    "price_postapoc": "50 USD",
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "count": 10,
    "extend": { "effects": [ "INCENDIARY" ] }
  },
  {
    "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" ] }
  }
]