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

Method handler

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

Source from the content-addressed store, hash-verified

30573
30574 @staticmethod
30575 def handler(fit, container, context, projectionRange, **kwargs):
30576 if 'projected' not in context:
30577 return
30578 if fit.ship.getModifiedItemAttr('disallowOffensiveModifiers'):
30579 return
30580 if container.getModifiedItemAttr('maxRange', 0) < (projectionRange or 0):
30581 return
30582 fit.ship.boostItemAttr('signatureRadius', container.getModifiedItemAttr('signatureRadiusBonus'),
30583 stackingPenalties=True, **kwargs)
30584
30585
30586class Effect6693(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected