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

Method handler

eos/effects.py:35946–35949  ·  view source on GitHub ↗
(fit, beacon, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

35944
35945 @staticmethod
35946 def handler(fit, beacon, context, projectionRange, **kwargs):
35947 fit.modules.filteredItemIncrease(
35948 lambda mod: mod.item.group.name == 'Warp Scrambler',
35949 'warpScrambleStrength', beacon.getModifiedItemAttr('warpScrambleStrengthBonus'), **kwargs)
35950
35951
35952class Effect8033(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemIncreaseMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected