From 36219736d7e3b2deca55d1eb3b3c22d0c7b2f81b Mon Sep 17 00:00:00 2001 From: NoryGit <261927847+NoryGit@users.noreply.github.com> Date: Fri, 24 Apr 2026 10:54:55 +0000 Subject: [PATCH 01/15] Omen: cost and DPS nerf --- units/UAS0302/UAS0302_unit.bp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/units/UAS0302/UAS0302_unit.bp b/units/UAS0302/UAS0302_unit.bp index 6c859135ca..5d0ec8d8dc 100644 --- a/units/UAS0302/UAS0302_unit.bp +++ b/units/UAS0302/UAS0302_unit.bp @@ -108,9 +108,9 @@ UnitBlueprint{ UniformScale = 0.13, }, Economy = { - BuildCostEnergy = 54000, - BuildCostMass = 9000, - BuildTime = 28800, + BuildCostEnergy = 58000, + BuildCostMass = 9500, + BuildTime = 30300, }, Footprint = { SizeX = 5, @@ -211,7 +211,7 @@ UnitBlueprint{ RackSalvoSize = 1, RackSlavedToTurret = false, RangeCategory = "UWRC_DirectFire", - RateOfFire = 10/59, --10/integer interval in ticks + RateOfFire = 10/60, --10/integer interval in ticks RenderFireClock = true, SlavedToBody = true, SlavedToBodyArcRange = 155, @@ -274,7 +274,7 @@ UnitBlueprint{ RackSalvoSize = 1, RackSlavedToTurret = false, RangeCategory = "UWRC_DirectFire", - RateOfFire = 10/59, --10/integer interval in ticks + RateOfFire = 10/60, --10/integer interval in ticks RenderFireClock = true, SlavedToBody = true, SlavedToBodyArcRange = 155, @@ -337,7 +337,7 @@ UnitBlueprint{ RackSalvoSize = 1, RackSlavedToTurret = false, RangeCategory = "UWRC_DirectFire", - RateOfFire = 10/59, --10/integer interval in ticks + RateOfFire = 10/60, --10/integer interval in ticks RenderFireClock = true, SlavedToBody = true, SlavedToBodyArcRange = 155, From 4b554b8fc4c83b054a4d477547ead2ab02c3053b Mon Sep 17 00:00:00 2001 From: NoryGit <261927847+NoryGit@users.noreply.github.com> Date: Fri, 24 Apr 2026 11:27:58 +0000 Subject: [PATCH 02/15] Tempest: cost nerf --- units/UAS0401/UAS0401_unit.bp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/units/UAS0401/UAS0401_unit.bp b/units/UAS0401/UAS0401_unit.bp index cc4d5f0d26..55789a1cc6 100644 --- a/units/UAS0401/UAS0401_unit.bp +++ b/units/UAS0401/UAS0401_unit.bp @@ -178,10 +178,10 @@ UnitBlueprint{ UniformScale = 0.1, }, Economy = { - BuildCostEnergy = 380000, - BuildCostMass = 24000, + BuildCostEnergy = 400000, + BuildCostMass = 25000, BuildRate = 225, - BuildTime = 38400, + BuildTime = 40000, BuildableCategory = { "BUILTBYTIER3FACTORY AEON MOBILE CONSTRUCTION", "BUILTBYTIER2FACTORY AEON MOBILE CONSTRUCTION", From 38fb8da7e3aa9f06fee4257e661f490f64f56409 Mon Sep 17 00:00:00 2001 From: NoryGit <261927847+NoryGit@users.noreply.github.com> Date: Fri, 24 Apr 2026 11:11:12 +0000 Subject: [PATCH 03/15] Destroyers: AA range nerf --- units/UES0201/UES0201_unit.bp | 2 +- units/URS0201/URS0201_unit.bp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/units/UES0201/UES0201_unit.bp b/units/UES0201/UES0201_unit.bp index cc2d99de7b..e790e01a38 100644 --- a/units/UES0201/UES0201_unit.bp +++ b/units/UES0201/UES0201_unit.bp @@ -333,7 +333,7 @@ UnitBlueprint{ FiringRandomness = 0, FiringTolerance = 1, Label = "FrontTurret02", - MaxRadius = 60, + MaxRadius = 55, MuzzleSalvoDelay = 0, MuzzleSalvoSize = 1, MuzzleVelocity = 60, diff --git a/units/URS0201/URS0201_unit.bp b/units/URS0201/URS0201_unit.bp index 6440e43bde..3e5cf8996b 100644 --- a/units/URS0201/URS0201_unit.bp +++ b/units/URS0201/URS0201_unit.bp @@ -362,7 +362,7 @@ UnitBlueprint{ FiringTolerance = 1, Label = "AAGun", LeadTarget = true, - MaxRadius = 60, + MaxRadius = 55, MuzzleSalvoDelay = 0, MuzzleSalvoSize = 1, MuzzleVelocity = 60, From 5db3ae63ab7c5c08c7cdc878fcd63fe3b30b78ad Mon Sep 17 00:00:00 2001 From: Rhaelya Date: Sat, 9 May 2026 02:13:03 +0200 Subject: [PATCH 04/15] Update UES0201_unit.bp --- units/UES0201/UES0201_unit.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/UES0201/UES0201_unit.bp b/units/UES0201/UES0201_unit.bp index e790e01a38..cc2d99de7b 100644 --- a/units/UES0201/UES0201_unit.bp +++ b/units/UES0201/UES0201_unit.bp @@ -333,7 +333,7 @@ UnitBlueprint{ FiringRandomness = 0, FiringTolerance = 1, Label = "FrontTurret02", - MaxRadius = 55, + MaxRadius = 60, MuzzleSalvoDelay = 0, MuzzleSalvoSize = 1, MuzzleVelocity = 60, From 28c01a501de0f778f98de68d9ca4ea9d48d42347 Mon Sep 17 00:00:00 2001 From: Rhaelya Date: Sat, 9 May 2026 02:42:57 +0200 Subject: [PATCH 05/15] Create balance.7110.md --- changelog/snippets/balance.7110.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 changelog/snippets/balance.7110.md diff --git a/changelog/snippets/balance.7110.md b/changelog/snippets/balance.7110.md new file mode 100644 index 0000000000..a1b046c98f --- /dev/null +++ b/changelog/snippets/balance.7110.md @@ -0,0 +1,23 @@ +- (#7110) Changes from #7101 which the balance team has agreed on. +Salem has it's AA range reduced to weaken it's ability to shoot down air scouts to allow for better counterplay against Cybran stealth boats covering the Salems. + +Cybran Destroyer (URS0201): + + AA MaxRadius (60 -> 55) [Area: 11310 -> 9503 (-16%)] + +Omen has it's cost increased and its dps slightly reduced as it is currently the most powerful battleship, the new stats should make the cost match the performance better compared to other battleships. + +Aeon Battleship (UAS0302): + + BuildCostEnergy (54000 -> 58000) + BuildCostMass (9000 -> 9500) + BuildTime (28800 -> 30300) [192s -> 202s w/ T3 Factory] + RateOfFire (10/59 -> 10/60) [DPS: 169.5 -> 166.7] [Note: the UI rounds; total DPS is 500.] + +Tempest is good at safely farming value and staying healthy despite it's low stats per cost compared to battleships due to its long range, high splash weapon and because it still greatly benefits from veterancy despite the previous nerf. + +Tempest (UAS0401): + + BuildCostEnergy (380000 -> 400000) + BuildCostMass (24000 -> 25000) + BuildTime (38400 -> 40000) [1181.5s -> 1230.8s w/ T3 Engineer] From 9636dd3565f088fd8e0990861698b03a8b04f2f2 Mon Sep 17 00:00:00 2001 From: Rhaelya Date: Sat, 9 May 2026 02:46:56 +0200 Subject: [PATCH 06/15] Update balance.7110.md --- changelog/snippets/balance.7110.md | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/changelog/snippets/balance.7110.md b/changelog/snippets/balance.7110.md index a1b046c98f..5577b32d58 100644 --- a/changelog/snippets/balance.7110.md +++ b/changelog/snippets/balance.7110.md @@ -1,23 +1,21 @@ - (#7110) Changes from #7101 which the balance team has agreed on. -Salem has it's AA range reduced to weaken it's ability to shoot down air scouts to allow for better counterplay against Cybran stealth boats covering the Salems. -Cybran Destroyer (URS0201): + Salem has it's AA range reduced to weaken it's ability to shoot down air scouts to allow for better counterplay against Cybran stealth boats covering the Salems. - AA MaxRadius (60 -> 55) [Area: 11310 -> 9503 (-16%)] + **Cybran Destroyer (URS0201):** + - AA MaxRadius (60 -> 55) [Area: 11310 -> 9503 (-16%)] -Omen has it's cost increased and its dps slightly reduced as it is currently the most powerful battleship, the new stats should make the cost match the performance better compared to other battleships. + Omen has it's cost increased and its dps slightly reduced as it is currently the most powerful battleship, the new stats should make the cost match the performance better compared to other battleships. -Aeon Battleship (UAS0302): + **Aeon Battleship (UAS0302):** + - BuildCostEnergy (54000 -> 58000) + - BuildCostMass (9000 -> 9500) + - BuildTime (28800 -> 30300) [192s -> 202s w/ T3 Factory] + - RateOfFire (10/59 -> 10/60) [DPS: 169.5 -> 166.7] [Note: the UI rounds; total DPS is 500.] - BuildCostEnergy (54000 -> 58000) - BuildCostMass (9000 -> 9500) - BuildTime (28800 -> 30300) [192s -> 202s w/ T3 Factory] - RateOfFire (10/59 -> 10/60) [DPS: 169.5 -> 166.7] [Note: the UI rounds; total DPS is 500.] + Tempest is good at safely farming value and staying healthy despite it's low stats per cost compared to battleships due to its long range, high splash weapon and because it still greatly benefits from veterancy despite the previous nerf. -Tempest is good at safely farming value and staying healthy despite it's low stats per cost compared to battleships due to its long range, high splash weapon and because it still greatly benefits from veterancy despite the previous nerf. - -Tempest (UAS0401): - - BuildCostEnergy (380000 -> 400000) - BuildCostMass (24000 -> 25000) - BuildTime (38400 -> 40000) [1181.5s -> 1230.8s w/ T3 Engineer] +**Tempest (UAS0401):** + - BuildCostEnergy (380000 -> 400000) + - BuildCostMass (24000 -> 25000) + - BuildTime (38400 -> 40000) [1181.5s -> 1230.8s w/ T3 Engineer] From 105cfc79936cce93fc39f71cbc68f58828db32bc Mon Sep 17 00:00:00 2001 From: Rhaelya Date: Sat, 9 May 2026 02:48:52 +0200 Subject: [PATCH 07/15] Update balance.7110.md --- changelog/snippets/balance.7110.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/changelog/snippets/balance.7110.md b/changelog/snippets/balance.7110.md index 5577b32d58..1cfec857f7 100644 --- a/changelog/snippets/balance.7110.md +++ b/changelog/snippets/balance.7110.md @@ -1,20 +1,18 @@ - (#7110) Changes from #7101 which the balance team has agreed on. Salem has it's AA range reduced to weaken it's ability to shoot down air scouts to allow for better counterplay against Cybran stealth boats covering the Salems. + Omen has it's cost increased and its dps slightly reduced as it is currently the most powerful battleship, the new stats should make the cost match the performance better compared to other battleships. + Tempest is good at safely farming value and staying healthy despite it's low stats per cost compared to battleships due to its long range, high splash weapon and because it still greatly benefits from veterancy despite the previous nerf. **Cybran Destroyer (URS0201):** - AA MaxRadius (60 -> 55) [Area: 11310 -> 9503 (-16%)] - Omen has it's cost increased and its dps slightly reduced as it is currently the most powerful battleship, the new stats should make the cost match the performance better compared to other battleships. - **Aeon Battleship (UAS0302):** - BuildCostEnergy (54000 -> 58000) - BuildCostMass (9000 -> 9500) - BuildTime (28800 -> 30300) [192s -> 202s w/ T3 Factory] - RateOfFire (10/59 -> 10/60) [DPS: 169.5 -> 166.7] [Note: the UI rounds; total DPS is 500.] - Tempest is good at safely farming value and staying healthy despite it's low stats per cost compared to battleships due to its long range, high splash weapon and because it still greatly benefits from veterancy despite the previous nerf. - **Tempest (UAS0401):** - BuildCostEnergy (380000 -> 400000) - BuildCostMass (24000 -> 25000) From 0ec2e3bca5115a7c73193d6b30dfa3f8e7402c1c Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Fri, 8 May 2026 17:50:20 -0700 Subject: [PATCH 08/15] Fix indentation for stat changes --- changelog/snippets/balance.7110.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/changelog/snippets/balance.7110.md b/changelog/snippets/balance.7110.md index 1cfec857f7..eab65c370a 100644 --- a/changelog/snippets/balance.7110.md +++ b/changelog/snippets/balance.7110.md @@ -4,16 +4,16 @@ Omen has it's cost increased and its dps slightly reduced as it is currently the most powerful battleship, the new stats should make the cost match the performance better compared to other battleships. Tempest is good at safely farming value and staying healthy despite it's low stats per cost compared to battleships due to its long range, high splash weapon and because it still greatly benefits from veterancy despite the previous nerf. - **Cybran Destroyer (URS0201):** - - AA MaxRadius (60 -> 55) [Area: 11310 -> 9503 (-16%)] + **Cybran Destroyer (URS0201):** + - AA MaxRadius (60 -> 55) [Area: 11310 -> 9503 (-16%)] - **Aeon Battleship (UAS0302):** - - BuildCostEnergy (54000 -> 58000) - - BuildCostMass (9000 -> 9500) - - BuildTime (28800 -> 30300) [192s -> 202s w/ T3 Factory] - - RateOfFire (10/59 -> 10/60) [DPS: 169.5 -> 166.7] [Note: the UI rounds; total DPS is 500.] + **Aeon Battleship (UAS0302):** + - BuildCostEnergy (54000 -> 58000) + - BuildCostMass (9000 -> 9500) + - BuildTime (28800 -> 30300) [192s -> 202s w/ T3 Factory] + - RateOfFire (10/59 -> 10/60) [DPS: 169.5 -> 166.7] [Note: the UI rounds; total DPS is 500.] -**Tempest (UAS0401):** - - BuildCostEnergy (380000 -> 400000) - - BuildCostMass (24000 -> 25000) - - BuildTime (38400 -> 40000) [1181.5s -> 1230.8s w/ T3 Engineer] + **Tempest (UAS0401):** + - BuildCostEnergy (380000 -> 400000) + - BuildCostMass (24000 -> 25000) + - BuildTime (38400 -> 40000) [1181.5s -> 1230.8s w/ T3 Engineer] From 3a2d7429f731387dcc170c1c07a93b28b3469991 Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Fri, 8 May 2026 17:51:40 -0700 Subject: [PATCH 09/15] Split the changes into three points --- changelog/snippets/balance.7110.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/changelog/snippets/balance.7110.md b/changelog/snippets/balance.7110.md index eab65c370a..32458bdec7 100644 --- a/changelog/snippets/balance.7110.md +++ b/changelog/snippets/balance.7110.md @@ -1,18 +1,18 @@ -- (#7110) Changes from #7101 which the balance team has agreed on. - - Salem has it's AA range reduced to weaken it's ability to shoot down air scouts to allow for better counterplay against Cybran stealth boats covering the Salems. - Omen has it's cost increased and its dps slightly reduced as it is currently the most powerful battleship, the new stats should make the cost match the performance better compared to other battleships. - Tempest is good at safely farming value and staying healthy despite it's low stats per cost compared to battleships due to its long range, high splash weapon and because it still greatly benefits from veterancy despite the previous nerf. +- (#7110) Salem has it's AA range reduced to weaken it's ability to shoot down air scouts to allow for better counterplay against Cybran stealth boats covering the Salems. **Cybran Destroyer (URS0201):** - AA MaxRadius (60 -> 55) [Area: 11310 -> 9503 (-16%)] +- (#7110) Omen has it's cost increased and its dps slightly reduced as it is currently the most powerful battleship, the new stats should make the cost match the performance better compared to other battleships. + **Aeon Battleship (UAS0302):** - BuildCostEnergy (54000 -> 58000) - BuildCostMass (9000 -> 9500) - BuildTime (28800 -> 30300) [192s -> 202s w/ T3 Factory] - RateOfFire (10/59 -> 10/60) [DPS: 169.5 -> 166.7] [Note: the UI rounds; total DPS is 500.] +- (#7110) Tempest is good at safely farming value and staying healthy despite it's low stats per cost compared to battleships due to its long range, high splash weapon and because it still greatly benefits from veterancy despite the previous nerf. + **Tempest (UAS0401):** - BuildCostEnergy (380000 -> 400000) - BuildCostMass (24000 -> 25000) From 4ceab33f7cd06fa49e0a1672a7832880d25a744b Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Fri, 8 May 2026 17:54:17 -0700 Subject: [PATCH 10/15] Fix usage of "its" --- changelog/snippets/balance.7110.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog/snippets/balance.7110.md b/changelog/snippets/balance.7110.md index 32458bdec7..1b5b33ca17 100644 --- a/changelog/snippets/balance.7110.md +++ b/changelog/snippets/balance.7110.md @@ -1,9 +1,9 @@ -- (#7110) Salem has it's AA range reduced to weaken it's ability to shoot down air scouts to allow for better counterplay against Cybran stealth boats covering the Salems. +- (#7110) Salem has its AA range reduced to weaken its ability to shoot down air scouts to allow for better counterplay against Cybran stealth boats covering the Salems. **Cybran Destroyer (URS0201):** - AA MaxRadius (60 -> 55) [Area: 11310 -> 9503 (-16%)] -- (#7110) Omen has it's cost increased and its dps slightly reduced as it is currently the most powerful battleship, the new stats should make the cost match the performance better compared to other battleships. +- (#7110) Omen has its cost increased and its dps slightly reduced as it is currently the most powerful battleship, the new stats should make the cost match the performance better compared to other battleships. **Aeon Battleship (UAS0302):** - BuildCostEnergy (54000 -> 58000) @@ -11,7 +11,7 @@ - BuildTime (28800 -> 30300) [192s -> 202s w/ T3 Factory] - RateOfFire (10/59 -> 10/60) [DPS: 169.5 -> 166.7] [Note: the UI rounds; total DPS is 500.] -- (#7110) Tempest is good at safely farming value and staying healthy despite it's low stats per cost compared to battleships due to its long range, high splash weapon and because it still greatly benefits from veterancy despite the previous nerf. +- (#7110) Tempest is good at safely farming value and staying healthy despite its low stats per cost compared to battleships due to its long range, high splash weapon and because it still greatly benefits from veterancy despite the previous nerf. **Tempest (UAS0401):** - BuildCostEnergy (380000 -> 400000) From d403acb54f707a311745d52e983912ea3ffb63fb Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Fri, 8 May 2026 17:55:42 -0700 Subject: [PATCH 11/15] capitalize "DPS" --- changelog/snippets/balance.7110.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/snippets/balance.7110.md b/changelog/snippets/balance.7110.md index 1b5b33ca17..9f878dd1ab 100644 --- a/changelog/snippets/balance.7110.md +++ b/changelog/snippets/balance.7110.md @@ -3,7 +3,7 @@ **Cybran Destroyer (URS0201):** - AA MaxRadius (60 -> 55) [Area: 11310 -> 9503 (-16%)] -- (#7110) Omen has its cost increased and its dps slightly reduced as it is currently the most powerful battleship, the new stats should make the cost match the performance better compared to other battleships. +- (#7110) Omen has its cost increased and its DPS slightly reduced as it is currently the most powerful battleship, the new stats should make the cost match the performance better compared to other battleships. **Aeon Battleship (UAS0302):** - BuildCostEnergy (54000 -> 58000) From 82072ea2c3404249564300cfd290b329b0779471 Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Fri, 8 May 2026 17:59:07 -0700 Subject: [PATCH 12/15] Use semicolon --- changelog/snippets/balance.7110.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/snippets/balance.7110.md b/changelog/snippets/balance.7110.md index 9f878dd1ab..a64c4ed960 100644 --- a/changelog/snippets/balance.7110.md +++ b/changelog/snippets/balance.7110.md @@ -3,7 +3,7 @@ **Cybran Destroyer (URS0201):** - AA MaxRadius (60 -> 55) [Area: 11310 -> 9503 (-16%)] -- (#7110) Omen has its cost increased and its DPS slightly reduced as it is currently the most powerful battleship, the new stats should make the cost match the performance better compared to other battleships. +- (#7110) Omen has its cost increased and its DPS slightly reduced as it is currently the most powerful battleship; the new stats should make the cost match the performance better compared to other battleships. **Aeon Battleship (UAS0302):** - BuildCostEnergy (54000 -> 58000) From 38e1f9bc867b3e00913135823a1584154e9d8fea Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Fri, 8 May 2026 18:06:28 -0700 Subject: [PATCH 13/15] Wording for salem snippet --- changelog/snippets/balance.7110.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/snippets/balance.7110.md b/changelog/snippets/balance.7110.md index a64c4ed960..f3d21653f8 100644 --- a/changelog/snippets/balance.7110.md +++ b/changelog/snippets/balance.7110.md @@ -1,4 +1,4 @@ -- (#7110) Salem has its AA range reduced to weaken its ability to shoot down air scouts to allow for better counterplay against Cybran stealth boats covering the Salems. +- (#7110) Salem has its AA range reduced to weaken its ability to shoot down air scouts and allow for better counterplay against Cybran stealth boats covering the Salems. **Cybran Destroyer (URS0201):** - AA MaxRadius (60 -> 55) [Area: 11310 -> 9503 (-16%)] From 7a841cbc46b179b1d827448f736c6f5818459d33 Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Fri, 8 May 2026 18:06:53 -0700 Subject: [PATCH 14/15] Wording for Omen snippet --- changelog/snippets/balance.7110.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/snippets/balance.7110.md b/changelog/snippets/balance.7110.md index f3d21653f8..a27b220e0e 100644 --- a/changelog/snippets/balance.7110.md +++ b/changelog/snippets/balance.7110.md @@ -3,7 +3,7 @@ **Cybran Destroyer (URS0201):** - AA MaxRadius (60 -> 55) [Area: 11310 -> 9503 (-16%)] -- (#7110) Omen has its cost increased and its DPS slightly reduced as it is currently the most powerful battleship; the new stats should make the cost match the performance better compared to other battleships. +- (#7110) Omen has its cost increased and its DPS slightly reduced as it is currently the most powerful battleship; the new higher cost matches the higher performance compared to other battleships. **Aeon Battleship (UAS0302):** - BuildCostEnergy (54000 -> 58000) From faa0f9df62419e2ce2a420ad717f6ec8bafe2ae8 Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Fri, 8 May 2026 18:12:39 -0700 Subject: [PATCH 15/15] Reformat stat changes --- changelog/snippets/balance.7110.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/changelog/snippets/balance.7110.md b/changelog/snippets/balance.7110.md index a27b220e0e..c69efeedcf 100644 --- a/changelog/snippets/balance.7110.md +++ b/changelog/snippets/balance.7110.md @@ -1,19 +1,19 @@ - (#7110) Salem has its AA range reduced to weaken its ability to shoot down air scouts and allow for better counterplay against Cybran stealth boats covering the Salems. **Cybran Destroyer (URS0201):** - - AA MaxRadius (60 -> 55) [Area: 11310 -> 9503 (-16%)] + - AA Max Radius: 60 -> 55 - (#7110) Omen has its cost increased and its DPS slightly reduced as it is currently the most powerful battleship; the new higher cost matches the higher performance compared to other battleships. **Aeon Battleship (UAS0302):** - - BuildCostEnergy (54000 -> 58000) - - BuildCostMass (9000 -> 9500) - - BuildTime (28800 -> 30300) [192s -> 202s w/ T3 Factory] - - RateOfFire (10/59 -> 10/60) [DPS: 169.5 -> 166.7] [Note: the UI rounds; total DPS is 500.] + - Mass Cost: 9000 -> 9500 (+5.6%) + - Energy Cost: 54000 -> 58000 (+7.4%) + - Build Time: 28800 -> 30300 (+5.2%) + - Reload time: 5.9s (169.5 DPS x3) -> 6.0s (166.7 DPS x3) - (#7110) Tempest is good at safely farming value and staying healthy despite its low stats per cost compared to battleships due to its long range, high splash weapon and because it still greatly benefits from veterancy despite the previous nerf. **Tempest (UAS0401):** - - BuildCostEnergy (380000 -> 400000) - - BuildCostMass (24000 -> 25000) - - BuildTime (38400 -> 40000) [1181.5s -> 1230.8s w/ T3 Engineer] + - Mass Cost: 24000 -> 25000 (+4.2%) + - Energy Cost: 380000 -> 400000 (+5.3%) + - Build Time: 38400 -> 40000 (+4.2%)