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

Method handler

eos/effects.py:8741–8744  ·  view source on GitHub ↗
(fit, container, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

8739
8740 @staticmethod
8741 def handler(fit, container, context, projectionRange, **kwargs):
8742 level = container.level if 'skill' in context else 1
8743 fit.boosters.filteredItemBoost(lambda bst: True, 'boosterDuration',
8744 container.getModifiedItemAttr('durationBonus') * level, **kwargs)
8745
8746
8747class Effect2867(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected