(fit, module, context, projectionRange, **kwargs)
| 27543 | |
| 27544 | @staticmethod |
| 27545 | def handler(fit, module, context, projectionRange, **kwargs): |
| 27546 | fit.ship.boostItemAttr('energyWarfareResistance', |
| 27547 | module.getModifiedItemAttr('energyWarfareResistanceBonus'), |
| 27548 | stackingPenalties=True, **kwargs) |
| 27549 | |
| 27550 | |
| 27551 | class Effect6488(BaseEffect): |
nothing calls this directly
no test coverage detected