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

Method handler

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

Source from the content-addressed store, hash-verified

1018
1019 @staticmethod
1020 def handler(fit, container, context, projectionRange, **kwargs):
1021 level = container.level if 'skill' in context else 1
1022 fit.modules.filteredItemBoost(
1023 lambda mod: mod.item.requiresSkill('Repair Systems'), 'duration',
1024 container.getModifiedItemAttr('durationSkillBonus') * level, **kwargs)
1025
1026
1027class Effect273(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected