Files
pyfa/eos/effects/modesigradiuspostdiv.py
2015-02-14 01:27:52 -05:00

10 lines
370 B
Python

# modeSigRadiusPostDiv
#
# Used by:
# Module: Confessor Defense Mode
type = "passive"
def handler(fit, module, context):
level = fit.character.getSkill("Minmatar Destroyer").level
fit.ship.multiplyItemAttr("signatureRadius", 1/module.getModifiedItemAttr("modeSignatureRadiusPostDiv"),
stackingPenalties = True, penaltyGroup="postDiv")