(fit, ship, context, projectionRange, **kwargs)
| 22473 | |
| 22474 | @staticmethod |
| 22475 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22476 | fit.ship.boostItemAttr('warpSpeedMultiplier', ship.getModifiedItemAttr('eliteBonusIndustrial1'), |
| 22477 | skill='Transport Ships', **kwargs) |
| 22478 | |
| 22479 | |
| 22480 | class Effect5870(BaseEffect): |
nothing calls this directly
no test coverage detected