Skip to content

Commit

Permalink
Balance idea: UEF ACU Bubble Shield 🛡️ #6130 (#6131)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh <row.josh02@gmail.com>
  • Loading branch information
apollodeathstar and MrRowey committed May 1, 2024
1 parent 730e5c2 commit 90eb29a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions changelog/snippets/balance.6130.md
@@ -0,0 +1,8 @@
- (#5874) Reduce Cost of UEF Bubble Shield Upgrade.
- Energy Cost: 70000 --> 45000
- Mass Cost: 2000 --> 1400
- Build Time: 1700 --> 1500
- Sheild
- HP: 7000 --> 5000
- Recharge Time: 60 --> 45
- Regen Rate: 67 --> 60
12 changes: 6 additions & 6 deletions units/UEL0001/UEL0001_unit.bp
Expand Up @@ -448,9 +448,9 @@ UnitBlueprint {
UpgradeUnitAmbientBones = { "UEL0001" },
},
ShieldGeneratorField = {
BuildCostEnergy = 70000,
BuildCostMass = 2000,
BuildTime = 1700,
BuildCostEnergy = 45000,
BuildCostMass = 1400,
BuildTime = 1500,
Icon = "sgf",
ImpactEffects = "UEFShieldHit01",
ImpactMesh = "/effects/entities/ShieldSection01/ShieldSection01_mesh",
Expand All @@ -460,9 +460,9 @@ UnitBlueprint {
Name = "<LOC enhancements_0050>Shield Generator Field",
ShieldEnergyDrainRechargeTime = 5,
ShieldEnhancementNumber = 5,
ShieldMaxHealth = 7000,
ShieldRechargeTime = 60,
ShieldRegenRate = 67,
ShieldMaxHealth = 5000,
ShieldRechargeTime = 45,
ShieldRegenRate = 60,
ShieldRegenStartTime = 1,
ShieldSize = 20,
ShieldSpillOverDamageMod = 0,
Expand Down

0 comments on commit 90eb29a

Please sign in to comment.