diff options
Diffstat (limited to 'json/items/ammo/762x25.json')
-rw-r--r-- | json/items/ammo/762x25.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/json/items/ammo/762x25.json b/json/items/ammo/762x25.json index 6a5f2f9..b1dec30 100644 --- a/json/items/ammo/762x25.json +++ b/json/items/ammo/762x25.json @@ -48,14 +48,6 @@ } }, { - "id": "reloaded_762_25", - "copy-from": "762_25hot", - "type": "AMMO", - "name": { "str_sp": "7.62x25mm FMJ, reloaded" }, - "description": "A high-pressure commercial version of the 7.62x25mm cartridge, loaded with an 85 gr. FMJ bullet. This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.", - "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", @@ -70,5 +62,13 @@ }, "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" }, + "description": "A high-pressure commercial version of the 7.62x25mm cartridge, loaded with an 85 gr. FMJ bullet. This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.", + "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9, "armor_penetration": 0.9 }, "dispersion": 1.1 } } ] |