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

Method handler

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

Source from the content-addressed store, hash-verified

10181
10182 @staticmethod
10183 def handler(fit, ship, context, projectionRange, **kwargs):
10184 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Warp Scrambler',
10185 'maxRange', ship.getModifiedItemAttr('eliteBonusElectronicAttackShip1'),
10186 skill='Electronic Attack Ships', **kwargs)
10187
10188
10189class Effect3369(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected