> For the complete documentation index, see [llms.txt](https://defverse.gitbook.io/defverse-nft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://defverse.gitbook.io/defverse-nft/sg/everything-nft/spaceships/rarity.md).

# Rarity

When you unlock a Spaceship NFT you will notice it has a STAR value between 1 and 5.   This value represents the rarity of the card.  The more rare the card, the better the base stats are on that card.   The stats also have a range so that even cards of the same rarity may have better/lesser values than another.  &#x20;

## <mark style="color:blue;">Factional Stats</mark>

Each faction has a different ship design.  These ships may also have different Health / Shield ratios and sometimes even inherent resistances / weaknesses specific to that Class / Model of space craft.   This is also something to consider when buying NFTs from our Auction House.  \
\
Some of the enemies you might face in Space Guardians might have attributes which allow them to completely bypass SHIELDS, so therefore using a spaceship that has High HULL HP and Low Shields may be a lot more beneficial.

### Example

Let’s say we discover a **Khover Ship** which has a <mark style="color:orange;">**60**</mark> **/&#x20;**<mark style="color:green;">**40**</mark> - <mark style="color:orange;">**HP**</mark>**&#x20;/&#x20;**<mark style="color:green;">**Shield**</mark> base ratio.   \
\
Stats might look something like this.&#x20;

<figure><img src="/files/BZz0f9rIycktHc8fHi7B" alt=""><figcaption></figcaption></figure>

This will also include a set of random weakness / resistance stats, for example:

* 1 random resistance stat @ 5-10% dmg reduction\
  \
  **OR**<br>
* 1 improved resistance stat @ 10-15% AND 1 elemental weakness stat 10-5% (1 star-5 star respectively)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://defverse.gitbook.io/defverse-nft/sg/everything-nft/spaceships/rarity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
