(fit, module, context, projectionRange, **kwargs)
| 11924 | |
| 11925 | @staticmethod |
| 11926 | def handler(fit, module, context, projectionRange, **kwargs): |
| 11927 | fit.ship.increaseItemAttr('shieldCapacity', module.getModifiedItemAttr('shieldCapacity'), **kwargs) |
| 11928 | |
| 11929 | |
| 11930 | class Effect3857(BaseEffect): |
nothing calls this directly
no test coverage detected