From ebba5a3037c2c60875b9c64fa73985e1ae1722fc Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Sat, 16 May 2026 14:52:51 -0700 Subject: [PATCH 1/2] Reduce loyalist gun stun duration This allows its volley to maintain a 1.2s stun on a unit every 3.3s if all shots hit. The long duration makes it impactful against units with lower fire rates. A shorter duration would let even ilshavohs shoot uninterrupted, so the stun would be deceptively ineffective. --- units/URL0303/URL0303_unit.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/URL0303/URL0303_unit.bp b/units/URL0303/URL0303_unit.bp index f2a8826eb6f..18ac938e83d 100644 --- a/units/URL0303/URL0303_unit.bp +++ b/units/URL0303/URL0303_unit.bp @@ -191,7 +191,7 @@ UnitBlueprint{ Add = { OnImpact = true }, AppliedToTarget = true, BuffType = "STUN", - Duration = 1.5, + Duration = 0.4, Radius = 0, TargetAllow = "TECH1,TECH2", TargetDisallow = "TECH3,EXPERIMENTAL,COMMAND,NAVAL,STRUCTURE", From 5c2842f2ea058d41140fb056a5c15cf3073db443 Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Sat, 16 May 2026 15:10:15 -0700 Subject: [PATCH 2/2] Create balance.7121.md --- changelog/snippets/balance.7121.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/snippets/balance.7121.md diff --git a/changelog/snippets/balance.7121.md b/changelog/snippets/balance.7121.md new file mode 100644 index 00000000000..1bf31562355 --- /dev/null +++ b/changelog/snippets/balance.7121.md @@ -0,0 +1,6 @@ +- (#7121) Reduce stun duration of Loyalist's Disintegrator Pulse Laser since it was extremely powerful against T2 units, Ilshavohs in particular. + + **Loyalist: T3 Siege Assault Bot** + - Disintegrator Pulse Laser: + - Stun Duration against T1/T2 mobile units: 1.5s per shot (2.3s per volley) (70% stun uptime) -> 0.4s per shot (1.2s per volley) (36% stun uptime) +