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

Method handler

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

Source from the content-addressed store, hash-verified

31900
31901 @staticmethod
31902 def handler(fit, ship, context, projectionRange, **kwargs):
31903 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Defender Missiles'),
31904 'moduleReactivationDelay', ship.getModifiedItemAttr('shipBonusRole1'), **kwargs)
31905
31906
31907class Effect6851(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected