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

Method handler

eos/effects.py:28256–28266  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

28254
28255 @staticmethod
28256 def handler(fit, src, context, projectionRange, **kwargs):
28257 lvl = src.level
28258 fit.fighters.filteredItemBoost(lambda mod: mod.item.requiresSkill('Fighters'),
28259 'fighterAbilityAttackMissileDamageMultiplier',
28260 src.getModifiedItemAttr('damageMultiplierBonus') * lvl, **kwargs)
28261 fit.fighters.filteredItemBoost(lambda mod: mod.item.requiresSkill('Fighters'),
28262 'fighterAbilityAttackTurretDamageMultiplier',
28263 src.getModifiedItemAttr('damageMultiplierBonus') * lvl, **kwargs)
28264 fit.fighters.filteredItemBoost(lambda mod: mod.item.requiresSkill('Fighters'),
28265 'fighterAbilityMissilesDamageMultiplier',
28266 src.getModifiedItemAttr('damageMultiplierBonus') * lvl, **kwargs)
28267
28268
28269class Effect6561(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected