(fit, ship, context, projectionRange, **kwargs)
| 22403 | |
| 22404 | @staticmethod |
| 22405 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22406 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 22407 | 'explosiveDamage', ship.getModifiedItemAttr('shipBonusCB'), |
| 22408 | skill='Caldari Battleship', **kwargs) |
| 22409 | |
| 22410 | |
| 22411 | class Effect5866(BaseEffect): |
nothing calls this directly
no test coverage detected