(fit, ship, context, projectionRange, **kwargs)
| 22640 | |
| 22641 | @staticmethod |
| 22642 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22643 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Hull Upgrades'), |
| 22644 | 'overloadHardeningBonus', ship.getModifiedItemAttr('roleBonusOverheatDST'), **kwargs) |
| 22645 | |
| 22646 | |
| 22647 | class Effect5892(BaseEffect): |
nothing calls this directly
no test coverage detected