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

Method handler

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

Source from the content-addressed store, hash-verified

13793
13794 @staticmethod
13795 def handler(fit, module, context, projectionRange, **kwargs):
13796 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'),
13797 'damageMultiplier', module.getModifiedItemAttr('subsystemBonusMinmatarOffensive2'),
13798 skill='Minmatar Offensive Systems', **kwargs)
13799
13800
13801class Effect4256(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected