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

Method handler

eos/effects.py:15429–15431  ·  view source on GitHub ↗
(fit, module, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

15427
15428 @staticmethod
15429 def handler(fit, module, context, projectionRange, **kwargs):
15430 fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drone Navigation'),
15431 'speedFactor', module.getModifiedItemAttr('webSpeedFactorBonus'), **kwargs)
15432
15433
15434class Effect4619(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected