(fit, ship, context, projectionRange, **kwargs)
| 40753 | |
| 40754 | @staticmethod |
| 40755 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 40756 | fit.modules.filteredItemBoost( |
| 40757 | lambda mod: mod.item.group.name in ('Energy Neutralizer', 'Energy Nosferatu'), |
| 40758 | 'overloadSelfDurationBonus', ship.getModifiedItemAttr('roleBonusOverheatDST'), **kwargs) |
| 40759 | |
| 40760 | |
| 40761 | class Effect12098(BaseEffect): |
nothing calls this directly
no test coverage detected