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

Reduce Aeon and Seraphim T2 PD damage #6590

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
8 changes: 8 additions & 0 deletions changelog/snippets/balance.6590.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- (#6590) Reduce the damage of Aeon and Seraphim T2 PD, as they have better DPS/mass than the UEF PD, and the Aeon one has higher muzzle velocity while the Seraphim one has a beam weapon.

- Aeon T2 PD:
- Damage: 600 -> 560 (DPS: 150 -> 140)
- Seraphim T2 PD:
- Damage: 605 -> 550 (DPS: 151 -> 138)

For comparison, the Triad has 124 DPS, and all three PDs cost the same amount.
2 changes: 1 addition & 1 deletion units/UAB2301/UAB2301_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ UnitBlueprint{
},
BallisticArc = "RULEUBA_LowArc",
CollideFriendly = false,
Damage = 600,
Damage = 560,
DamageFriendly = false,
DamageRadius = 2,
DamageType = "Normal",
Expand Down
2 changes: 1 addition & 1 deletion units/XSB2301/XSB2301_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ UnitBlueprint{
BeamCollisionDelay = 0,
BeamLifetime = 1,
CollideFriendly = false,
Damage = 55,
Damage = 50,
DamageRadius = 0,
DamageType = "Normal",
DisplayName = "Ultrachromatic Beam Generator",
Expand Down
Loading