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

Method handler

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

Source from the content-addressed store, hash-verified

26436
26437 @staticmethod
26438 def handler(fit, src, context, projectionRange, **kwargs):
26439 level = src.level if 'skill' in context else 1
26440 for attr in (
26441 'explosionDelayBonus',
26442 'aoeVelocityBonus',
26443 'aoeCloudSizeBonus',
26444 'missileVelocityBonus'
26445 ):
26446 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Weapon Disruption'),
26447 attr, src.getModifiedItemAttr('scanSkillEwStrengthBonus') * level, **kwargs)
26448
26449
26450class Effect6395(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected