(fit, ship, context, projectionRange, **kwargs)
| 1753 | |
| 1754 | @staticmethod |
| 1755 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 1756 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Hybrid Turret'), |
| 1757 | 'trackingSpeed', ship.getModifiedItemAttr('shipBonusGB'), |
| 1758 | skill='Gallente Battleship', **kwargs) |
| 1759 | |
| 1760 | |
| 1761 | class Effect562(BaseEffect): |
nothing calls this directly
no test coverage detected