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
|
[
{
"id": "46mm",
"type": "AMMO",
"name": { "str": "4.6x30mm DM11" },
"description": "4.6x30mm ammunition with 31gr copper plated steel bullets. The Ultimate Combat DM11 Penetrator round has low recoil and excellent armor penetration.",
"weight": "6500 mg",
"volume": "250 ml",
"price": 300,
"price_postapoc": 1600,
"flags": [ "IRREPLACEABLE_CONSUMABLE" ],
"material": [ "steel", "powder" ],
"symbol": "=",
"color": "dark_gray",
"count": 40,
"stack_size": 80,
"ammo_type": "46",
"casing": "46mm_casing",
"range": 14,
"//": "Base damage of 20, balance increase of one third.",
"damage": { "damage_type": "stab", "amount": 24, "armor_penetration": 24 },
"dispersion": 40,
"recoil": 90,
"effects": [ "COOKOFF", "NEVER_MISFIRES" ]
},
{
"id": "reloaded_46mm",
"copy-from": "46mm",
"type": "AMMO",
"name": { "str": "4.6x30mm DM11, reloaded" },
"description": "4.6x30mm ammunition with 31gr copper plated lead bullets. It has low recoil, but no usual armor penetration due to using simple lead bullets rather than proper factory-made penetrator projectiles.",
"proportional": {
"price": 0.7,
"damage": { "damage_type": "stab", "amount": 0.9, "armor_penetration": 0.2 },
"dispersion": 1.1
},
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
},
{
"id": "bp_46mm",
"copy-from": "46mm",
"type": "AMMO",
"name": { "str": "4.6x30mm DM11, black powder" },
"description": "4.6x30mm ammunition with 31gr copper plated lead bullets. It has low recoil, but no usual armor penetration due to using simple lead bullets rather than proper factory-made penetrator projectiles.",
"proportional": {
"price": 0.3,
"damage": { "damage_type": "stab", "amount": 0.46, "armor_penetration": 0.1 },
"recoil": 0.46,
"dispersion": 1.2
},
"extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
}
]
|