8
eos/effects/structuremoduleeffecttargetpainter.py
Normal file
8
eos/effects/structuremoduleeffecttargetpainter.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# Not used by any item
|
||||
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)
|
||||
Reference in New Issue
Block a user