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

Method handler

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

Source from the content-addressed store, hash-verified

28085
28086 @staticmethod
28087 def handler(fit, src, context, projectionRange, **kwargs):
28088 fit.fighters.filteredItemBoost(lambda mod: mod.item.requiresSkill('Fighters'), 'maxVelocity',
28089 src.getModifiedItemAttr('speedFactor'), stackingPenalties=True, **kwargs)
28090 fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Drones'), 'maxVelocity',
28091 src.getModifiedItemAttr('speedFactor'), stackingPenalties=True, **kwargs)
28092
28093
28094class Effect6556(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected