Module tower

Source
Expand description

Re-export of all constants related to StructureTower operations.

Constantsยง

TOWER_CAPACITY
Energy capacity of tower structures.
TOWER_ENERGY_COST
Energy cost of each tower action.
TOWER_FALLOFF
Maximum percentage reduction in healing, repair, and attack effectiveness for towers due to range.
TOWER_FALLOFF_RANGE
Tower actions at a range greater than or equal to this distance suffer the maxium falloff penalties - see TOWER_FALLOFF.
TOWER_OPTIMAL_RANGE
Tower actions at a range beyond this distance suffer falloff penalties - see TOWER_FALLOFF.
TOWER_POWER_ATTACK
Tower damage per StructureTower::attack before range reduction.
TOWER_POWER_HEAL
Hits healed per StructureTower::heal before range reduction.
TOWER_POWER_REPAIR
Hits healed per StructureTower::repair before range reduction.