(fit, ship, context, projectionRange, **kwargs)
| 11474 | |
| 11475 | @staticmethod |
| 11476 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 11477 | fit.ship.boostItemAttr('shieldCapacity', ship.getModifiedItemAttr('eliteBonusJumpFreighter1'), |
| 11478 | skill='Jump Freighters', **kwargs) |
| 11479 | |
| 11480 | |
| 11481 | class Effect3679(BaseEffect): |
nothing calls this directly
no test coverage detected