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
|
[
{
"id": "270win_jsp",
"type": "AMMO",
"name": { "str": ".270 Winchester JSP" },
"description": ".270 Winchester ammunition with 130gr soft point bullets. The .270 round was not initially successful, but over a few decades it became one of the most popular rifle cartridges for hunting and silhouette shooting. It is a powerful round capable of taking down large targets with ease.",
"weight": "20 g",
"volume": "250 ml",
"price": 170,
"price_postapoc": 600,
"flags": [ "IRREPLACEABLE_CONSUMABLE" ],
"material": [ "brass", "powder" ],
"symbol": "=",
"color": "yellow",
"count": 20,
"stack_size": 20,
"ammo_type": "270win",
"casing": "270win_casing",
"range": 65,
"damage": { "damage_type": "bullet", "amount": 64, "armor_penetration": 4 },
"dispersion": 10,
"recoil": 3800,
"effects": [ "COOKOFF", "NEVER_MISFIRES" ]
},
{
"id": "bp_270win_jsp",
"copy-from": "270win_jsp",
"type": "AMMO",
"name": { "str": ".270 Winchester JSP, black powder" },
"proportional": {
"price": 0.3,
"damage": { "damage_type": "bullet", "amount": 0.7, "armor_penetration": 0.5 },
"recoil": 0.7,
"dispersion": 1.2
},
"extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
}
]
|