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

Method handler

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

Source from the content-addressed store, hash-verified

13610
13611 @staticmethod
13612 def handler(fit, ship, context, projectionRange, **kwargs):
13613 fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name == 'Scanner Probe',
13614 'baseSensorStrength', ship.getModifiedItemAttr('eliteBonusCovertOps2'),
13615 skill='Covert Ops', **kwargs)
13616
13617
13618class Effect4187(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredChargeBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected