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

Method handler

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

Source from the content-addressed store, hash-verified

26689
26690 @staticmethod
26691 def handler(fit, src, context, projectionRange, **kwargs):
26692 fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name == 'Guided Bomb',
26693 'aoeCloudSize', src.getModifiedItemAttr('structureRigMissileExplosionRadiusBonus'),
26694 stackingPenalties=True, **kwargs)
26695
26696
26697class Effect6411(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredChargeBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected