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

Method handler

eos/effects.py:41316–41319  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

41314
41315 @staticmethod
41316 def handler(fit, ship, context, projectionRange, **kwargs):
41317 fit.modules.filteredItemBoost(
41318 lambda mod: mod.item.requiresSkill('Capital Projectile Turret'),
41319 'damageMultiplier', ship.getModifiedItemAttr('shipBonusRole1'), **kwargs)
41320
41321
41322class Effect12245(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected