1[
2  {
3    "id": "8mm_bootleg",
4    "copy-from": "8mm_jhp",
5    "type": "AMMO",
6    "name": { "str_sp": "bootleg 8x40mm JHP" },
7    "description": "Bootleg duplicates of Rivtech 8x40mm caseless rounds.  Being caseless rounds, these cannot be disassembled or reloaded.",
8    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
9    "extend": { "effects": [ "RECYCLED" ] },
10    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
11  },
12  {
13    "id": "8mm_caseless",
14    "type": "AMMO",
15    "name": { "str_sp": "8x40mm caseless" },
16    "//": "Cased ammo tends to be roughly $1/shot, more or less.  Rivtech ammo, being New and Proprietary and Expensive, $2-2.50 or so.",
17    "description": "8x40mm caseless rounds.  Proprietary ammunition for Rivtech firearms.  Being caseless rounds, these cannot be disassembled or reloaded.",
18    "weight": "12 g",
19    "volume": "230 ml",
20    "price": 225,
21    "price_postapoc": 8000,
22    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
23    "material": [ "plastic", "powder" ],
24    "symbol": "=",
25    "color": "pink",
26    "count": 40,
27    "stack_size": 40,
28    "ammo_type": "8x40mm",
29    "range": 42,
30    "damage": { "damage_type": "bullet", "amount": 42, "armor_penetration": 18 },
31    "dispersion": 75,
32    "recoil": 2200,
33    "effects": [ "NEVER_MISFIRES" ]
34  },
35  {
36    "id": "8mm_civilian",
37    "copy-from": "8mm_caseless",
38    "type": "AMMO",
39    "name": { "str_sp": "8x40mm sporting" },
40    "description": "8x40mm caseless rounds, light sporting load sold for civilian use.  Proprietary ammunition for Rivtech firearms.  Being caseless rounds, these cannot be disassembled or reloaded.",
41    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] },
42    "proportional": { "price": 0.8, "damage": { "damage_type": "bullet", "amount": 0.5 }, "dispersion": 1.2, "recoil": 0.5 }
43  },
44  {
45    "id": "8mm_fmj",
46    "copy-from": "8mm_caseless",
47    "type": "AMMO",
48    "name": { "str_sp": "8x40mm FMJ" },
49    "description": "8x40mm caseless rounds, full metal jacket.  Military grade ammunition for Rivtech firearms.  Being caseless rounds, these cannot be disassembled or reloaded.",
50    "relative": { "damage": { "damage_type": "bullet", "amount": -5, "armor_penetration": 10 } }
51  },
52  {
53    "id": "8mm_hvp",
54    "copy-from": "8mm_caseless",
55    "type": "AMMO",
56    "name": { "str_sp": "8x40mm HVP" },
57    "description": "8x40mm caseless rounds, saboted high-velocity penetrator type.  Advanced military grade, armor-piercing ammunition that fires a single depleted uranium flechette.  Being caseless rounds, these cannot be disassembled or reloaded.",
58    "price": 2500,
59    "price_postapoc": 50000,
60    "count": 20,
61    "relative": { "damage": { "damage_type": "bullet", "amount": 5, "armor_penetration": 20 } }
62  },
63  {
64    "id": "8mm_inc",
65    "copy-from": "8mm_caseless",
66    "type": "AMMO",
67    "name": { "str_sp": "8x40mm tracer" },
68    "description": "8x40mm caseless rounds with tracers to help keep the weapon they are fired from on target at the risk of igniting flammable substances.  Military grade ammunition for Rivtech firearms.  Being caseless rounds, these cannot be disassembled or reloaded.",
69    "count": 20,
70    "proportional": { "dispersion": 0.8 },
71    "extend": { "effects": [ "INCENDIARY" ] }
72  },
73  {
74    "id": "8mm_jhp",
75    "copy-from": "8mm_caseless",
76    "type": "AMMO",
77    "name": { "str_sp": "8x40mm JHP" },
78    "description": "8x40mm caseless rounds, jacketed hollowpoint.  Military grade ammunition for Rivtech firearms.  Being caseless rounds, these cannot be disassembled or reloaded.",
79    "relative": { "damage": { "damage_type": "bullet", "amount": 5, "armor_penetration": -10 } }
80  }
81]
82