# Spaceship’s Repair And Upgrading

During a game, the efficiency of a spaceship is damaged by 1 point. But when it gets to three points, a player can not continue with it until after carrying out a major repair on the spaceship. The repair process is quite simple whereby players are only required to burn some of their $SST tokens.

However, they can opt-in for an alternative spaceship as an upgrade to the next generation. To achieve this, they need to burn some $SST tokens to enter the battlefield more times and earn more in-game rewards.

<mark style="color:purple;">**Burning Mechanism**</mark>:

|                               1st Gen Spaceship                               |                              2nd Gen Spaceship                              |                               3rd Gen Spaceship                               |
| :---------------------------------------------------------------------------: | :-------------------------------------------------------------------------: | :---------------------------------------------------------------------------: |
| <p>1 $SST for every 3 games<br><br>OR<br><br>1/3rd of $SST for every game</p> | <p>2 $SST for every 4 games<br><br>OR<br><br>1/2 of $SST for every game</p> | <p>3 $SST for every 5 games<br><br>OR<br><br>3/5th of $SST for every game</p> |

#### <mark style="color:purple;">Upgrading the Spaceships:</mark> Coming soon....!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://striken2022.gitbook.io/striken/spaceships-repair-and-upgrading.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
