diff options
Diffstat (limited to 'json/items/ammo/32.json')
-rw-r--r-- | json/items/ammo/32.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/json/items/ammo/32.json b/json/items/ammo/32.json index c947643..f6b9695 100644 --- a/json/items/ammo/32.json +++ b/json/items/ammo/32.json @@ -23,6 +23,15 @@ "effects": [ "COOKOFF" ] }, { + "id": "reloaded_32_acp", + "copy-from": "32_acp", + "type": "AMMO", + "name": { "str_sp": ".32 ACP, 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": "bp_32_acp", "copy-from": "32_acp", "type": "AMMO", @@ -35,14 +44,5 @@ }, "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } - }, - { - "id": "reloaded_32_acp", - "copy-from": "32_acp", - "type": "AMMO", - "name": { "str_sp": ".32 ACP, 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" ] } } ] |