(fit, src, context, projectionRange, **kwargs)
| 27686 | |
| 27687 | @staticmethod |
| 27688 | def handler(fit, src, context, projectionRange, **kwargs): |
| 27689 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Hybrid Turret'), 'speed', |
| 27690 | src.getModifiedItemAttr('shipBonusDreadnoughtG2'), skill='Gallente Dreadnought', **kwargs) |
| 27691 | |
| 27692 | |
| 27693 | class Effect6508(BaseEffect): |
nothing calls this directly
no test coverage detected