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

Method handler

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

Source from the content-addressed store, hash-verified

14019
14020 @staticmethod
14021 def handler(fit, module, context, projectionRange, **kwargs):
14022 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'),
14023 'damageMultiplier', module.getModifiedItemAttr('subsystemBonusGallenteOffensive2'),
14024 skill='Gallente Offensive Systems', **kwargs)
14025
14026
14027class Effect4283(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected