From 33198f4da445701d465752bc56dee79e0db39159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 8 May 2016 20:33:19 +0200 Subject: [PATCH 1/3] Add transparency to the sonic beam. --- mods/ts/weapons/energyweapons.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ts/weapons/energyweapons.yaml b/mods/ts/weapons/energyweapons.yaml index 750b17daa4..52ee6ff5e0 100644 --- a/mods/ts/weapons/energyweapons.yaml +++ b/mods/ts/weapons/energyweapons.yaml @@ -77,7 +77,7 @@ SonicZap: ZOffset: 2047 BeyondTargetRange: 0c256 Blockable: true - Color: 00FFFFC8 + Color: 50F5FF45 Warhead@1Dam: SpreadDamage Range: 0, 32 Falloff: 100, 100 From 5d32b65a9c5d26f9cf60b3053e274616f2d9ee4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 8 May 2016 20:34:05 +0200 Subject: [PATCH 2/3] Decrease the width of all laser weapons. --- mods/ts/weapons/energyweapons.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mods/ts/weapons/energyweapons.yaml b/mods/ts/weapons/energyweapons.yaml index 52ee6ff5e0..cc414f6903 100644 --- a/mods/ts/weapons/energyweapons.yaml +++ b/mods/ts/weapons/energyweapons.yaml @@ -6,7 +6,7 @@ LtRail: Speed: 20c0 Duration: 3 DamageInterval: 2 - Width: 0c128 + Width: 0c80 BeyondTargetRange: 0c64 Blockable: true Color: 0080FFC8 @@ -49,7 +49,7 @@ MechRailgun: Speed: 20c0 Duration: 3 DamageInterval: 2 - Width: 0c128 + Width: 0c80 BeyondTargetRange: 0c64 Blockable: true Color: 00FFFFC8 @@ -176,7 +176,7 @@ ObeliskLaserFire: Range: 10c512 Report: obelray1.aud Projectile: LaserZap - Width: 170 + Width: 85 ZOffset: 2047 Warhead@1Dam: SpreadDamage Spread: 42 @@ -188,7 +188,7 @@ TurretLaserFire: Range: 5c512 Report: lastur1.aud Projectile: LaserZap - Width: 85 + Width: 50 BeamDuration: 5 ZOffset: 2047 Warhead@1Dam: SpreadDamage From 53c1222ce2dfb568dd626357ff3879d6b7bac504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 15 May 2016 15:56:50 +0200 Subject: [PATCH 3/3] Avoid the 0c prefix for laser beam width. --- mods/ts/weapons/energyweapons.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/ts/weapons/energyweapons.yaml b/mods/ts/weapons/energyweapons.yaml index cc414f6903..dddec8b897 100644 --- a/mods/ts/weapons/energyweapons.yaml +++ b/mods/ts/weapons/energyweapons.yaml @@ -6,7 +6,7 @@ LtRail: Speed: 20c0 Duration: 3 DamageInterval: 2 - Width: 0c80 + Width: 80 BeyondTargetRange: 0c64 Blockable: true Color: 0080FFC8 @@ -49,7 +49,7 @@ MechRailgun: Speed: 20c0 Duration: 3 DamageInterval: 2 - Width: 0c80 + Width: 80 BeyondTargetRange: 0c64 Blockable: true Color: 00FFFFC8 @@ -72,7 +72,7 @@ SonicZap: Speed: 0c128 Duration: 90 DamageInterval: 5 # Roughly 18 impacts. - Width: 0c384 + Width: 384 Shape: Flat ZOffset: 2047 BeyondTargetRange: 0c256