Files
pyfa/eos/effects/effect5758.py
2019-03-16 14:08:20 -04:00

10 lines
255 B
Python

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