From 858a85dbde1a82ad7c0876c47892ed193a318bda Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:30:56 -0700 Subject: [PATCH] Mercy cost buff (#6410) Buff mercy cost to fit its new role vs armies/numerous low hp targets; especially the build time because it is a kamikaze unit. Co-authored-by: Josh --- changelog/snippets/balance.6365.md | 5 +++++ units/DAA0206/DAA0206_unit.bp | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 changelog/snippets/balance.6365.md diff --git a/changelog/snippets/balance.6365.md b/changelog/snippets/balance.6365.md new file mode 100644 index 0000000000..c7c511b28e --- /dev/null +++ b/changelog/snippets/balance.6365.md @@ -0,0 +1,5 @@ +- (#6410) Buff the cost of the Mercy to suit its new role of killing large numbers of low HP targets such as armies, T1 pgens, and engineers. The buildtime is reduced an extra amount compared to other costs since it is a kamikaze unit. + + - Mass Cost: 300 -> 230 + - Energy Cost: 6000 -> 4600 + - Build Time: 2000 -> 1200 diff --git a/units/DAA0206/DAA0206_unit.bp b/units/DAA0206/DAA0206_unit.bp index 19f414e17f..070f9a3113 100644 --- a/units/DAA0206/DAA0206_unit.bp +++ b/units/DAA0206/DAA0206_unit.bp @@ -105,9 +105,9 @@ UnitBlueprint{ UniformScale = 0.15, }, Economy = { - BuildCostEnergy = 6000, - BuildCostMass = 300, - BuildTime = 2000, + BuildCostEnergy = 4600, + BuildCostMass = 230, + BuildTime = 1200, }, Footprint = { MaxSlope = 0.25,