From 113cd34a1a16f72904148204ba85a38adc66b3cb Mon Sep 17 00:00:00 2001 From: Isokinetic Date: Sun, 10 May 2026 18:34:27 +0300 Subject: [PATCH 1/2] Buff UEF bubble shield --- units/UEL0001/UEL0001_unit.bp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/units/UEL0001/UEL0001_unit.bp b/units/UEL0001/UEL0001_unit.bp index de119eae81d..4f6597e79d1 100644 --- a/units/UEL0001/UEL0001_unit.bp +++ b/units/UEL0001/UEL0001_unit.bp @@ -446,13 +446,13 @@ UnitBlueprint{ UpgradeUnitAmbientBones = { "UEL0001" }, }, ShieldGeneratorField = { - BuildCostEnergy = 45000, + BuildCostEnergy = 40000, BuildCostMass = 1400, - BuildTime = 1500, + BuildTime = 1400, Icon = "sgf", ImpactEffects = "UEFShieldHit01", ImpactMesh = "/effects/entities/ShieldSection01/ShieldSection01_mesh", - MaintenanceConsumptionPerSecondEnergy = 250, + MaintenanceConsumptionPerSecondEnergy = 200, Mesh = "/effects/entities/Shield01/Shield01_mesh", MeshZ = "/effects/entities/Shield01/Shield01z_mesh", Name = "Shield Generator Field", @@ -1113,4 +1113,4 @@ UnitBlueprint{ WeaponCategory = "Teleport", }, }, -} \ No newline at end of file +} From dec0411946f50ddbda3fbb3e18c491f922a81d9e Mon Sep 17 00:00:00 2001 From: Isokinetic Date: Sun, 10 May 2026 18:40:10 +0300 Subject: [PATCH 2/2] Create balance.7113.md --- changelog/balance.7113.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/balance.7113.md diff --git a/changelog/balance.7113.md b/changelog/balance.7113.md new file mode 100644 index 00000000000..0057c5e16b6 --- /dev/null +++ b/changelog/balance.7113.md @@ -0,0 +1,5 @@ +- (#7113) Reduce UEF bubble shield maintenance, energy and build time cost to increase its T2 stage relevancy. + + - Energy cost: 45000 -> 40000 + - Build time: 1500 -> 1400 + - Energy consumption: 250 -> 200