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) + 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",