summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-26 14:51:26 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-26 14:51:26 -0700
commit6cfaafb963a2508a989848d331dabb9de3b89b43 (patch)
tree73c1d4b1eb7d03f2d02b0763ae6799acec5f053c
parentConvert from stab to bullet damage. (diff)
downloadcataclysm-bn-mod_revert-handgun-damage-buff-6cfaafb963a2508a989848d331dabb9de3b89b43.tar.xz
Fix ammo ordering for 44 magnum.
-rw-r--r--json/items/ammo/44.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/json/items/ammo/44.json b/json/items/ammo/44.json
index 1faa417..77ad8b0 100644
--- a/json/items/ammo/44.json
+++ b/json/items/ammo/44.json
@@ -31,19 +31,19 @@
"relative": { "damage": { "damage_type": "bullet", "amount": -4, "armor_penetration": 8 } }
},
{
- "id": "reloaded_44fmj",
- "copy-from": "44fmj",
+ "id": "reloaded_44magnum",
+ "copy-from": "44magnum",
"type": "AMMO",
- "name": { "str_sp": ".44 Magnum FMJ, reloaded" },
+ "name": { "str_sp": ".44 Magnum, 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_44magnum",
- "copy-from": "44magnum",
+ "id": "reloaded_44fmj",
+ "copy-from": "44fmj",
"type": "AMMO",
- "name": { "str_sp": ".44 Magnum, reloaded" },
+ "name": { "str_sp": ".44 Magnum 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" ] }