From 360b04bac547fb2dfe49e4ea10b63296e861568e Mon Sep 17 00:00:00 2001 From: Rod995 Date: Sat, 20 Oct 2018 12:56:39 -0500 Subject: [PATCH] Moved Range Definitions to Guns. --- .../Infantry/Weaponry/Ballistics/IS/ammo.json | 3 -- .../Weaponry/Ballistics/IS/flechette.json | 35 +++++++++++++++++-- 2 files changed, 32 insertions(+), 6 deletions(-) diff --git a/battletech/Infantry/Weaponry/Ballistics/IS/ammo.json b/battletech/Infantry/Weaponry/Ballistics/IS/ammo.json index 45c9e76..51ecdf6 100644 --- a/battletech/Infantry/Weaponry/Ballistics/IS/ammo.json +++ b/battletech/Infantry/Weaponry/Ballistics/IS/ammo.json @@ -13,7 +13,6 @@ "count": 10, "stack_size": 30, "ammo_type": "if_block", - "range": 35, "damage": 54, "recoil": 20, "effects": [ "COOKOFF", "SHOT", "NEVER_MISFIRES", "INCENDIARY", "NAPALM", "CUSTOM_EXPLOSION" ] @@ -32,7 +31,6 @@ "count": 10, "stack_size": 30, "ammo_type": "hf_block", - "range": 9, "pierce" : 7, "damage": 47, "recoil": 25, @@ -52,7 +50,6 @@ "count": 10, "stack_size": 30, "ammo_type": "fl_block", - "range": 19, "pierce" : 2, "damage": 31, "recoil": 25, diff --git a/battletech/Infantry/Weaponry/Ballistics/IS/flechette.json b/battletech/Infantry/Weaponry/Ballistics/IS/flechette.json index d275649..eaed726 100644 --- a/battletech/Infantry/Weaponry/Ballistics/IS/flechette.json +++ b/battletech/Infantry/Weaponry/Ballistics/IS/flechette.json @@ -53,6 +53,7 @@ "durability": 9, "clip_size": 10, "symbol": "=", + "range": 10, "flags": [ "RELOAD_ONE" ], "valid_mod_locations": [ [ "accessories", 4 ], @@ -78,14 +79,14 @@ "volume": 8, "price": 15000, "to_hit": -1, - "bashing": 7, + "bashing": 6, "material": [ "steel", "plastic" ], "ranged_damage": 4, - "dispersion": 210, + "dispersion": 115, "durability": 9, "clip_size": 10, "symbol": "=", - "flags": [ "RELOAD_ONE" ], + "range": 19, "valid_mod_locations": [ [ "accessories", 4 ], [ "barrel", 1 ], @@ -98,5 +99,33 @@ [ "stock", 1 ], [ "underbarrel", 1 ] ] + },{ + "type": "GUN", + "name": "Needler Pistol", + "name_plural": "Needler Pistols", + "skill": "pistol", + "ammo": "fl_block", + "id": "pistol_needler", + "description": "The Needler Rifle is a vicious weapon that fires a spray of tiny fletchettes that can easily shred flesh. These fletchettes are created by shredding a polymer-composite block and fired by a burst of compressed gas, making the weapon noiseless with little to no recoil and the favorite choice of assassins. However, it is an incredibly short-ranged weapon with almost no armor penetration capabilities. This limits its use to self-defense and close-quarters combat, though it serves as an ideal weapon for boarding space-vessels.", + "weight": 300, + "volume": 0.5, + "price": 15000, + "to_hit": 0, + "bashing": 3, + "material": [ "steel", "plastic" ], + "ranged_damage": 2, + "dispersion": 80, + "durability": 9, + "clip_size": 10, + "symbol": "=", + "burst": 5, + "range": 8, + "valid_mod_locations": [ + [ "accessories", 1 ], + [ "grip", 1 ], + [ "muzzle", 1 ], + [ "sights", 1 ], + [ "stock", 1 ] + ] } ]