1[
2  {
3    "id": "20x66_beanbag",
4    "copy-from": "20x66_shot",
5    "type": "AMMO",
6    "name": { "str": "20x66mm beanbag" },
7    "description": "20x66mm caseless shotgun rounds, sublethal beanbag type.  Proprietary ammunition for Rivtech shotguns.  Being caseless rounds, these cannot be disassembled or reloaded.",
8    "price": 8000,
9    "price_postapoc": 1000,
10    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
11    "count": 10,
12    "proportional": { "damage": { "damage_type": "bullet", "amount": 0.1 }, "recoil": 0.4, "loudness": 0.6 },
13    "extend": { "effects": [ "LARGE_BEANBAG", "NOGIB" ] }
14  },
15  {
16    "id": "20x66_bootleg_flechette",
17    "copy-from": "20x66_flechette",
18    "type": "AMMO",
19    "name": { "str": "20x66mm flechette, handmade", "str_pl": "20x66mm flechettes, handmade" },
20    "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless flechette rounds.  Being caseless rounds, these cannot be disassembled or reloaded.",
21    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
22    "extend": { "effects": [ "RECYCLED" ] },
23    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
24  },
25  {
26    "id": "20x66_bootleg_shot",
27    "copy-from": "20x66_shot",
28    "type": "AMMO",
29    "name": { "str_sp": "20x66mm buckshot, handmade" },
30    "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless buckshot rounds.  Being caseless rounds, these cannot be disassembled or reloaded.",
31    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
32    "extend": { "effects": [ "RECYCLED" ] },
33    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
34  },
35  {
36    "id": "20x66_bootleg_slug",
37    "copy-from": "20x66_slug",
38    "type": "AMMO",
39    "name": { "str": "20x66mm slug, handmade", "str_pl": "20x66mm slugs, handmade" },
40    "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless solid projectile rounds.  Being caseless rounds, these cannot be disassembled or reloaded.",
41    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
42    "extend": { "effects": [ "RECYCLED" ] },
43    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
44  },
45  {
46    "id": "20x66_exp",
47    "copy-from": "20x66_shot",
48    "type": "AMMO",
49    "name": { "str_sp": "20x66mm explosive" },
50    "description": "20x66mm caseless shotgun rounds, explosive projectile type.  Proprietary ammunition for Rivtech shotguns.  Being caseless rounds, these cannot be disassembled or reloaded.",
51    "price": 10000,
52    "price_postapoc": 8000,
53    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
54    "range": 20,
55    "damage": { "damage_type": "bullet", "amount": 16, "armor_penetration": 4 },
56    "dispersion": 120,
57    "effects": [ "COOKOFF", "EXPLOSIVE_20x66", "NEVER_MISFIRES" ]
58  },
59  {
60    "id": "20x66_flare",
61    "copy-from": "20x66_shot",
62    "type": "AMMO",
63    "name": { "str": "20x66mm flare" },
64    "description": "20x66mm caseless shotgun rounds, signal flare type.  Proprietary ammunition for Rivtech shotguns.  Being caseless rounds, these cannot be disassembled or reloaded.",
65    "price": 5000,
66    "price_postapoc": 4000,
67    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
68    "count": 10,
69    "range": 20,
70    "damage": { "damage_type": "bullet", "amount": 16 },
71    "dispersion": 200,
72    "recoil": 100,
73    "drop": "handflare_lit",
74    "effects": [ "NO_EMBED" ]
75  },
76  {
77    "id": "20x66_flechette",
78    "copy-from": "20x66_shot",
79    "type": "AMMO",
80    "name": { "str": "20x66mm flechette" },
81    "description": "20x66mm caseless shotgun rounds, flechette type.  Proprietary ammunition for Rivtech shotguns.  Being caseless rounds, these cannot be disassembled or reloaded.",
82    "price": 4000,
83    "price_postapoc": 4000,
84    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
85    "count": 10,
86    "relative": { "damage": { "damage_type": "bullet", "amount": -10, "armor_penetration": 20 } }
87  },
88  {
89    "id": "20x66_frag",
90    "copy-from": "20x66_slug",
91    "type": "AMMO",
92    "name": { "str_sp": "20x66mm frag" },
93    "description": "20x66mm caseless shotgun rounds, explosive fragmentation type.  Proprietary ammunition for Rivtech shotguns.  Being caseless rounds, these cannot be disassembled or reloaded.",
94    "price": 7800,
95    "price_postapoc": 5000,
96    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
97    "count": 5,
98    "extend": { "effects": [ "FRAG_20x66" ] },
99    "proportional": { "damage": { "damage_type": "bullet", "amount": 0.25, "armor_penetration": 0.25 } }
100  },
101  {
102    "id": "20x66_inc",
103    "copy-from": "20x66_shot",
104    "type": "AMMO",
105    "name": { "str_sp": "20x66mm incendiary" },
106    "description": "20x66mm caseless shotgun rounds, incendiary type.  Proprietary ammunition for Rivtech shotguns.  Being caseless rounds, these cannot be disassembled or reloaded.",
107    "price": 10500,
108    "price_postapoc": 5000,
109    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
110    "count": 10,
111    "extend": { "effects": [ "INCENDIARY" ] }
112  },
113  {
114    "id": "20x66_shot",
115    "type": "AMMO",
116    "name": { "str_sp": "20x66mm buckshot" },
117    "//": "2.5x the Generic Rate of $1/shot",
118    "description": "20x66mm caseless shotgun rounds, buckshot type.  Proprietary ammunition for Rivtech shotguns.  Being caseless rounds, these cannot be disassembled or reloaded.",
119    "weight": "56 g",
120    "volume": "415 ml",
121    "price": 1500,
122    "price_postapoc": 4000,
123    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
124    "material": [ "steel", "powder" ],
125    "symbol": "=",
126    "color": "pink",
127    "count": 20,
128    "stack_size": 20,
129    "ammo_type": "20x66mm",
130    "range": 12,
131    "damage": { "damage_type": "bullet", "amount": 60 },
132    "recoil": 2500,
133    "effects": [ "COOKOFF", "SHOT", "NEVER_MISFIRES" ]
134  },
135  {
136    "id": "20x66_slug",
137    "copy-from": "20x66_shot",
138    "type": "AMMO",
139    "name": { "str": "20x66mm slug" },
140    "description": "20x66mm caseless shotgun rounds, solid projectile type.  Proprietary ammunition for Rivtech shotguns.  Being caseless rounds, these cannot be disassembled or reloaded.",
141    "price": 1500,
142    "price_postapoc": 4000,
143    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
144    "damage": { "damage_type": "bullet", "amount": 39, "armor_penetration": 8 },
145    "relative": { "range": 12 },
146    "proportional": { "dispersion": 1.3 },
147    "delete": { "effects": [ "SHOT" ] }
148  }
149]
150