Files
pyfa/eos/effects/ewtargetpaint.py
2014-03-15 17:33:45 +04:00

9 lines
350 B
Python
Executable File

# Used by:
# Modules from group: Target Painter (9 of 9)
# 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)