(fit, ship, context, projectionRange, **kwargs)
| 19609 | |
| 19610 | @staticmethod |
| 19611 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19612 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Hybrid Turret'), |
| 19613 | 'trackingSpeed', ship.getModifiedItemAttr('shipBonusGBC1'), |
| 19614 | skill='Gallente Battlecruiser', **kwargs) |
| 19615 | |
| 19616 | |
| 19617 | class Effect5359(BaseEffect): |
nothing calls this directly
no test coverage detected