(fit, ship, context, projectionRange, **kwargs)
| 22672 | |
| 22673 | @staticmethod |
| 22674 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22675 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Tactical Shield Manipulation'), |
| 22676 | 'overloadHardeningBonus', ship.getModifiedItemAttr('roleBonusOverheatDST'), **kwargs) |
| 22677 | |
| 22678 | |
| 22679 | class Effect5896(BaseEffect): |
nothing calls this directly
no test coverage detected