(fit, container, context, projectionRange, **kwargs)
| 37684 | |
| 37685 | @staticmethod |
| 37686 | def handler(fit, container, context, projectionRange, **kwargs): |
| 37687 | fit.ship.boostItemAttr( |
| 37688 | 'weaponDisruptionResistance', |
| 37689 | container.getModifiedItemAttr('weaponDisruptionResistanceBonus'), **kwargs) |
| 37690 | |
| 37691 | |
| 37692 |
nothing calls this directly
no test coverage detected