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

Method handler

eos/effects.py:27369–27375  ·  view source on GitHub ↗
(fit, module, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

27367
27368 @staticmethod
27369 def handler(fit, module, context, projectionRange, **kwargs):
27370 if 'projected' not in context:
27371 return
27372 if fit.ship.getModifiedItemAttr('disallowOffensiveModifiers'):
27373 return
27374 fit.ship.boostItemAttr('maxVelocity', module.getModifiedItemAttr('speedFactor'),
27375 stackingPenalties=True, **kwargs)
27376
27377
27378class Effect6477(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected