Files
pyfa/eos/effects/maxtargetingrangebonuspostpercentpassive.py
2014-07-30 21:23:27 -04:00

7 lines
268 B
Python

# Used by:
# Modules named like: Ionic Field Projector (8 of 8)
type = "passive"
def handler(fit, module, context):
fit.ship.boostItemAttr("maxTargetRange", module.getModifiedItemAttr("maxTargetRangeBonus"),
stackingPenalties = True)