Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase UEF T3 shield regen delay 1 -> 3 seconds #6589

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
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
4 changes: 4 additions & 0 deletions changelog/snippets/balance.6589.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- (#6589) Increase the UEF T3 shield's regen start time (the amount of time after taking damage before regeneration starts) to make it consistent with other shields, as it was missed by accident during regen start time changes a long time ago.

- UEF T3 Shield Generator:
- Regen start time: 1 -> 3 seconds
2 changes: 1 addition & 1 deletion units/UEB4301/UEB4301_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ UnitBlueprint{
ShieldMaxHealth = 17000,
ShieldRechargeTime = 23,
ShieldRegenRate = 131,
ShieldRegenStartTime = 1,
ShieldRegenStartTime = 3,
ShieldSize = 44,
ShieldVerticalOffset = -6,
},
Expand Down
Loading