diff --git a/changelog/snippets/balance.7131.md b/changelog/snippets/balance.7131.md new file mode 100644 index 00000000000..ee37ddb5fff --- /dev/null +++ b/changelog/snippets/balance.7131.md @@ -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 diff --git a/units/XAB1401/XAB1401_unit.bp b/units/XAB1401/XAB1401_unit.bp index 4602ad22ec3..1b06a6e560e 100644 --- a/units/XAB1401/XAB1401_unit.bp +++ b/units/XAB1401/XAB1401_unit.bp @@ -85,8 +85,8 @@ UnitBlueprint{ BuildCostEnergy = 7506000, BuildCostMass = 250200, BuildTime = 325000, - MaxEnergy = 1000000, - MaxMass = 10000, + MaxEnergy = 400000, + MaxMass = 4000, RebuildBonusIds = { "xab1401" }, StorageEnergy = 100000, },