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,