(fit, ship, context, projectionRange, **kwargs)
| 24072 | |
| 24073 | @staticmethod |
| 24074 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 24075 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Missile Launcher Operation'), |
| 24076 | 'speed', ship.getModifiedItemAttr('shipBonusTacticalDestroyerCaldari1'), |
| 24077 | skill='Caldari Tactical Destroyer', **kwargs) |
| 24078 | |
| 24079 | |
| 24080 | class Effect6088(BaseEffect): |
nothing calls this directly
no test coverage detected