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

Method handler

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

Source from the content-addressed store, hash-verified

40416
40417 @staticmethod
40418 def handler(fit, src, context, projectionRange, **kwargs):
40419 fit.modules.filteredItemBoost(
40420 lambda mod: mod.item.requiresSkill('High Speed Maneuvering'), 'overloadSpeedFactorBonus',
40421 src.getModifiedItemAttr('shipBonusGF2'), skill='Gallente Frigate', **kwargs)
40422
40423
40424class Effect11997(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected