Skip to content

Commit

Permalink
Small Buff and Nerf to the Quantum Gates
Browse files Browse the repository at this point in the history
50% Nerf in Health
-15% Buff in Build Cost
round out buildtime
  • Loading branch information
MrRowey committed Jun 26, 2024
1 parent fe9ba11 commit 1edde2d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions units/UAB0304/UAB0304_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 = 5000,
MaxHealth = 5000,
},
Display = {
BlinkingLights = {
Expand Down Expand Up @@ -96,10 +96,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 @@ -40,8 +40,8 @@ UnitBlueprint{
Defense = {
ArmorType = "Structure",
EconomyThreatLevel = 440,
Health = 10000,
MaxHealth = 10000,
Health = 5000,
MaxHealth = 5000,
},
Display = {
BlinkingLights = {
Expand Down Expand Up @@ -86,10 +86,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 @@ -41,8 +41,8 @@ UnitBlueprint{
Defense = {
ArmorType = "Structure",
EconomyThreatLevel = 440,
Health = 10000,
MaxHealth = 10000,
Health = 5000,
MaxHealth = 5000,
},
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 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 @@ -31,8 +31,8 @@ UnitBlueprint{
Defense = {
ArmorType = "Structure",
EconomyThreatLevel = 440,
Health = 10000,
MaxHealth = 10000,
Health = 5000,
MaxHealth = 5000,
},
Display = {
AnimationDeath = {
Expand Down Expand Up @@ -95,10 +95,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 1edde2d

Please sign in to comment.