summaryrefslogtreecommitdiff
path: root/json/items/ammo/8x40mm.json
blob: 3cd2ef58ec6bcc02326133b4a6b256ef5270e703 (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
[
  {
    "id": "8mm_caseless",
    "type": "AMMO",
    "name": { "str_sp": "8x40mm caseless" },
    "//": "Cased ammo tends to be roughly $1/shot, more or less.  Rivtech ammo, being New and Proprietary and Expensive, $2-2.50 or so.",
    "description": "An 8x40mm caseless round.  Proprietary ammunition for Rivtech firearms.  Being caseless rounds, these cannot be disassembled or reloaded.",
    "weight": "12 g",
    "volume": "230 ml",
    "price": "225 cent",
    "price_postapoc": "80 USD",
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "material": [ "plastic", "powder" ],
    "symbol": "=",
    "color": "pink",
    "count": 40,
    "stack_size": 40,
    "ammo_type": "8x40mm",
    "range": 42,
    "damage": { "damage_type": "bullet", "amount": 42, "armor_penetration": 18 },
    "dispersion": 75,
    "recoil": 2200,
    "effects": [ "NEVER_MISFIRES" ]
  },
  {
    "id": "8mm_civilian",
    "copy-from": "8mm_caseless",
    "type": "AMMO",
    "name": { "str_sp": "8x40mm sporting" },
    "description": "An 8x40mm caseless round, light sporting load sold for civilian use.  Proprietary ammunition for Rivtech firearms.  Being caseless rounds, these cannot be disassembled or reloaded.",
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] },
    "proportional": {
      "price": 0.8,
      "damage": { "damage_type": "bullet", "amount": 0.5, "armor_penetration": 0.5 },
      "dispersion": 1.2,
      "recoil": 0.5
    }
  },
  {
    "id": "8mm_fmj",
    "copy-from": "8mm_caseless",
    "type": "AMMO",
    "name": { "str_sp": "8x40mm FMJ" },
    "description": "An 8x40mm caseless round, full metal jacket.  Military grade ammunition for Rivtech firearms.  Being caseless rounds, these cannot be disassembled or reloaded.",
    "relative": { "damage": { "damage_type": "bullet", "amount": -5, "armor_penetration": 10 } }
  },
  {
    "id": "8mm_hvp",
    "copy-from": "8mm_caseless",
    "type": "AMMO",
    "name": { "str_sp": "8x40mm HVP" },
    "description": "An 8x40mm caseless round, 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.",
    "price": "25 USD",
    "price_postapoc": "500 USD",
    "count": 20,
    "relative": { "damage": { "damage_type": "bullet", "amount": 5, "armor_penetration": 20 } },
    "proportional": { "dispersion": 1.5, "recoil": 1.5 }
  },
  {
    "id": "8mm_inc",
    "copy-from": "8mm_caseless",
    "type": "AMMO",
    "name": { "str_sp": "8x40mm tracer" },
    "description": "An 8x40mm caseless ammunition mixed 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.",
    "count": 20,
    "proportional": { "dispersion": 0.8 },
    "extend": { "effects": [ "INCENDIARY" ] }
  },
  {
    "id": "8mm_jhp",
    "copy-from": "8mm_caseless",
    "type": "AMMO",
    "name": { "str_sp": "8x40mm JHP" },
    "description": "An 8x40mm caseless round, jacketed hollowpoint.  Military grade ammunition for Rivtech firearms.  Being caseless rounds, these cannot be disassembled or reloaded.",
    "relative": { "damage": { "damage_type": "bullet", "amount": 5, "armor_penetration": -10 } }
  },
  {
    "id": "8mm_caseless_reloaded",
    "copy-from": "8mm_caseless",
    "type": "AMMO",
    "name": { "str_sp": "8x40mm caseless, handmade" },
    "description": "Handcrafted bootleg duplicates of Rivtech 8x40mm standard caseless rounds. Produced without access to proper ammunition casting machinery, these knockoffs are of lower quality than factory made 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": "8mm_jhp_reloaded",
    "copy-from": "8mm_jhp",
    "type": "AMMO",
    "name": { "str_sp": "8x40mm JHP, handmade" },
    "description": "Handcrafted bootleg duplicates of Rivtech 8x40mm JHP caseless rounds. Produced without access to proper ammunition casting machinery, these knockoffs are of lower quality than factory made 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": "8mm_hvp_reloaded",
    "copy-from": "8mm_hvp",
    "type": "AMMO",
    "name": { "str_sp": "8x40mm HVP, handmade" },
    "description": "Handcrafted bootleg duplicates of Rivtech 8x40mm HVP caseless rounds. Produced without access to proper ammunition casting machinery, these knockoffs are of lower quality than factory made 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": "8mm_inc_reloaded",
    "copy-from": "8mm_inc",
    "type": "AMMO",
    "name": { "str_sp": "8x40mm tracer, handmade" },
    "description": "Handcrafted bootleg duplicates of Rivtech 8x40mm tracer caseless rounds. Produced without access to proper ammunition casting machinery, these knockoffs are of lower quality than factory made 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": "8mm_fmj_reloaded",
    "copy-from": "8mm_fmj",
    "type": "AMMO",
    "name": { "str_sp": "8x40mm FMJ, handmade" },
    "description": "Handcrafted bootleg duplicates of Rivtech 8x40mm FMJ caseless rounds. Produced without access to proper ammunition casting machinery, these knockoffs are of lower quality than factory made 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" ] }
  }
]