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

Method handler

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

Source from the content-addressed store, hash-verified

26707
26708 @staticmethod
26709 def handler(fit, src, context, projectionRange, **kwargs):
26710 fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name == 'Guided Bomb',
26711 'maxVelocity', src.getModifiedItemAttr('structureRigMissileVelocityBonus'),
26712 stackingPenalties=True, **kwargs)
26713
26714
26715class Effect6412(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredChargeBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected