Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SACU Base Stat Changes #6488

Open
wants to merge 15 commits into
base: feature/SACU-Rebalance2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
37 changes: 37 additions & 0 deletions changelog/snippets/balance.6488.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
- (#6488) Support Commander Base Stats

- Aeon
- Health: 15000 -> 11500
- RegenRate: 17 -> 14
- EnergyCost: 27100 -> 21450
- MassCost: 1950 -> 1650
- BuildRate: 56 -> 40
- BuildTime: 14400 -> 11500
- GunDamage: 300 -> 100
- GunRange: 30 -> 25
- UEF
- Health: 16000 -> 13000
- RegenRate: 20 -> 16
- EnergyCost: 25200 -> 21450
- MassCost: 2100 -> 1650
- BuildRate: 56 -> 40
- BuildTime: 14400 -> 11500
- GunDamage: 300 -> 100
- Cybran
- Health: 19000 -> 12500
- RegenRate: 25 -> 21
- EnergyCost: 26400 -> 21450
- MassCost: 2000 -> 1650
- BuildRate: 56 -> 40
- BuildTime: 14400 -> 11500
- GunDamage: 300 -> 100
- Seraphim
- Health: 15000 -> 11500
- RegenRate: 17 -> 14
- EnergyCost: 27100 -> 21450
- MassCost: 1950 -> 1650
- BuildRate: 56 -> 40
- BuildTime: 14400 -> 11500
- MassProduction: 3 -> 1
- EnergyProduction: 300 -> 100
- GunDamage: 400 -> 100
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
20 changes: 10 additions & 10 deletions units/UAL0301/UAL0301_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ UnitBlueprint{
Defense = {
ArmorType = "Normal",
EconomyThreatLevel = 968,
Health = 15000,
MaxHealth = 15000,
RegenRate = 17,
Health = 11500,
MaxHealth = 11500,
RegenRate = 14,
SurfaceThreatLevel = 30,
},
Display = {
Expand Down Expand Up @@ -184,10 +184,10 @@ UnitBlueprint{
},
},
Economy = {
BuildCostEnergy = 27100,
BuildCostMass = 1950,
BuildRate = 56,
BuildTime = 14400,
BuildCostEnergy = 21450,
BuildCostMass = 1650,
BuildRate = 40,
BuildTime = 11500,
BuildableCategory = { "BUILTBYTIER3ENGINEER AEON" },
MaxBuildDistance = 10,
NaturalProducer = true,
Expand Down Expand Up @@ -589,7 +589,7 @@ UnitBlueprint{
},
BallisticArc = "RULEUBA_LowArc",
CollideFriendly = false,
Damage = 300,
Damage = 100,
DamageType = "Normal",
DisplayName = "Reacton Cannon",
FireTargetLayerCapsTable = {
Expand All @@ -598,7 +598,7 @@ UnitBlueprint{
},
FiringTolerance = 2,
Label = "RightReactonCannon",
MaxRadius = 30,
MaxRadius = 25,
MinRadius = 1,
MuzzleChargeDelay = 0.1,
MuzzleSalvoDelay = 0,
Expand Down Expand Up @@ -695,6 +695,6 @@ UnitBlueprint{
HealthMult = 0.9,
MassMult = 0.9,
ReclaimTimeMultiplier = 1,
WreckageLayers = { Land = true },
WreckageLayers = { Land = true, Seabed = true },
},
}
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
18 changes: 9 additions & 9 deletions units/UEL0301/UEL0301_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ UnitBlueprint{
Defense = {
ArmorType = "Normal",
EconomyThreatLevel = 1028,
Health = 16000,
MaxHealth = 16000,
RegenRate = 20,
Health = 13000,
MaxHealth = 13000,
RegenRate = 16,
SurfaceThreatLevel = 30,
},
Display = {
Expand Down Expand Up @@ -173,10 +173,10 @@ UnitBlueprint{
},
},
Economy = {
BuildCostEnergy = 25200,
BuildCostMass = 2100,
BuildRate = 56,
BuildTime = 14400,
BuildCostEnergy = 21450,
BuildCostMass = 1650,
BuildRate = 40,
BuildTime = 11500,
BuildableCategory = { "BUILTBYTIER3ENGINEER UEF" },
MaintenanceConsumptionPerSecondEnergy = 0,
MaxBuildDistance = 10,
Expand Down Expand Up @@ -602,7 +602,7 @@ UnitBlueprint{
},
BallisticArc = "RULEUBA_LowArc",
CollideFriendly = false,
Damage = 300,
Damage = 100,
DamageRadius = 0,
DamageType = "Normal",
DisplayName = "Heavy Plasma Cannon",
Expand Down Expand Up @@ -694,6 +694,6 @@ UnitBlueprint{
HealthMult = 0.9,
MassMult = 0.9,
ReclaimTimeMultiplier = 1,
WreckageLayers = { Land = true },
WreckageLayers = { Land = true, Seabed = true },
},
}
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
18 changes: 9 additions & 9 deletions units/URL0301/URL0301_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ UnitBlueprint{
Defense = {
ArmorType = "Normal",
EconomyThreatLevel = 1208,
Health = 19000,
MaxHealth = 19000,
RegenRate = 25,
Health = 12500,
MaxHealth = 12500,
RegenRate = 21,
SurfaceThreatLevel = 30,
},
Display = {
Expand Down Expand Up @@ -174,10 +174,10 @@ UnitBlueprint{
},
},
Economy = {
BuildCostEnergy = 26400,
BuildCostMass = 2000,
BuildRate = 56,
BuildTime = 14400,
BuildCostEnergy = 21450,
BuildCostMass = 1650,
BuildRate = 40,
BuildTime = 11500,
BuildableCategory = { "BUILTBYTIER3ENGINEER CYBRAN" },
MaintenanceConsumptionPerSecondEnergy = 0,
MaxBuildDistance = 10,
Expand Down Expand Up @@ -596,7 +596,7 @@ UnitBlueprint{
},
},
CollideFriendly = false,
Damage = 300,
Damage = 100,
DamageType = "Normal",
DisplayName = "Disintegrator Pulse Laser",
FireTargetLayerCapsTable = {
Expand Down Expand Up @@ -753,6 +753,6 @@ UnitBlueprint{
HealthMult = 0.9,
MassMult = 0.9,
ReclaimTimeMultiplier = 1,
WreckageLayers = { Land = true },
WreckageLayers = { Land = true, Seabed = true },
},
}
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
Loading
Loading