10 lines
322 B
Python
10 lines
322 B
Python
# ewTargetPaint
|
|
#
|
|
# Used by:
|
|
# 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)
|