(fit, src, context, projectionRange, **kwargs)
| 40258 | |
| 40259 | @staticmethod |
| 40260 | def handler(fit, src, context, projectionRange, **kwargs): |
| 40261 | fit.modules.filteredItemBoost( |
| 40262 | lambda mod: mod.item.requiresSkill('Capital Projectile Turret'), 'trackingSpeed', |
| 40263 | src.getModifiedItemAttr('shipBonusTitanG1'), skill='Gallente Dreadnought', **kwargs) |
| 40264 | |
| 40265 | |
| 40266 | class Effect11946(BaseEffect): |
nothing calls this directly
no test coverage detected