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

Method handler

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

Source from the content-addressed store, hash-verified

42129
42130 @staticmethod
42131 def handler(fit, ship, context, projectionRange, **kwargs):
42132 fit.modules.filteredItemMultiply(
42133 lambda mod: mod.item.requiresSkill('Shield Emission Systems'), 'capacitorNeed',
42134 1 / ship.getModifiedItemAttr('modeRemoteRepairCapacitorCostPostDiv'), **kwargs)
42135
42136
42137class Effect12577(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected