(fit, ship, context, projectionRange, **kwargs)
| 17612 | |
| 17613 | @staticmethod |
| 17614 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17615 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'), |
| 17616 | 'trackingSpeed', ship.getModifiedItemAttr('shipBonusGF'), skill='Gallente Frigate', **kwargs) |
| 17617 | |
| 17618 | |
| 17619 | class Effect5119(BaseEffect): |
nothing calls this directly
no test coverage detected