Skip to content

Commit

Permalink
revert t2 air hq cost increase (FAForever#2771)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaggedAppliance authored May 7, 2019
1 parent ec46791 commit b7c4a2e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions units/UAB0202/UAB0202_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ UnitBlueprint {
UniformScale = 0.35,
},
Economy = {
BuildCostEnergy = 17400,
BuildCostMass = 1010,
BuildCostEnergy = 14400,
BuildCostMass = 840,
BuildRate = 40,
BuildTime = 1800,
DifferentialUpgradeCostCalculation = true,
Expand Down
4 changes: 2 additions & 2 deletions units/UEB0202/UEB0202_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ UnitBlueprint {
UniformScale = 0.1,
},
Economy = {
BuildCostEnergy = 17400,
BuildCostMass = 1010,
BuildCostEnergy = 14400,
BuildCostMass = 840,
BuildRate = 40,
BuildTime = 1800,
DifferentialUpgradeCostCalculation = true,
Expand Down
4 changes: 2 additions & 2 deletions units/URB0202/URB0202_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ UnitBlueprint {
UniformScale = 0.09,
},
Economy = {
BuildCostEnergy = 17400,
BuildCostMass = 1010,
BuildCostEnergy = 14400,
BuildCostMass = 840,
BuildRate = 40,
BuildTime = 1800,
DifferentialUpgradeCostCalculation = true,
Expand Down
4 changes: 2 additions & 2 deletions units/XSB0202/XSB0202_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ UnitBlueprint {
UniformScale = 0.05,
},
Economy = {
BuildCostEnergy = 17400,
BuildCostMass = 1010,
BuildCostEnergy = 14400,
BuildCostMass = 840,
BuildRate = 40,
BuildTime = 1800,
DifferentialUpgradeCostCalculation = true,
Expand Down

0 comments on commit b7c4a2e

Please sign in to comment.