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

Method handler

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

Source from the content-addressed store, hash-verified

1071
1072 @staticmethod
1073 def handler(fit, container, context, projectionRange, **kwargs):
1074 level = container.level if 'skill' in context else 1
1075 fit.modules.filteredItemBoost(
1076 lambda mod: mod.item.requiresSkill('Shield Emission Systems') or mod.item.requiresSkill('Capital Shield Emission Systems'),
1077 'capacitorNeed', container.getModifiedItemAttr('capNeedBonus') * level, **kwargs)
1078
1079
1080class Effect287(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected