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

Method handler

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

Source from the content-addressed store, hash-verified

4514
4515 @staticmethod
4516 def handler(fit, container, context, projectionRange, **kwargs):
4517 level = container.level if 'skill' in context else 1
4518 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Weapon Disruptor',
4519 'falloffEffectiveness', container.getModifiedItemAttr('falloffBonus') * level, **kwargs)
4520
4521
4522class Effect1452(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected