diff options
Diffstat (limited to 'json/items/ammo/270win.json')
-rw-r--r-- | json/items/ammo/270win.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/json/items/ammo/270win.json b/json/items/ammo/270win.json index bc2f5e8..d9812da 100644 --- a/json/items/ammo/270win.json +++ b/json/items/ammo/270win.json @@ -35,5 +35,14 @@ }, "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } + }, + { + "id": "reloaded_270win_jsp", + "copy-from": "270win_jsp", + "type": "AMMO", + "name": { "str": ".270 Winchester JSP, 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" ] } } ] |