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

Method handler

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

Source from the content-addressed store, hash-verified

43238
43239 @staticmethod
43240 def handler(fit, src, context, projectionRange, **kwargs):
43241 boost = src.getModifiedItemAttr('damageMultiplierBonus') * src.level
43242 for attr in (
43243 'fighterAbilityAttackTurretDamageMultiplier',
43244 'fighterAbilityAttackMissileDamageMultiplier',
43245 'fighterAbilityMissilesDamageMultiplier'
43246 ):
43247 fit.fighters.filteredItemBoost(
43248 lambda mod: mod.item.requiresSkill('Caldari Fighter Specialization'),
43249 attr, boost, **kwargs)
43250
43251
43252class Effect12847(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected