summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-04-05 11:19:48 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-04-05 11:19:48 -0700
commit4ef432926407f3a8d838cf829c3d5c52c3a212ef (patch)
treeaa0fb883e7645aec48cbc792c036a039ac0c1976
parentRedescribe mod due to more widespread ammo reversions. (diff)
downloadcataclysm-bn-mod_revert-handgun-damage-buff-4ef432926407f3a8d838cf829c3d5c52c3a212ef.tar.xz
Fix 5.7mm naming.
-rw-r--r--json/items/ammo/57.json51
1 files changed, 51 insertions, 0 deletions
diff --git a/json/items/ammo/57.json b/json/items/ammo/57.json
new file mode 100644
index 0000000..719e3ec
--- /dev/null
+++ b/json/items/ammo/57.json
@@ -0,0 +1,51 @@
+[
+ {
+ "id": "57mm",
+ "type": "AMMO",
+ "name": { "str": "5.7x28mm SS190" },
+ "description": "5.7x28mm ammunition with 31gr AP FMJ bullets. The 5.7x28mm cartridge was designed by FN Herstal to replace the 9x19mm round in NATO use. Although the project to replace 9x19mm Parabellum was effectively canceled the 5.7x28mm round has seen action in many conflicts and has proven to be reliable. It has very low recoil and its armor penetration is a defining feature.",
+ "weight": "6 g",
+ "volume": "250 ml",
+ "price": 350,
+ "price_postapoc": 1600,
+ "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
+ "material": [ "steel", "powder" ],
+ "symbol": "=",
+ "color": "dark_gray",
+ "count": 40,
+ "stack_size": 60,
+ "ammo_type": "57",
+ "casing": "57mm_casing",
+ "range": 14,
+ "//": "Base damage of 20, balance increase of one third. Armor penetration balanced on the assumption that this is the AP variant of a hypothetical FMJ round.",
+ "damage": { "damage_type": "bullet", "amount": 26, "armor_penetration": 26 },
+ "dispersion": 40,
+ "recoil": 90,
+ "effects": [ "COOKOFF" ]
+ },
+ {
+ "id": "reloaded_57mm",
+ "copy-from": "57mm",
+ "type": "AMMO",
+ "name": { "str": "5.7x28mm SS190, reloaded" },
+ "description": "5.7x28mm ammunition with 31gr AP FMJ bullets. The 5.7x28mm cartridge was designed by FN Herstal to replace the 9x19mm round in NATO use. Although the project to replace 9x19mm Parabellum was effectively canceled the 5.7x28mm round has seen action in many conflicts and has proven to be reliable. It has very low recoil but no usual armor penetration due to using simple lead bullets rather than proper factory-made penetrator projectiles.",
+ "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9, "armor_penetration": 0.2 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ },
+ {
+ "id": "bp_57mm",
+ "copy-from": "57mm",
+ "type": "AMMO",
+ "name": { "str": "5.7x28mm SS190, black powder" },
+ "description": "5.7x28mm ammunition with 31gr AP FMJ bullets. The 5.7x28mm cartridge was designed by FN Herstal to replace the 9x19mm round in NATO use. Although the project to replace 9x19mm Parabellum was effectively canceled the 5.7x28mm round has seen action in many conflicts and has proven to be reliable. It has very low recoil but no usual armor penetration due to using simple lead bullets rather than proper factory-made penetrator projectiles.",
+ "proportional": {
+ "price": 0.3,
+ "damage": { "damage_type": "bullet", "amount": 0.56, "armor_penetration": 0.1 },
+ "recoil": 0.56,
+ "dispersion": 1.2
+ },
+ "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ }
+]