Files
pyfa/eos/effects/shipmodemaxtargetrangepostdiv.py

5 lines
236 B
Python

type = "passive"
def handler(fit, module, context):
fit.ship.multiplyItemAttr("maxTargetRange", 1/module.getModifiedItemAttr("modeMaxTargetRangePostDiv"),
stackingPenalties = True, penaltyGroup="postDiv")