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

Method handler

eos/effects.py:2449–2455  ·  view source on GitHub ↗
(fit, container, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

2447
2448 @staticmethod
2449 def handler(fit, container, context, projectionRange, **kwargs):
2450 for dmgType in ('em', 'kinetic', 'explosive', 'thermal'):
2451 fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation') or
2452 mod.charge.requiresSkill('Defender Missiles'),
2453 '%sDamage' % dmgType,
2454 container.getModifiedItemAttr('missileDamageMultiplierBonus'),
2455 stackingPenalties=True, **kwargs)
2456
2457
2458class Effect784(BaseEffect):

Callers

nothing calls this directly

Calls 3

requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected