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

Method handler

eos/effects.py:35581–35584  ·  view source on GitHub ↗
(fit, implant, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

35579
35580 @staticmethod
35581 def handler(fit, implant, context, projectionRange, **kwargs):
35582 fit.modules.filteredItemBoost(
35583 lambda mod: mod.item.group.name == 'Precursor Weapon', 'damageMultiplierBonusMax',
35584 implant.getModifiedItemAttr('damageMultiplierBonusMaxModifier'), **kwargs)
35585
35586
35587class Effect7233(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected