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

Method handler

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

Source from the content-addressed store, hash-verified

12994
12995 @staticmethod
12996 def handler(fit, module, context, projectionRange, **kwargs):
12997 fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'),
12998 'damageMultiplier', module.getModifiedItemAttr('smallWeaponDamageMultiplier'),
12999 stackingPenalties=True, **kwargs)
13000
13001
13002class Effect4057(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected