(fit, ship, context, projectionRange, **kwargs)
| 17356 | |
| 17357 | @staticmethod |
| 17358 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17359 | fit.ship.boostItemAttr('shieldCapacity', ship.getModifiedItemAttr('miningBargeBonusShieldCapacity'), skill='Mining Barge', **kwargs) |
| 17360 | |
| 17361 | |
| 17362 | class Effect5069(BaseEffect): |
nothing calls this directly
no test coverage detected