(fit, ship, context, projectionRange, **kwargs)
| 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 | |
| 15002 | class Effect4482(BaseEffect): |
nothing calls this directly
no test coverage detected