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

Method handler

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

Source from the content-addressed store, hash-verified

14994
14995 @staticmethod
14996 def handler(fit, ship, context, projectionRange, **kwargs):
14997 fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name == 'Survey Probe',
14998 'explosionDelay', ship.getModifiedItemAttr('eliteBonusCovertOps3'),
14999 skill='Covert Ops', **kwargs)
15000
15001
15002class Effect4482(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredChargeBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected