Skip to content

Commit

Permalink
Mercy cost buff (#6410)
Browse files Browse the repository at this point in the history
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 <row.josh02@gmail.com>
  • Loading branch information
lL1l1 and MrRowey authored Aug 14, 2024
1 parent 6208f25 commit 858a85d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions changelog/snippets/balance.6365.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions units/DAA0206/DAA0206_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 858a85d

Please sign in to comment.