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

Method handler

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

Source from the content-addressed store, hash-verified

24165
24166 @staticmethod
24167 def handler(fit, ship, context, projectionRange, **kwargs):
24168 fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Infomorph Psychology'),
24169 'duration', ship.getModifiedItemAttr('entosisDurationMultiplier') or 1, **kwargs)
24170
24171
24172class Effect6110(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected