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

Method handler

eos/effects.py:24494–24499  ·  view source on GitHub ↗
(fit, module, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

24492
24493 @staticmethod
24494 def handler(fit, module, context, projectionRange, **kwargs):
24495 fit.modules.filteredItemMultiply(
24496 lambda mod: mod.item.requiresSkill('Repair Systems'),
24497 'duration',
24498 1 / module.getModifiedItemAttr('modeArmorRepDurationPostDiv'),
24499 **kwargs)
24500
24501
24502class Effect6163(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected