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

Method handler

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

Source from the content-addressed store, hash-verified

34014
34015 @staticmethod
34016 def handler(fit, src, context, projectionRange, **kwargs):
34017 groups = ('Structure Anti-Subcapital Missile', 'Structure Anti-Capital Missile')
34018 for dmgType in ('em', 'kinetic', 'explosive', 'thermal'):
34019 fit.modules.filteredChargeMultiply(lambda mod: mod.item.group.name in groups,
34020 '%sDamage' % dmgType,
34021 src.getModifiedItemAttr('hiddenMissileDamageMultiplier'), **kwargs)
34022
34023
34024class Effect7040(BaseEffect):

Callers

nothing calls this directly

Calls 2

getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected