1[
2  {
3    "id": "tiny_pistol_ball",
4    "type": "AMMO",
5    "copy-from": "32_acp",
6    "name": { "str_sp": "tiny pistol ammo, ball" },
7    "ammo_type": "ammo_pistol_tiny",
8    "casing": "pistol_tiny_casing",
9    "description": "Minuscule pistol and rifle ammunition, for target practice or turn of the century sidearms.  Sold in great quantities preceding the riots.  'Ball' is an old term for full metal jacketed bullets which offer reduced fouling, better reliability, and slightly improved penetration compared to plain lead.",
10    "relative": { "damage": { "damage_type": "bullet", "amount": -2, "armor_penetration": 3 } }
11  },
12  {
13    "id": "tiny_pistol_jhp",
14    "type": "AMMO",
15    "copy-from": "tiny_pistol_ball",
16    "name": { "str_sp": "tiny pistol ammo, JHP" },
17    "description": "Minuscule pistol and rifle ammunition, for target practice or turn of the century sidearms.  Sold in great quantities preceding the riots.  Jacketed Hollow Points are defensive/duty projectiles that are more destructive to tissue than plain ball ammunition, and slightly reduce overpenetration concerns.",
18    "relative": { "damage": { "damage_type": "bullet", "amount": 2, "armor_penetration": -3 } }
19  },
20  {
21    "id": "reloaded_tiny_pistol_ball",
22    "type": "AMMO",
23    "copy-from": "tiny_pistol_ball",
24    "name": { "str_sp": "tiny pistol ammo, ball (reloaded)" },
25    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
26    "extend": { "effects": [ "RECYCLED" ] }
27  },
28  {
29    "id": "reloaded_tiny_pistol_jhp",
30    "type": "AMMO",
31    "copy-from": "tiny_pistol_jhp",
32    "name": { "str_sp": "tiny pistol ammo, JHP (reloaded)" },
33    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
34    "extend": { "effects": [ "RECYCLED" ] }
35  },
36  {
37    "id": "bp_tiny_pistol_ball",
38    "type": "AMMO",
39    "copy-from": "tiny_pistol_ball",
40    "name": { "str_sp": "tiny pistol ammo, ball (black powder)" },
41    "proportional": {
42      "price": 0.3,
43      "damage": { "damage_type": "bullet", "amount": 0.57, "armor_penetration": 0.5 },
44      "recoil": 0.57,
45      "dispersion": 1.2
46    },
47    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
48    "delete": { "effects": [ "NEVER_MISFIRES" ] }
49  },
50  {
51    "id": "bp_tiny_pistol_jhp",
52    "type": "AMMO",
53    "copy-from": "tiny_pistol_jhp",
54    "name": { "str_sp": "tiny pistol ammo, JHP (black powder)" },
55    "proportional": {
56      "price": 0.3,
57      "damage": { "damage_type": "bullet", "amount": 0.57, "armor_penetration": 0.5 },
58      "recoil": 0.57,
59      "dispersion": 1.2
60    },
61    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
62    "delete": { "effects": [ "NEVER_MISFIRES" ] }
63  }
64]
65