Skip to content

Commit

Permalink
Increase overseer base cost
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbodingAngel committed Nov 13, 2017
1 parent 9a3832c commit 9a4c099
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Units/ecommander.lua
Expand Up @@ -25,7 +25,7 @@ local unitDef = {
acceleration = 0.2,
brakeRate = 1,
buildCostEnergy = 0,
buildCostMetal = 500,
buildCostMetal = 1000,
buildDistance = 1000,
builder = true,
buildTime = 2.5,
Expand Down
2 changes: 1 addition & 1 deletion Units/ecommanderbattle.lua
Expand Up @@ -29,7 +29,7 @@ local unitDef = {
acceleration = 0.2,
brakeRate = 1,
buildCostEnergy = 0,
buildCostMetal = 500,
buildCostMetal = 1000,
buildDistance = 1000,
builder = true,
buildTime = 2.5,
Expand Down
2 changes: 1 addition & 1 deletion Units/ecommanderbuild.lua
Expand Up @@ -25,7 +25,7 @@ local unitDef = {
acceleration = 0.2,
brakeRate = 1,
buildCostEnergy = 0,
buildCostMetal = 500,
buildCostMetal = 1000,
buildDistance = 1500,
builder = true,
buildTime = 2.5,
Expand Down
2 changes: 1 addition & 1 deletion Units/ecommandercloak.lua
Expand Up @@ -25,7 +25,7 @@ local unitDef = {
acceleration = 0.2,
brakeRate = 1,
buildCostEnergy = 0,
buildCostMetal = 500,
buildCostMetal = 1000,
buildDistance = 1000,
builder = true,
buildTime = 2.5,
Expand Down
2 changes: 1 addition & 1 deletion Units/ecommanderfactory.lua
Expand Up @@ -25,7 +25,7 @@ local unitDef = {
acceleration = 0.2,
brakeRate = 1,
buildCostEnergy = 0,
buildCostMetal = 500,
buildCostMetal = 1000,
buildDistance = 1000,
builder = true,
buildTime = 2.5,
Expand Down
2 changes: 1 addition & 1 deletion Units/ecommandershield.lua
Expand Up @@ -29,7 +29,7 @@ local unitDef = {
acceleration = 0.2,
brakeRate = 1,
buildCostEnergy = 0,
buildCostMetal = 500,
buildCostMetal = 1000,
buildDistance = 1000,
builder = true,
buildTime = 2.5,
Expand Down

0 comments on commit 9a4c099

Please sign in to comment.