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

Method handler

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

Source from the content-addressed store, hash-verified

10608
10609 @staticmethod
10610 def handler(fit, ship, context, projectionRange, **kwargs):
10611 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'),
10612 'damageMultiplier', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs)
10613
10614
10615class Effect3489(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected