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

Method handler

eos/effects.py:35910–35913  ·  view source on GitHub ↗
(fit, implant, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

35908
35909 @staticmethod
35910 def handler(fit, implant, context, projectionRange, **kwargs):
35911 fit.modules.filteredChargeBoost(
35912 lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'),
35913 'aoeVelocity', implant.getModifiedItemAttr('hydraMissileExplosionVelocityBonus'), **kwargs)
35914
35915
35916class Effect8029(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected