1[
2  {
3    "id": "22_cb",
4    "copy-from": "22_lr",
5    "type": "AMMO",
6    "name": { "str_sp": ".22 CB" },
7    "description": "The .22 Conical Ball is a variety of .22 ammunition that propels its bullet using a primer instead of gunpowder.  The end result is a subsonic round that is so weak as to be nearly useless given your predicament.",
8    "price": 100,
9    "price_postapoc": 1000,
10    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
11    "count": 100,
12    "stack_size": 150,
13    "recoil": 39,
14    "proportional": { "range": 0.6, "damage": { "damage_type": "bullet", "amount": 0.5 }, "dispersion": 1.2 },
15    "extend": { "effects": [ "NOGIB" ] }
16  },
17  {
18    "id": "22_fmj",
19    "copy-from": "22_lr",
20    "type": "AMMO",
21    "name": { "str_sp": ".22 FMJ" },
22    "description": ".22 Long Rifle ammunition with 30gr FMJ bullets.  The .22LR round is extremely weak with very low stopping power, short range, and negligible recoil.  It is most useful for rifle training, and hunting small animals.",
23    "relative": { "damage": { "damage_type": "bullet", "amount": -1, "armor_penetration": 2 } }
24  },
25  {
26    "id": "22_lr",
27    "type": "AMMO",
28    "name": { "str_sp": ".22 LR" },
29    "description": ".22 Long Rifle ammunition with 40gr unjacketed bullets.  The .22LR round is extremely weak with very low stopping power, short range, and negligible recoil.  It is most useful for rifle training, and hunting small animals.",
30    "weight": "3 g",
31    "volume": "65 ml",
32    "price": 150,
33    "price_postapoc": 800,
34    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
35    "material": [ "brass", "lead", "powder" ],
36    "symbol": "=",
37    "color": "yellow",
38    "count": 80,
39    "stack_size": 100,
40    "ammo_type": "22",
41    "casing": "22_casing",
42    "range": 13,
43    "damage": { "damage_type": "bullet", "amount": 12 },
44    "dispersion": 60,
45    "recoil": 150,
46    "effects": [ "COOKOFF" ]
47  },
48  {
49    "id": "22_ratshot",
50    "copy-from": "22_lr",
51    "type": "AMMO",
52    "name": { "str_sp": ".22 rat-shot" },
53    "description": "A .22 caliber cartridge loaded with very small pieces of shot contained within a fragmenting plastic capsule.  It has an extremely short range and penetration ability, but it can hit targets with greater ease.",
54    "count": 100,
55    "price_postapoc": 400,
56    "dispersion": 0,
57    "proportional": { "range": 0.6, "damage": { "damage_type": "bullet", "amount": 0.5 }, "recoil": 0.5 },
58    "extend": { "effects": [ "SHOT", "NOGIB" ] }
59  },
60  {
61    "id": "bp_22_fmj",
62    "copy-from": "22_fmj",
63    "type": "AMMO",
64    "name": { "str_sp": ".22 LR FMJ, black powder" },
65    "proportional": {
66      "price": 0.3,
67      "damage": { "damage_type": "bullet", "amount": 0.57, "armor_penetration": 0.5 },
68      "recoil": 0.57,
69      "dispersion": 1.2
70    },
71    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
72    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
73  },
74  {
75    "id": "bp_22_lr",
76    "copy-from": "22_lr",
77    "type": "AMMO",
78    "name": { "str_sp": ".22 LR, black powder" },
79    "proportional": {
80      "price": 0.3,
81      "damage": { "damage_type": "bullet", "amount": 0.57, "armor_penetration": 0.5 },
82      "recoil": 0.57,
83      "dispersion": 1.2
84    },
85    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
86    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
87  },
88  {
89    "id": "reloaded_22_lr",
90    "copy-from": "22_lr",
91    "type": "AMMO",
92    "name": { "str_sp": ".22 LR, reloaded" },
93    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
94    "extend": { "effects": [ "RECYCLED" ] },
95    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
96  },
97  {
98    "id": "reloaded_22_fmj",
99    "copy-from": "22_fmj",
100    "type": "AMMO",
101    "name": { "str_sp": ".22 FMJ, reloaded" },
102    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
103    "extend": { "effects": [ "RECYCLED" ] },
104    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
105  }
106]
107