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

Method handler

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

Source from the content-addressed store, hash-verified

26553
26554 @staticmethod
26555 def handler(fit, src, context, projectionRange, **kwargs):
26556 groups = ('Structure Anti-Subcapital Missile', 'Structure Anti-Capital Missile')
26557 fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name in groups,
26558 'maxVelocity', src.getModifiedItemAttr('structureRigMissileVelocityBonus'),
26559 stackingPenalties=True, **kwargs)
26560
26561
26562class Effect6404(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredChargeBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected