Files
pyfa/eos/effects/effect6683.py
2019-03-16 14:08:20 -04:00

12 lines
412 B
Python

# structureModuleEffectTargetPainter
#
# Used by:
# Variations of structure module: Standup Target Painter I (2 of 2)
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)