9 lines
303 B
Python
9 lines
303 B
Python
# Not used by any item
|
|
type = "projected", "active"
|
|
|
|
|
|
def handler(fit, container, context):
|
|
if "projected" in context:
|
|
fit.ship.boostItemAttr("signatureRadius", container.getModifiedItemAttr("signatureRadiusBonus"),
|
|
stackingPenalties=True, remoteResists=True)
|