(fit, container, context, projectionRange, **kwargs)
| 35752 | |
| 35753 | @staticmethod |
| 35754 | def handler(fit, container, context, projectionRange, **kwargs): |
| 35755 | fit.ship.boostItemAttr('shieldCapacity', container.getModifiedItemAttr('shieldHpBonus'), **kwargs) |
| 35756 | |
| 35757 | |
| 35758 | class Effect8013(BaseEffect): |
nothing calls this directly
no test coverage detected