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

Method handler

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

Source from the content-addressed store, hash-verified

8322
8323 @staticmethod
8324 def handler(fit, container, context, projectionRange, **kwargs):
8325 fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Salvaging'),
8326 'accessDifficultyBonus', container.getModifiedItemAttr('accessDifficultyBonus'),
8327 position='post', **kwargs)
8328
8329
8330class Effect2795(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemIncreaseMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected