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

Method handler

eos/effects.py:26536–26541  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

26534
26535 @staticmethod
26536 def handler(fit, src, context, projectionRange, **kwargs):
26537 groups = ('Structure Anti-Subcapital Missile', 'Structure Anti-Capital Missile')
26538
26539 fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name in groups,
26540 'aoeVelocity', src.getModifiedItemAttr('structureRigMissileExploVeloBonus'),
26541 stackingPenalties=True, **kwargs)
26542
26543
26544class Effect6403(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredChargeBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected