diff --git a/changelog/snippets/balance.6890.md b/changelog/snippets/balance.6890.md new file mode 100644 index 00000000000..2b16b603590 --- /dev/null +++ b/changelog/snippets/balance.6890.md @@ -0,0 +1,7 @@ +- (#6890) Increase the cost of the Cybran ACU's nano upgrade by 33%. It is meant to help defend against rambo ACUs at early T3 stage, but the low cost made it come out in mid T2 stage where Cybran was powerful enough. It was especially powerful in comparison to the Seraphim ACU's nano upgrade, which had the same HP, worse regen, a higher 1800 mass cost, and no personal stealth. + + **Cybran ACU (URL0001)** + - Nano-Repair System: + - Mass Cost: 1500 -> 2000 + - Energy Cost: 45000 -> 60000 + - Buildtime: 1500 -> 2000 diff --git a/units/URL0001/URL0001_unit.bp b/units/URL0001/URL0001_unit.bp index 17964beb13e..cdbb258c02c 100644 --- a/units/URL0001/URL0001_unit.bp +++ b/units/URL0001/URL0001_unit.bp @@ -317,9 +317,9 @@ UnitBlueprint{ Slot = "LCH", }, FAF_SelfRepairSystem = { - BuildCostEnergy = 45000, - BuildCostMass = 1500, - BuildTime = 1500, + BuildCostEnergy = 60000, + BuildCostMass = 2000, + BuildTime = 2000, Icon = "srs", Name = "Nano-Repair System", NewHealth = 1500, @@ -1085,4 +1085,4 @@ UnitBlueprint{ WeaponCategory = "Teleport", }, }, -} \ No newline at end of file +} diff --git a/units/XRL0302/XRL0302_unit.bp b/units/XRL0302/XRL0302_unit.bp index e22ca74b970..2c92f508046 100644 --- a/units/XRL0302/XRL0302_unit.bp +++ b/units/XRL0302/XRL0302_unit.bp @@ -249,4 +249,4 @@ UnitBlueprint{ ReclaimTimeMultiplier = 1, WreckageLayers = { Land = true }, }, -} \ No newline at end of file +}