We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f252f0 commit 80535cbCopy full SHA for 80535cb
Units/aiunits/Buildings/esiloai.lua
@@ -14,11 +14,11 @@ local weapon1AOE = 1500
14
local energycosttofire = weapon1Damage / 10 * ((weapon1AOE / 1000) + 1)
15
--local stockpiletime = 60
16
17
---local function roundToFirstDecimal(energycosttofire)
18
- --return math.floor(energycosttofire*10 + 0.5)*0.1
19
---end
+local function roundToFirstDecimal(energycosttofire)
+ return math.floor(energycosttofire*10 + 0.5)*0.1
+end
20
21
-local buildCostMetal = 500
+local buildCostMetal = 1750
22
local maxDamage = buildCostMetal * 12.5
23
24
local unitDef = {
0 commit comments