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

Method handler

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

Source from the content-addressed store, hash-verified

41015
41016 @staticmethod
41017 def handler(fit, container, context, projectionRange, **kwargs):
41018 fit.modules.filteredItemBoost(
41019 lambda mod: mod.item.requiresSkill('Small Projectile Turret'), 'damageMultiplier',
41020 container.getModifiedItemAttr('shipBonusRole1'), **kwargs)
41021
41022
41023class Effect12189(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected