(fit, ship, context, projectionRange, **kwargs)
| 11599 | |
| 11600 | @staticmethod |
| 11601 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 11602 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), |
| 11603 | 'speed', ship.getModifiedItemAttr('shipBonusGC2'), skill='Gallente Cruiser', **kwargs) |
| 11604 | |
| 11605 | |
| 11606 | class Effect3706(BaseEffect): |
nothing calls this directly
no test coverage detected