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

Method handler

eos/effects.py:8449–8453  ·  view source on GitHub ↗
(fit, module, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

8447
8448 @staticmethod
8449 def handler(fit, module, context, projectionRange, **kwargs):
8450 penalize = 'booster' not in context
8451 fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Hybrid Weapon',
8452 'damageMultiplier', module.getModifiedItemAttr('damageMultiplier'),
8453 stackingPenalties=penalize, **kwargs)
8454
8455
8456class Effect2803(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemMultiplyMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected