(fit, ship, context, projectionRange, **kwargs)
| 9379 | |
| 9380 | @staticmethod |
| 9381 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 9382 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Bomb Deployment'), |
| 9383 | 'explosiveDamage', ship.getModifiedItemAttr('eliteBonusCovertOps1'), |
| 9384 | skill='Covert Ops', **kwargs) |
| 9385 | |
| 9386 | |
| 9387 | class Effect3025(BaseEffect): |
nothing calls this directly
no test coverage detected