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

Method handler

eos/effects.py:42165–42168  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

42163
42164 @staticmethod
42165 def handler(fit, ship, context, projectionRange, **kwargs):
42166 fit.modules.filteredItemMultiply(
42167 lambda mod: mod.item.requiresSkill('Shield Emission Systems'), 'shieldBonus',
42168 1 / ship.getModifiedItemAttr('modeRemoteRepairBonusPostDiv'), **kwargs)
42169
42170
42171class Effect12579(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected