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

Method handler

eos/effects.py:39924–39927  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

39922
39923 @staticmethod
39924 def handler(fit, ship, context, projectionRange, **kwargs):
39925 fit.modules.filteredItemBoost(
39926 lambda mod: mod.item.requiresSkill('Small Projectile Turret'), 'trackingSpeed',
39927 ship.getModifiedItemAttr('shipBonusGD1'), skill='Gallente Destroyer', **kwargs)
39928
39929
39930class Effect11745(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected