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

Method handler

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

Source from the content-addressed store, hash-verified

35891
35892 @staticmethod
35893 def handler(fit, implant, context, projectionRange, **kwargs):
35894 fit.modules.filteredChargeBoost(
35895 lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'),
35896 'explosionDelay', implant.getModifiedItemAttr('hydraMissileFlightTimeBonus'), **kwargs)
35897
35898
35899class Effect8026(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected