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

Method handler

eos/effects.py:24217–24220  ·  view source on GitHub ↗
(fit, module, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

24215
24216 @staticmethod
24217 def handler(fit, module, context, projectionRange, **kwargs):
24218 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'),
24219 'aoeCloudSize', module.getModifiedItemAttr('aoeCloudSizeBonus'),
24220 stackingPenalties=True, **kwargs)
24221
24222
24223class Effect6113(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected