summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" ] }
+ }
+]