(fit, ship, context, projectionRange, **kwargs)
| 23219 | |
| 23220 | @staticmethod |
| 23221 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 23222 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), |
| 23223 | 'trackingSpeed', ship.getModifiedItemAttr('shipBonusGC'), skill='Gallente Cruiser', **kwargs) |
| 23224 | |
| 23225 | |
| 23226 | class Effect5959(BaseEffect): |
nothing calls this directly
no test coverage detected