Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions changelog/snippets/balance.7121.md
Original file line number Diff line number Diff line change
@@ -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)

2 changes: 1 addition & 1 deletion units/URL0303/URL0303_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading