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

Method handler

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

Source from the content-addressed store, hash-verified

24198
24199 @staticmethod
24200 def handler(fit, module, context, projectionRange, **kwargs):
24201 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'),
24202 'explosionDelay', module.getModifiedItemAttr('explosionDelayBonus'),
24203 stackingPenalties=True, **kwargs)
24204
24205
24206class Effect6112(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected