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

Method handler

eos/effects.py:41729–41733  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

41727
41728 @staticmethod
41729 def handler(fit, src, context, projectionRange, **kwargs):
41730 lvl = src.level
41731 fit.modules.filteredItemBoost(
41732 lambda mod: mod.item.requiresSkill('Expedition Command'), 'buffDuration',
41733 src.getModifiedItemAttr('durationBonus') * lvl, **kwargs)
41734
41735
41736class Effect12531(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected