diff --git a/items/active/weapons/ranged/assaultrifle/swtjc_ewg_uncommonsaw.activeitem b/items/active/weapons/ranged/assaultrifle/swtjc_ewg_uncommonsaw.activeitem index 0a03a76b1e..b3ea5e4139 100644 --- a/items/active/weapons/ranged/assaultrifle/swtjc_ewg_uncommonsaw.activeitem +++ b/items/active/weapons/ranged/assaultrifle/swtjc_ewg_uncommonsaw.activeitem @@ -49,27 +49,30 @@ "armRotation" : 0, "weaponRotation" : 0, "twoHanded" : true, + "weaponOffset" : [0, 0], "allowRotate" : true, "allowFlip" : true }, "fire" : { "duration" : 0, - "armRotation" : 5, - "weaponRotation" : 5, + "armRotation" : 3, + "weaponRotation" : 3, "twoHanded" : true, + "weaponOffset" : [-0.1, 0], - "allowRotate" : false, - "allowFlip" : false + "allowRotate" : true, + "allowFlip" : true }, "cooldown" : { - "duration" : 0.1, - "armRotation" : 2, - "weaponRotation" : 2, + "duration" : 0.04, + "armRotation" : 3, + "weaponRotation" : 3, "twoHanded" : true, + "weaponOffset" : [-0.1, 0], - "allowRotate" : false, - "allowFlip" : false + "allowRotate" : true, + "allowFlip" : true } } },