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

Method handler

eos/effects.py:7034–7039  ·  view source on GitHub ↗
(fit, skill, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

7032
7033 @staticmethod
7034 def handler(fit, skill, context, projectionRange, **kwargs):
7035 damageTypes = ('em', 'explosive', 'kinetic', 'thermal')
7036 for dmgType in damageTypes:
7037 fit.modules.filteredItemBoost(
7038 lambda mod: mod.item.requiresSkill('Doomsday Operation'), f'{dmgType}Damage',
7039 skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs)
7040
7041
7042class Effect2422(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected