summaryrefslogtreecommitdiff
path: root/json/items/ammo/57.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/ammo/57.json')
-rw-r--r--json/items/ammo/57.json30
1 files changed, 15 insertions, 15 deletions
diff --git a/json/items/ammo/57.json b/json/items/ammo/57.json
index 719e3ec..483e5ea 100644
--- a/json/items/ammo/57.json
+++ b/json/items/ammo/57.json
@@ -2,10 +2,10 @@
{
"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.",
+ "name": { "str_sp": "5.7x28mm SS190" },
+ "description": "5.7x28mm ammunition with a 31gr AP FMJ bullet. 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",
+ "volume": "121 ml",
"price": 350,
"price_postapoc": 1600,
"flags": [ "IRREPLACEABLE_CONSUMABLE" ],
@@ -24,21 +24,11 @@
"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.",
+ "name": { "str_sp": "5.7x28mm SS190, black powder" },
+ "description": "5.7x28mm ammunition with a 31gr AP FMJ bullet. 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 lacks its usual armor penetration due to using a simple lead bullet rather than a proper factory-made penetrator projectile.",
"proportional": {
"price": 0.3,
"damage": { "damage_type": "bullet", "amount": 0.56, "armor_penetration": 0.1 },
@@ -47,5 +37,15 @@
},
"extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ },
+ {
+ "id": "reloaded_57mm",
+ "copy-from": "57mm",
+ "type": "AMMO",
+ "name": { "str_sp": "5.7x28mm SS190, reloaded" },
+ "description": "5.7x28mm ammunition with a 31gr AP FMJ bullet. 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 lacks its usual armor penetration due to using a simple lead bullet rather than a proper factory-made penetrator projectile.",
+ "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" ] }
}
]