(fit, module, context, projectionRange, **kwargs)
| 169 | |
| 170 | @staticmethod |
| 171 | def handler(fit, module, context, projectionRange, **kwargs): |
| 172 | fit.ship.increaseItemAttr('shieldCapacity', module.getModifiedItemAttr('capacityBonus'), **kwargs) |
| 173 | |
| 174 | |
| 175 | class Effect25(BaseEffect): |
nothing calls this directly
no test coverage detected