diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-09-10 12:42:21 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-09-10 12:42:21 -0700 |
commit | 7b9fe6e4ea523a5e8ee37d12208b25e87cfb8b12 (patch) | |
tree | 66aab10a0b2146ee904a883bb47c91c7737ac0ff /json/items/ammo/762x25.json | |
parent | Fix ammo ordering for 44 magnum. (diff) | |
download | cataclysm-bn-mod_revert-handgun-damage-buff-7b9fe6e4ea523a5e8ee37d12208b25e87cfb8b12.tar.xz |
Sort black powder variants to after reloaded variants.
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 } } ] |