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

Method handler

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

Source from the content-addressed store, hash-verified

42717
42718 @staticmethod
42719 def handler(fit, ship, context, projectionRange, **kwargs):
42720 fit.modules.filteredItemMultiply(
42721 lambda mod: mod.item.group.name in (
42722 'Missile Launcher Rapid Heavy',
42723 'Missile Launcher Cruise',
42724 'Missile Launcher Torpedo'),
42725 'speed', 1 / ship.getModifiedItemAttr('modeAnhingaCruiseLauncherTorpedoLauncherRapidHeavyLauncherROFPostDiv'),
42726 stackingPenalties=True, penaltyGroup='postDiv',**kwargs)
42727
42728
42729class Effect12802(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemMultiplyMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected