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

Method handler

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

Source from the content-addressed store, hash-verified

42112
42113 @staticmethod
42114 def handler(fit, ship, context, projectionRange, **kwargs):
42115 fit.modules.filteredItemMultiply(
42116 lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), 'capacitorNeed',
42117 1 / ship.getModifiedItemAttr('modeRemoteRepairCapacitorCostPostDiv'), **kwargs)
42118
42119
42120class Effect12576(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected