(fit, ship, context, projectionRange, **kwargs)
| 22656 | |
| 22657 | @staticmethod |
| 22658 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22659 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Hull Upgrades'), |
| 22660 | 'overloadSelfDurationBonus', ship.getModifiedItemAttr('roleBonusOverheatDST'), **kwargs) |
| 22661 | |
| 22662 | |
| 22663 | class Effect5893(BaseEffect): |
nothing calls this directly
no test coverage detected