Expand description
Functions allowing calculation of the resulting values of formulas used by game mechanics related to constant values.
Functionsยง
- control_
points_ for_ gcl - Provides the total number of control points needed to achieve a given Global Control Level
- power_
for_ gpl - Provides the total number of processed power needed to achieve a given Global Power Level
- tower_
attack_ power_ at_ range - Provides the amount of damage done by tower attacks at a given range, after
accounting for reduction from
TOWER_FALLOFF
. - tower_
heal_ power_ at_ range - Provides the amount of damage healed by tower healing at a given range,
after accounting for reduction from
TOWER_FALLOFF
. - tower_
repair_ power_ at_ range - Provides the amount of damage repaired by towers at a given range, after
accounting for reduction from
TOWER_FALLOFF
.