(fit, ship, context, projectionRange, **kwargs)
| 7289 | |
| 7290 | @staticmethod |
| 7291 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 7292 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Hybrid Turret'), |
| 7293 | 'trackingSpeed', ship.getModifiedItemAttr('shipBonusGB2'), |
| 7294 | skill='Gallente Battleship', **kwargs) |
| 7295 | |
| 7296 | |
| 7297 | class Effect2504(BaseEffect): |
nothing calls this directly
no test coverage detected