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

Method handler

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

Source from the content-addressed store, hash-verified

42680
42681 @staticmethod
42682 def handler(fit, ship, context, projectionRange, **kwargs):
42683 fit.modules.filteredChargeMultiply(
42684 lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'),
42685 'explosionDelay', 1 / ship.getModifiedItemAttr('modeAnhingaMissileFlightTimePostDiv'),
42686 stackingPenalties=True, penaltyGroup='postDiv', **kwargs)
42687
42688
42689class Effect12798(BaseEffect):

Callers

nothing calls this directly

Calls 3

requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected