Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions changelog/snippets/balance.6890.md
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions units/URL0001/URL0001_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,9 @@ UnitBlueprint{
Slot = "LCH",
},
FAF_SelfRepairSystem = {
BuildCostEnergy = 45000,
BuildCostMass = 1500,
BuildTime = 1500,
BuildCostEnergy = 60000,
BuildCostMass = 2000,
BuildTime = 2000,
Icon = "srs",
Name = "<LOC enhancements_0150_faf>Nano-Repair System",
NewHealth = 1500,
Expand Down Expand Up @@ -1085,4 +1085,4 @@ UnitBlueprint{
WeaponCategory = "Teleport",
},
},
}
}
2 changes: 1 addition & 1 deletion units/XRL0302/XRL0302_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,4 @@ UnitBlueprint{
ReclaimTimeMultiplier = 1,
WreckageLayers = { Land = true },
},
}
}