(fit, ship, context, projectionRange, **kwargs)
| 2768 | |
| 2769 | @staticmethod |
| 2770 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 2771 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Missile Launcher Operation'), |
| 2772 | 'speed', ship.getModifiedItemAttr('shipBonusCC2'), |
| 2773 | skill='Caldari Cruiser', **kwargs) |
| 2774 | |
| 2775 | |
| 2776 | class Effect918(BaseEffect): |
nothing calls this directly
no test coverage detected