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

Quantum Gateways Rebalance #6489

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from
Draft
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
1 change: 1 addition & 0 deletions changelog/snippets/balance.XXXX.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- (#XXXX) Base PR For all SCU Changes
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
12 changes: 6 additions & 6 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,
BuildRate = 120,
BuildTime = 4097,
BuildCostEnergy = 25500,
BuildCostMass = 2550,
BuildRate = 135,
BuildTime = 4100,
BuildableCategory = { "BUILTBYQUANTUMGATE AEON" },
RebuildBonusIds = { "uab0304" },
},
Expand Down
12 changes: 6 additions & 6 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,
BuildRate = 120,
BuildTime = 4097,
BuildCostEnergy = 25500,
BuildCostMass = 2550,
BuildRate = 135,
BuildTime = 4100,
BuildableCategory = { "BUILTBYQUANTUMGATE UEF" },
RebuildBonusIds = { "ueb0304" },
},
Expand Down
12 changes: 6 additions & 6 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,
BuildRate = 120,
BuildTime = 4097,
BuildCostEnergy = 25500,
BuildCostMass = 2550,
BuildRate = 135,
BuildTime = 4100,
BuildableCategory = { "BUILTBYQUANTUMGATE CYBRAN" },
RebuildBonusIds = { "urb0304" },
},
Expand Down
12 changes: 6 additions & 6 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,
BuildRate = 120,
BuildTime = 4097,
BuildCostEnergy = 25500,
BuildCostMass = 2550,
BuildRate = 135,
BuildTime = 4100,
BuildableCategory = { "BUILTBYQUANTUMGATE SERAPHIM" },
RebuildBonusIds = { "xsb0304" },
},
Expand Down
Loading