diff options
Diffstat (limited to 'json/items/ammo/762x25.json')
-rw-r--r-- | json/items/ammo/762x25.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/json/items/ammo/762x25.json b/json/items/ammo/762x25.json index 9f94711..8f55b8b 100644 --- a/json/items/ammo/762x25.json +++ b/json/items/ammo/762x25.json @@ -48,6 +48,13 @@ } }, { + "id": "reloaded_762_25", + "copy-from": "762_25hot", + "type": "AMMO", + "name": { "str_sp": "7.62x25mm FMJ, reloaded" }, + "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9, "armor_penetration": 0.9 }, "dispersion": 1.1 } + }, + { "id": "bp_762_25", "//": "Should this be copied from 762_25hot, or 762_25?", "copy-from": "762_25hot", @@ -61,12 +68,5 @@ }, "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } - }, - { - "id": "reloaded_762_25", - "copy-from": "762_25hot", - "type": "AMMO", - "name": { "str_sp": "7.62x25mm FMJ, reloaded" }, - "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9, "armor_penetration": 0.9 }, "dispersion": 1.1 } } ] |