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

Method handler

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

Source from the content-addressed store, hash-verified

43284
43285 @staticmethod
43286 def handler(fit, src, context, projectionRange, **kwargs):
43287 boost = src.getModifiedItemAttr('damageMultiplierBonus') * src.level
43288 for attr in (
43289 'fighterAbilityAttackTurretDamageMultiplier',
43290 'fighterAbilityAttackMissileDamageMultiplier',
43291 'fighterAbilityMissilesDamageMultiplier'
43292 ):
43293 fit.fighters.filteredItemBoost(
43294 lambda mod: mod.item.requiresSkill('Minmatar Fighter Specialization'),
43295 attr, boost, **kwargs)
43296
43297
43298class Effect12849(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected