summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-10-04 17:27:15 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-10-04 17:27:15 -0700
commit3d8bfaf7830c6e746757777e3762dbc46b00ef02 (patch)
treeed6caf4ea1e4e6fc5fa9ece1ccfcf3525dd277ab
parentFix 20x66mm slug. (diff)
downloadcataclysm-bn-mod_revert-handgun-damage-buff-3d8bfaf7830c6e746757777e3762dbc46b00ef02.tar.xz
Override 5x50 ammo.
-rw-r--r--json/items/ammo/5x50.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/json/items/ammo/5x50.json b/json/items/ammo/5x50.json
new file mode 100644
index 0000000..abd01ff
--- /dev/null
+++ b/json/items/ammo/5x50.json
@@ -0,0 +1,48 @@
+[
+ {
+ "id": "5x50dart",
+ "type": "AMMO",
+ "name": { "str": "RA110 5x50mm flechette" },
+ "description": "Designed to defeat modern body armor, the Rivtech 5x50mm flechette round features a biodegradable sabot and a single, fin-stabilized penetrator.",
+ "weight": "8 g",
+ "volume": "250 ml",
+ "price": 1125,
+ "material": [ "plastic", "powder", "steel" ],
+ "symbol": "=",
+ "color": "green",
+ "count": 100,
+ "stack_size": 50,
+ "ammo_type": "5x50",
+ "casing": "5x50_hull",
+ "range": 60,
+ "damage": { "damage_type": "bullet", "amount": 20, "armor_penetration": 30 },
+ "dispersion": 60,
+ "recoil": 400,
+ "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
+ "price_postapoc": 1800,
+ "effects": [ "COOKOFF", "NEVER_MISFIRES" ]
+ },
+ {
+ "id": "5x50heavy",
+ "copy-from": "5x50dart",
+ "type": "AMMO",
+ "name": { "str": "RA119 5x50mm penetrator" },
+ "description": "Designed to defeat modern body armor, the Rivtech 5x50mm RA119 penetrator round features a biodegradable sabot and a single, fin-stabilized tungsten alloy projectile.",
+ "weight": "9 g",
+ "price": 1688,
+ "price_postapoc": 2400,
+ "relative": { "range": -10, "damage": { "damage_type": "bullet", "amount": 5, "armor_penetration": 20 }, "dispersion": 20 },
+ "proportional": { "recoil": 1.1 }
+ },
+ {
+ "id": "reloaded_5x50dart",
+ "copy-from": "5x50dart",
+ "type": "AMMO",
+ "name": { "str": "RA110 5x50mm flechette, reloaded" },
+ "price_postapoc": 1200,
+ "description": "Designed to defeat modern body armor, the Rivtech 5x50mm flechette round features a biodegradable sabot and a single, fin-stabilized penetrator. This one has been hand-reloaded by a lucky survivor or perhaps a pre-Cataclysm corporate spy, leading to slightly inferior performance compared to factory-produced ammo.",
+ "effects": [ "COOKOFF", "RECYCLED" ],
+ "relative": { "range": -15, "dispersion": 40 },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9, "armor_penetration": 0.7 }, "recoil": 0.9 }
+ }
+]