12 lines
380 B
Python
12 lines
380 B
Python
# remoteTargetPaintFalloff
|
|
#
|
|
# Used by:
|
|
# Modules from group: Target Painter (8 of 8)
|
|
type = "projected", "active"
|
|
|
|
|
|
def handler(fit, container, context, *args, **kwargs):
|
|
if "projected" in context:
|
|
fit.ship.boostItemAttr("signatureRadius", container.getModifiedItemAttr("signatureRadiusBonus"),
|
|
stackingPenalties=True, *args, **kwargs)
|