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

Method handler

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

Source from the content-addressed store, hash-verified

15880
15881 @staticmethod
15882 def handler(fit, ship, context, projectionRange, **kwargs):
15883 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'),
15884 'damageMultiplier', ship.getModifiedItemAttr('shipBonusATF1'), **kwargs)
15885
15886
15887class Effect4793(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected