(fit, ship, context, projectionRange, **kwargs)
| 19783 | |
| 19784 | @staticmethod |
| 19785 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19786 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), |
| 19787 | 'trackingSpeed', ship.getModifiedItemAttr('shipBonusGBC2'), |
| 19788 | skill='Gallente Battlecruiser', **kwargs) |
| 19789 | |
| 19790 | |
| 19791 | class Effect5381(BaseEffect): |
nothing calls this directly
no test coverage detected