Skip to content

Commit

Permalink
Update the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Basilisk3 authored Feb 11, 2025
1 parent f0ff711 commit 74ce7fc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
15 changes: 8 additions & 7 deletions changelog/snippets/balance.6184.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
- (#6184) Introduce an Advanced Shield Field upgrade for the UEF ACU. This allows the UEF ACU to continue using its Shield Field instead of being forced to replace it in favor of the Personal Shield in later stages of the game. The prerequisite for this upgrade is the first Shield Field.

- UEF Armored Command Unit (UEL0001):
- **UEF Armored Command Unit (UEL0001):**
- AdvancedShieldGeneratorField
- BuildCostEnergy = 110000
- BuildCostMass = 2200
- BuildTime = 2200
- ShieldMaxHealth = 20000
- ShieldRechargeTime = 120
- ShieldRegenRate = 80
- BuildCostEnergy: 165000
- BuildCostMass: 2200
- BuildTime: 2200
- ShieldMaxHealth: 22000
- ShieldSize: 22
- ShieldRechargeTime: 120
- ShieldRegenRate: 80
2 changes: 1 addition & 1 deletion loc/US/strings_db.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ Unit_Description_0008="Doubles the main cannon's damage, and increases its range
Unit_Description_0009="Tactical Cruise Missiles replaced by much more expensive, powerful Tactical Nuclear Missiles."
Unit_Description_0010="Adds Teleportation capability. Requires considerable energy to activate."
Unit_Description_0011="Creates a Bubble Shield around the ACU, which protects friendly units inside it. If present, the shield will transfer a portion of the damage received to intersecting shield bubbles. Requires energy to run.\n\nShield Regen Rate = 60 HP/s\nShield Recharge Time = 45 seconds"
Unit_Description_0467_faf="Enhances the protective shield around the ACU. Requires Energy to run.\n\nShield Regen Rate = 80 HP/s\nShield Recharge Time = 120 seconds"
Unit_Description_0467_faf="Enhances the protective shield around the ACU. Requires Energy to run.\n\nShield Regen Rate = 80 HP/s\nShield Recharge Time = 120 seconds\n+2 Shield dome size"
Unit_Description_0012="Increases ACU's resource generation to 15 mass per second and 2520 energy per second."
Unit_Description_0013="Creates a protective Personal Shield around the ACU. Requires energy to run.\n\nShield Regen Rate = 30 HP/s\nShield Recharge Time = 140 seconds"
Unit_Description_0014="Creates an Engineering Drone which act as a flying T1 Engineer. Assists the ACU by default, but can be given its own orders.\n\n+5 Buildpower Drone"
Expand Down
6 changes: 3 additions & 3 deletions units/UEL0001/UEL0001_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ UnitBlueprint{
UpgradeUnitAmbientBones = { "UEL0001" },
},
AdvancedShieldGeneratorField = {
BuildCostEnergy = 110000,
BuildCostEnergy = 165000,
BuildCostMass = 2200,
BuildTime = 2200,
Icon = "asf",
Expand All @@ -483,11 +483,11 @@ UnitBlueprint{
Name = "<LOC enhancements_0152_faf>Advanced Shield Generator Field",
Prerequisite = "ShieldGeneratorField",
ShieldEnergyDrainRechargeTime = 5,
ShieldMaxHealth = 20000,
ShieldMaxHealth = 22000,
ShieldRechargeTime = 120,
ShieldRegenRate = 80,
ShieldRegenStartTime = 1,
ShieldSize = 20,
ShieldSize = 22,
ShieldSpillOverDamageMod = 0,
ShieldVerticalOffset = -3,
ShowBones = { "Back_Upgrade_B01" },
Expand Down

0 comments on commit 74ce7fc

Please sign in to comment.