Files
pyfa/eos/effects/remotetargetpaintfalloff.py
2016-03-11 00:18:33 -05:00

10 lines
346 B
Python

# remoteTargetPaintFalloff
#
# Used by:
# Modules from group: Target Painter (8 of 8)
type = "projected", "active"
def handler(fit, container, context):
if "projected" in context:
fit.ship.boostItemAttr("signatureRadius", container.getModifiedItemAttr("signatureRadiusBonus"),
stackingPenalties = True)