Files
pyfa/eos/effects/overloadselfpainterbonus.py
2014-01-22 23:51:42 +04:00

6 lines
224 B
Python

# Used by:
# Modules from group: Target Painter (9 of 9)
type = "overheat"
def handler(fit, module, context):
module.boostItemAttr("signatureRadiusBonus", module.getModifiedItemAttr("overloadPainterStrengthBonus") or 0)