(fit, ship, context, projectionRange, **kwargs)
| 42009 | |
| 42010 | @staticmethod |
| 42011 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 42012 | fit.drones.filteredItemBoost( |
| 42013 | lambda drone: drone.item.requiresSkill('Drones'), 'trackingSpeed', |
| 42014 | ship.getModifiedItemAttr('shipBonusGBC1'), skill='Gallente Battlecruiser', **kwargs) |
| 42015 | |
| 42016 | |
| 42017 | class Effect12566(BaseEffect): |
nothing calls this directly
no test coverage detected