(fit, ship, context, projectionRange, **kwargs)
| 20138 | |
| 20139 | @staticmethod |
| 20140 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20141 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'), |
| 20142 | 'trackingSpeed', ship.getModifiedItemAttr('shipBonusGB'), skill='Gallente Battleship', **kwargs) |
| 20143 | |
| 20144 | |
| 20145 | class Effect5428(BaseEffect): |
nothing calls this directly
no test coverage detected