From 08adec0eb7f38a11a10212b0223b4066cf06521f Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Tue, 17 Dec 2024 21:13:20 -0800 Subject: [PATCH 1/2] Reduce Aeon and Seraphim T2 PD damage Sera: 605 -> 550 total beam lifetime preserved for sound effect compatibility --- units/UAB2301/UAB2301_unit.bp | 2 +- units/XSB2301/XSB2301_unit.bp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/units/UAB2301/UAB2301_unit.bp b/units/UAB2301/UAB2301_unit.bp index 44c0d39920..1b4842e26e 100644 --- a/units/UAB2301/UAB2301_unit.bp +++ b/units/UAB2301/UAB2301_unit.bp @@ -127,7 +127,7 @@ UnitBlueprint{ }, BallisticArc = "RULEUBA_LowArc", CollideFriendly = false, - Damage = 600, + Damage = 560, DamageFriendly = false, DamageRadius = 2, DamageType = "Normal", diff --git a/units/XSB2301/XSB2301_unit.bp b/units/XSB2301/XSB2301_unit.bp index 9ed4012e43..098b254bec 100644 --- a/units/XSB2301/XSB2301_unit.bp +++ b/units/XSB2301/XSB2301_unit.bp @@ -140,7 +140,7 @@ UnitBlueprint{ BeamCollisionDelay = 0, BeamLifetime = 1, CollideFriendly = false, - Damage = 55, + Damage = 50, DamageRadius = 0, DamageType = "Normal", DisplayName = "Ultrachromatic Beam Generator", From 2ebc7e4d035bf3c68a70813a399d0bbd3cb7bc60 Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Tue, 17 Dec 2024 21:20:36 -0800 Subject: [PATCH 2/2] Create balance.6590.md --- changelog/snippets/balance.6590.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/snippets/balance.6590.md diff --git a/changelog/snippets/balance.6590.md b/changelog/snippets/balance.6590.md new file mode 100644 index 0000000000..68ff6404c5 --- /dev/null +++ b/changelog/snippets/balance.6590.md @@ -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.