(fit, ship, context, projectionRange, **kwargs)
| 22607 | |
| 22608 | @staticmethod |
| 22609 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22610 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Afterburner'), |
| 22611 | 'overloadSpeedFactorBonus', ship.getModifiedItemAttr('roleBonusOverheatDST'), **kwargs) |
| 22612 | |
| 22613 | |
| 22614 | class Effect5890(BaseEffect): |
nothing calls this directly
no test coverage detected