diff --git a/changelog/balance.7112.md b/changelog/balance.7112.md new file mode 100644 index 00000000000..406ecdebe15 --- /dev/null +++ b/changelog/balance.7112.md @@ -0,0 +1,3 @@ +- (#7112) Mercy receives BT cost reduction to allow spam enough mercies to deal impact on the battlefield. + + - Build Time: 1200 -> 800 diff --git a/units/DAA0206/DAA0206_unit.bp b/units/DAA0206/DAA0206_unit.bp index abafc533da5..c5862364604 100644 --- a/units/DAA0206/DAA0206_unit.bp +++ b/units/DAA0206/DAA0206_unit.bp @@ -107,7 +107,7 @@ UnitBlueprint{ Economy = { BuildCostEnergy = 4600, BuildCostMass = 230, - BuildTime = 1200, + BuildTime = 800, }, Footprint = { MaxSlope = 0.25, @@ -239,4 +239,4 @@ UnitBlueprint{ WeaponCategory = "Death", }, }, -} \ No newline at end of file +}