(fit, src, context, projectionRange, **kwargs)
| 29875 | |
| 29876 | @staticmethod |
| 29877 | def handler(fit, src, context, projectionRange, **kwargs): |
| 29878 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Hybrid Turret'), 'speed', |
| 29879 | src.getModifiedItemAttr('shipBonusTitanG2'), skill='Gallente Titan', **kwargs) |
| 29880 | |
| 29881 | |
| 29882 | class Effect6655(BaseEffect): |
nothing calls this directly
no test coverage detected