From 313f79d56dfbcb8f0ff9367385130b7b6e14e9d5 Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Mon, 1 Jun 2026 17:50:47 -0700 Subject: [PATCH 1/2] Reduce paraogn output 10k/1M m/e -> 4k/400k m/E --- units/XAB1401/XAB1401_unit.bp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }, From 6faf8b087cbc901ce6f7bae3411130007def7e13 Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Mon, 1 Jun 2026 18:11:23 -0700 Subject: [PATCH 2/2] Create balance.7131.md --- changelog/snippets/balance.7131.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/snippets/balance.7131.md 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