(fit, ship, context, projectionRange, **kwargs)
| 9433 | |
| 9434 | @staticmethod |
| 9435 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 9436 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Bomb Deployment'), |
| 9437 | 'thermalDamage', ship.getModifiedItemAttr('eliteBonusCovertOps1'), |
| 9438 | skill='Covert Ops', **kwargs) |
| 9439 | |
| 9440 | |
| 9441 | class Effect3028(BaseEffect): |
nothing calls this directly
no test coverage detected