Skip to content
Open
Show file tree
Hide file tree
Changes from 6 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 cost of Cybran ACU nano upgrade by 33%

**Cybran ACU (URL0001)**
- FAF_SelfRepairSystem:
- BuildCostEnergy 45000 -> 60000
- BuildCostMass = 1500 -> 2000
- 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",
},
},
}
}