(fit, ship, context, projectionRange, **kwargs)
| 22624 | |
| 22625 | @staticmethod |
| 22626 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22627 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('High Speed Maneuvering'), |
| 22628 | 'overloadSpeedFactorBonus', ship.getModifiedItemAttr('roleBonusOverheatDST'), **kwargs) |
| 22629 | |
| 22630 | |
| 22631 | class Effect5891(BaseEffect): |
nothing calls this directly
no test coverage detected