Skip to content

Commit

Permalink
Merge branch 'feature/SACU-Rebalance' into SCU-Base-Stats
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRowey authored Nov 18, 2024
2 parents e9629fd + cc7353c commit cf32ecc
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 22 deletions.
50 changes: 50 additions & 0 deletions changelog/snippets/balance.6301.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
- (#6301, #6032, #6303) SACU Rework & Rebalance

The First Part of this Rework is the Nerf of the Base Stat of all the SACUS.

- Aeon:

- Health: 15000 -> 11500
- RegenRate: 17 -> 14
- BuildRate: 56 -> 40
- GunDamage: 300 -> 100
- GunRange: 30 -> 25

- UEF:

- Health: 16000 -> 13000
- RegenRate: 20 -> 16
- BuildRate: 56 -> 40
- GunDamage: 300 -> 100

- Cybran:

- Health: 19000 -> 12500
- RegenRate: 25 -> 21
- BuildRate: 56 -> 40
- GunDamage: 300 -> 100

- Seraphim:

- Health: 15500 -> 12000
- RegenRate: 15 -> 12
- BuildRate: 56 -> 40
- GunDamage: 400 -> 100
- EnergyProd: 300 -> 100
- MassProd: 3 -> 1

- All:
- MassCost: 1650
- EnergyCost: 21,450
- BuildTime: 11500
- Wreck will show on the Seabed when unit dies

Small Buff to the Quantum Gate.

- Health: 10000 -> 7500
- EnergyCost: 30000 -> 25500
- MassCost: 3000 -> 2550
- BuildTime: 4097 -> 4100
- Adjacency Buff:
- T2 Mass Fab: -0.0075 -> -0.0125
- T3 Mass Fab: -0.0375 -> -0.2
4 changes: 2 additions & 2 deletions lua/sim/AdjacencyBuffs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,10 @@ local adj = { -- SIZE4 SIZE8 SIZE12 SIZE16 SIZE20
MassActive= {-0.2, -0.1, -0.0667, -0.125, -0.125},
},
T1MassFabricator={
MassActive= {-0.025, -0.0125, -0.008333, -0.0125, -0.0075},
MassActive= {-0.025, -0.0125, -0.008333, -0.0125, -0.0125},
},
T3MassFabricator={
MassActive= {-0.2, -0.2, -0.125, -0.2, -0.0375},
MassActive= {-0.2, -0.2, -0.125, -0.2, -0.2},
},
T1EnergyStorage={
EnergyProduction= {0.25, 0.125, 0.083334, 0.0625, 0.05},
Expand Down
10 changes: 5 additions & 5 deletions units/UAB0304/UAB0304_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ UnitBlueprint{
Defense = {
ArmorType = "Structure",
EconomyThreatLevel = 440,
Health = 10000,
MaxHealth = 10000,
Health = 7500,
MaxHealth = 7500,
},
Display = {
BlinkingLights = {
Expand Down Expand Up @@ -97,10 +97,10 @@ UnitBlueprint{
UniformScale = 0.055,
},
Economy = {
BuildCostEnergy = 30000,
BuildCostMass = 3000,
BuildCostEnergy = 25500,
BuildCostMass = 2550,
BuildRate = 120,
BuildTime = 4097,
BuildTime = 4100,
BuildableCategory = { "BUILTBYQUANTUMGATE AEON" },
RebuildBonusIds = { "uab0304" },
},
Expand Down
10 changes: 5 additions & 5 deletions units/UEB0304/UEB0304_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ UnitBlueprint{
Defense = {
ArmorType = "Structure",
EconomyThreatLevel = 440,
Health = 10000,
MaxHealth = 10000,
Health = 7500,
MaxHealth = 7500,
},
Display = {
BlinkingLights = {
Expand Down Expand Up @@ -87,10 +87,10 @@ UnitBlueprint{
UniformScale = 0.07,
},
Economy = {
BuildCostEnergy = 30000,
BuildCostMass = 3000,
BuildCostEnergy = 25500,
BuildCostMass = 2550,
BuildRate = 120,
BuildTime = 4097,
BuildTime = 4100,
BuildableCategory = { "BUILTBYQUANTUMGATE UEF" },
RebuildBonusIds = { "ueb0304" },
},
Expand Down
10 changes: 5 additions & 5 deletions units/URB0304/URB0304_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ UnitBlueprint{
Defense = {
ArmorType = "Structure",
EconomyThreatLevel = 440,
Health = 10000,
MaxHealth = 10000,
Health = 7500,
MaxHealth = 7500,
},
Display = {
BlinkingLights = {
Expand Down Expand Up @@ -88,10 +88,10 @@ UnitBlueprint{
UniformScale = 0.07,
},
Economy = {
BuildCostEnergy = 30000,
BuildCostMass = 3000,
BuildCostEnergy = 25500,
BuildCostMass = 2550,
BuildRate = 120,
BuildTime = 4097,
BuildTime = 4100,
BuildableCategory = { "BUILTBYQUANTUMGATE CYBRAN" },
RebuildBonusIds = { "urb0304" },
},
Expand Down
10 changes: 5 additions & 5 deletions units/XSB0304/XSB0304_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ UnitBlueprint{
Defense = {
ArmorType = "Structure",
EconomyThreatLevel = 440,
Health = 10000,
MaxHealth = 10000,
Health = 7500,
MaxHealth = 7500,
},
Display = {
AnimationDeath = {
Expand Down Expand Up @@ -96,10 +96,10 @@ UnitBlueprint{
UniformScale = 0.05,
},
Economy = {
BuildCostEnergy = 30000,
BuildCostMass = 3000,
BuildCostEnergy = 25500,
BuildCostMass = 2550,
BuildRate = 120,
BuildTime = 4097,
BuildTime = 4100,
BuildableCategory = { "BUILTBYQUANTUMGATE SERAPHIM" },
RebuildBonusIds = { "xsb0304" },
},
Expand Down

0 comments on commit cf32ecc

Please sign in to comment.