Files
pyfa/eos/effects/maxtargetingrangebonuspostpercentpassive.py

9 lines
313 B
Python

# maxTargetingRangeBonusPostPercentPassive
#
# 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)