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

Method handler

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

Source from the content-addressed store, hash-verified

5119
5120 @staticmethod
5121 def handler(fit, src, context, projectionRange, **kwargs):
5122 mod = src.level if 'skill' in context else 1
5123 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'),
5124 'thermalDamage', src.getModifiedItemAttr('damageMultiplierBonus') * mod, **kwargs)
5125
5126
5127class Effect1668(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected