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

Method handler

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

Source from the content-addressed store, hash-verified

26479
26480 @staticmethod
26481 def handler(fit, src, context, projectionRange, **kwargs):
26482 groups = ('Structure Anti-Capital Missile', 'Structure Anti-Subcapital Missile', 'Guided Bomb')
26483 for damageType in ('em', 'thermal', 'explosive', 'kinetic'):
26484 fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name in groups,
26485 '%sDamage' % damageType, src.getModifiedItemAttr('damageMultiplierBonus'),
26486 skill='Structure Missile Systems', **kwargs)
26487
26488
26489class Effect6400(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredChargeBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected