(fit, ship, context, projectionRange, **kwargs)
| 24374 | |
| 24375 | @staticmethod |
| 24376 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 24377 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 24378 | 'speed', ship.getModifiedItemAttr('shipBonusTacticalDestroyerGallente1'), |
| 24379 | skill='Gallente Tactical Destroyer', **kwargs) |
| 24380 | |
| 24381 | |
| 24382 | class Effect6150(BaseEffect): |
nothing calls this directly
no test coverage detected