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/380.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/380.json')
-rw-r--r-- | json/items/ammo/380.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/json/items/ammo/380.json b/json/items/ammo/380.json index 7917e70..beeda93 100644 --- a/json/items/ammo/380.json +++ b/json/items/ammo/380.json @@ -44,6 +44,33 @@ "proportional": { "recoil": 1.1 } }, { + "id": "reloaded_380_FMJ", + "copy-from": "380_FMJ", + "type": "AMMO", + "name": { "str_sp": ".380 ACP FMJ, 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": "reloaded_380_JHP", + "copy-from": "380_JHP", + "type": "AMMO", + "name": { "str_sp": ".380 ACP JHP, 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": "reloaded_380_p", + "copy-from": "380_p", + "type": "AMMO", + "name": { "str_sp": ".380 ACP +P, 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_380_FMJ", "copy-from": "380_FMJ", "type": "AMMO", @@ -70,32 +97,5 @@ }, "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } - }, - { - "id": "reloaded_380_FMJ", - "copy-from": "380_FMJ", - "type": "AMMO", - "name": { "str_sp": ".380 ACP FMJ, 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": "reloaded_380_JHP", - "copy-from": "380_JHP", - "type": "AMMO", - "name": { "str_sp": ".380 ACP JHP, 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": "reloaded_380_p", - "copy-from": "380_p", - "type": "AMMO", - "name": { "str_sp": ".380 ACP +P, 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" ] } } ] |