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

Method handler

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

Source from the content-addressed store, hash-verified

35596
35597 @staticmethod
35598 def handler(fit, implant, context, projectionRange, **kwargs):
35599 fit.modules.filteredItemBoost(
35600 lambda mod: mod.item.group.name == 'Precursor Weapon', 'damageMultiplierBonusPerCycle',
35601 implant.getModifiedItemAttr('damageMultiplierBonusPerCycleModifier'), **kwargs)
35602
35603
35604class Effect7234(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected