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

Method handler

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

Source from the content-addressed store, hash-verified

43215
43216 @staticmethod
43217 def handler(fit, src, context, projectionRange, **kwargs):
43218 boost = src.getModifiedItemAttr('damageMultiplierBonus') * src.level
43219 for attr in (
43220 'fighterAbilityAttackTurretDamageMultiplier',
43221 'fighterAbilityAttackMissileDamageMultiplier',
43222 'fighterAbilityMissilesDamageMultiplier'
43223 ):
43224 fit.fighters.filteredItemBoost(
43225 lambda mod: mod.item.requiresSkill('Amarr Fighter Specialization'),
43226 attr, boost, **kwargs)
43227
43228
43229class Effect12846(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected