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

Method handler

eos/effects.py:37195–37198  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

37193
37194 @staticmethod
37195 def handler(fit, ship, context, projectionRange, **kwargs):
37196 fit.modules.filteredItemMultiply(
37197 lambda mod: mod.item.requiresSkill('Cloaking'), 'maxVelocityModifier',
37198 ship.getModifiedItemAttr('shipBonusRole1'), **kwargs)
37199
37200
37201class Effect8152(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected