MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / handler

Method handler

eos/effects.py:27415–27421  ·  view source on GitHub ↗
(fit, container, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

27413
27414 @staticmethod
27415 def handler(fit, container, context, projectionRange, **kwargs):
27416 if 'projected' not in context:
27417 return
27418 if fit.ship.getModifiedItemAttr('disallowOffensiveModifiers'):
27419 return
27420 fit.ship.boostItemAttr('signatureRadius', container.getModifiedItemAttr('signatureRadiusBonus'),
27421 stackingPenalties=True, **kwargs)
27422
27423
27424class Effect6479(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected