Files
pyfa/eos/effects/overloadselfrangebonus.py
2014-03-15 17:33:45 +04:00

7 lines
293 B
Python
Executable File

# Used by:
# Modules from group: Stasis Web (19 of 19)
# Modules from group: Warp Scrambler (38 of 39)
type = "overheat"
def handler(fit, module, context):
module.boostItemAttr("maxRange", module.getModifiedItemAttr("overloadRangeBonus"),
stackingPenalties = True)