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

Method handler

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

Source from the content-addressed store, hash-verified

43261
43262 @staticmethod
43263 def handler(fit, src, context, projectionRange, **kwargs):
43264 boost = src.getModifiedItemAttr('damageMultiplierBonus') * src.level
43265 for attr in (
43266 'fighterAbilityAttackTurretDamageMultiplier',
43267 'fighterAbilityAttackMissileDamageMultiplier',
43268 'fighterAbilityMissilesDamageMultiplier'
43269 ):
43270 fit.fighters.filteredItemBoost(
43271 lambda mod: mod.item.requiresSkill('Gallente Fighter Specialization'),
43272 attr, boost, **kwargs)
43273
43274
43275class Effect12848(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected