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

Method handler

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

Source from the content-addressed store, hash-verified

38781
38782 @staticmethod
38783 def handler(fit, ship, context, projectionRange, **kwargs):
38784 fit.modules.filteredItemBoost(
38785 lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), 'falloff',
38786 ship.getModifiedItemAttr('shipBonusNavyDestroyerGallente5'), **kwargs)
38787
38788
38789class Effect11395(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected