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

Method handler

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

Source from the content-addressed store, hash-verified

3354
3355 @staticmethod
3356 def handler(fit, container, context, projectionRange, **kwargs):
3357 level = container.level if 'skill' in context else 1
3358 fit.modules.filteredItemBoost(
3359 lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems') or mod.item.requiresSkill('Capital Remote Armor Repair Systems'),
3360 'capacitorNeed', container.getModifiedItemAttr('capNeedBonus') * level, **kwargs)
3361
3362
3363class Effect1033(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected