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

Method handler

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

Source from the content-addressed store, hash-verified

1796
1797 @staticmethod
1798 def handler(fit, container, context, projectionRange, **kwargs):
1799 level = container.level if 'skill' in context else 1
1800 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Gunnery') or mod.item.requiresSkill('Vorton Projector Operation'),
1801 'cpu', container.getModifiedItemAttr('cpuNeedBonus') * level, **kwargs)
1802
1803
1804class Effect582(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected