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

Method handler

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

Source from the content-addressed store, hash-verified

42077
42078 @staticmethod
42079 def handler(fit, ship, context, projectionRange, **kwargs):
42080 fit.modules.filteredItemIncrease(
42081 lambda mod: mod.item.requiresSkill('Navigation'), 'warpScrambleStrength',
42082 ship.getModifiedItemAttr('eliteBonusBlackOps3'), skill='Black Ops', **kwargs)
42083
42084
42085class Effect12573(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemIncreaseMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected