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

Method handler

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

Source from the content-addressed store, hash-verified

43308
43309 @staticmethod
43310 def handler(fit, src, context, projectionRange, **kwargs):
43311 for damageType in ('em', 'explosive', 'kinetic', 'thermal'):
43312 fit.modules.filteredChargeBoost(
43313 lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), f'{damageType}Damage',
43314 src.getModifiedItemAttr('boosterMissileDamageBonusPostPercent'), **kwargs)
43315
43316
43317class Effect12862(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected