Files
pyfa/eos/effects/remotetargetpaintfalloff.py
2016-04-29 22:59:09 -04:00

11 lines
379 B
Python

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