(fit, ship, context, projectionRange, **kwargs)
| 35545 | |
| 35546 | @staticmethod |
| 35547 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 35548 | fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Drones'), |
| 35549 | 'trackingSpeed', ship.getModifiedItemAttr('shipBonusGC2'), |
| 35550 | skill='Gallente Cruiser', **kwargs) |
| 35551 | |
| 35552 | |
| 35553 | class Effect7231(BaseEffect): |
nothing calls this directly
no test coverage detected