(fit, ship, context, projectionRange, **kwargs)
| 24391 | |
| 24392 | @staticmethod |
| 24393 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 24394 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 24395 | 'trackingSpeed', ship.getModifiedItemAttr('shipBonusTacticalDestroyerGallente2'), |
| 24396 | skill='Gallente Tactical Destroyer', **kwargs) |
| 24397 | |
| 24398 | |
| 24399 | class Effect6151(BaseEffect): |
nothing calls this directly
no test coverage detected