(fit, ship, context, projectionRange, **kwargs)
| 15512 | |
| 15513 | @staticmethod |
| 15514 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15515 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 15516 | 'trackingSpeed', ship.getModifiedItemAttr('shipBonusATF2'), **kwargs) |
| 15517 | |
| 15518 | |
| 15519 | class Effect4624(BaseEffect): |
nothing calls this directly
no test coverage detected