(fit, ship, context, projectionRange, **kwargs)
| 22555 | |
| 22556 | @staticmethod |
| 22557 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22558 | fit.ship.boostItemAttr('fleetHangarCapacity', ship.getModifiedItemAttr('eliteBonusIndustrial1'), |
| 22559 | skill='Transport Ships', **kwargs) |
| 22560 | |
| 22561 | |
| 22562 | class Effect5881(BaseEffect): |
nothing calls this directly
no test coverage detected