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

Method handler

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

Source from the content-addressed store, hash-verified

10233
10234 @staticmethod
10235 def handler(fit, ship, context, projectionRange, **kwargs):
10236 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Warp Scrambler',
10237 'capacitorNeed', ship.getModifiedItemAttr('eliteBonusElectronicAttackShip2'),
10238 skill='Electronic Attack Ships', **kwargs)
10239
10240
10241class Effect3374(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected