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

Method handler

eos/effects.py:40401–40404  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

40399
40400 @staticmethod
40401 def handler(fit, src, context, projectionRange, **kwargs):
40402 fit.modules.filteredItemBoost(
40403 lambda mod: mod.item.requiresSkill('Afterburner'), 'overloadSpeedFactorBonus',
40404 src.getModifiedItemAttr('shipBonusGF2'), skill='Gallente Frigate', **kwargs)
40405
40406
40407class Effect11996(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected