(fit, ship, context, projectionRange, **kwargs)
| 36400 | |
| 36401 | @staticmethod |
| 36402 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 36403 | fit.ship.boostItemAttr('shieldCapacity', ship.getModifiedItemAttr('eliteBonusCommandShips1'), |
| 36404 | skill='Command Ships', **kwargs) |
| 36405 | |
| 36406 | |
| 36407 | class Effect8074(BaseEffect): |
nothing calls this directly
no test coverage detected