Revision: 14026
Author:
ska...@gmx.at
Date: Sat May 16 16:20:12 2015 UTC
Log: Edited wiki page Overdrive through web user interface. Fixed
overdrive formula. See sourcecode:
https://github.com/ZeroK-RTS/Zero-K/blob/master/LuaRules/Gadgets/unit_mex_overdrive.lua#L256
https://code.google.com/p/zero-k/source/detail?r=14026
Modified:
/wiki/Overdrive.wiki
=======================================
--- /wiki/Overdrive.wiki Wed Feb 25 19:00:45 2015 UTC
+++ /wiki/Overdrive.wiki Sat May 16 16:20:12 2015 UTC
@@ -34,7 +34,7 @@
Overdrive increases your metal income by individually multiplying
extractor income based on how much energy each extractor is allocated. The
equation is this:
-Additional metal = sqrt(energy/4) * base
+Additional metal = sqrt(energy)/4 * base
This equation has diminishing returns. It takes 4 energy initially to
double an extractor's income and an further 12 energy (16 in total) to
increase the output to triple it's income.