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

Method handler

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

Source from the content-addressed store, hash-verified

41032
41033 @staticmethod
41034 def handler(fit, container, context, projectionRange, **kwargs):
41035 fit.modules.filteredItemBoost(
41036 lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), 'damageMultiplier',
41037 container.getModifiedItemAttr('shipBonusRole1'), **kwargs)
41038
41039
41040class Effect12190(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected