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
5 changes: 5 additions & 0 deletions changelog/snippets/balance.7131.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- (#7131) Reduce Paragon's max output so that it cannot simultaneously defend itself against land, air, and artillery while also making Salvations to kill enemy infrastructure. This ability made it far more powerful than other game enders and essentially unbeatable even if the enemy had nearly full map control, which is not the case for other game enders.

**Paragon: T4 Experimental Resource Generator (XAB1401):**
- Max mass output: 10k -> 4k
- Max energy output: 1000k -> 400k
4 changes: 2 additions & 2 deletions units/XAB1401/XAB1401_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ UnitBlueprint{
BuildCostEnergy = 7506000,
BuildCostMass = 250200,
BuildTime = 325000,
MaxEnergy = 1000000,
MaxMass = 10000,
MaxEnergy = 400000,
MaxMass = 4000,
RebuildBonusIds = { "xab1401" },
StorageEnergy = 100000,
},
Expand Down
Loading