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

Method handler

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

Source from the content-addressed store, hash-verified

24233
24234 @staticmethod
24235 def handler(fit, module, context, projectionRange, **kwargs):
24236 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'),
24237 'aoeVelocity', module.getModifiedItemAttr('aoeVelocityBonus'),
24238 stackingPenalties=True, **kwargs)
24239
24240
24241class Effect6128(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected