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

Method handler

eos/effects.py:33259–33262  ·  view source on GitHub ↗
(fit, container, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

33257
33258 @staticmethod
33259 def handler(fit, container, context, projectionRange, **kwargs):
33260 fit.modules.filteredChargeBoost(
33261 lambda mod: mod.charge.requiresSkill('Survey'), 'explosionDelay',
33262 container.getModifiedItemAttr('surveyProbeDurationBonus'), **kwargs)
33263
33264
33265class Effect6981(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected