(fit, module, context, projectionRange, **kwargs)
| 7884 | |
| 7885 | @staticmethod |
| 7886 | def handler(fit, module, context, projectionRange, **kwargs): |
| 7887 | fit.ship.boostItemAttr('shieldCapacity', module.getModifiedItemAttr('drawback'), **kwargs) |
| 7888 | |
| 7889 | |
| 7890 | class Effect2726(BaseEffect): |
nothing calls this directly
no test coverage detected