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 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 +}