(fit, container, context, projectionRange, **kwargs)
| 37702 | |
| 37703 | @staticmethod |
| 37704 | def handler(fit, container, context, projectionRange, **kwargs): |
| 37705 | fit.ship.boostItemAttr( |
| 37706 | 'energyWarfareResistance', |
| 37707 | container.getModifiedItemAttr('energyWarfareResistanceBonus'), **kwargs) |
| 37708 | |
| 37709 | |
| 37710 | class Effect8275(BaseEffect): |
nothing calls this directly
no test coverage detected