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

Method handler

eos/effects.py:37305–37308  ·  view source on GitHub ↗
(fit, booster, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

37303
37304 @staticmethod
37305 def handler(fit, booster, context, projectionRange, **kwargs):
37306 fit.modules.filteredItemBoost(
37307 lambda mod: mod.item.requiresSkill('Cloaking'), 'stabilizeCloakDuration',
37308 booster.getModifiedItemAttr('stabilizeCloakDurationBonus'), **kwargs)
37309
37310
37311class Effect8199(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected