# Weapons for Spaceship

**There are three distinct characteristics of a Weapon: Class, Type and Model**

| CLASS        | TYPE           | MODEL          |
| ------------ | -------------- | -------------- |
| Light Weapon | Physical Power | Attack + Speed |
| Heavy Weapon | Laser Energy   | Attack + Crit  |
| Super Weapon | Quantum Force  |                |

**Weapons' Stats**

* Charge time
* Bullet Speed
* Fire Rate
* Cooldown
* Number of Bullets
* Number of Hits

**Rarity Table**

| Ranks      | Rarity |
| ---------- | ------ |
| **Iron**   | 65%    |
| **Silver** | 30%    |
| **Gold**   | 5%     |

![Weapon Atropos](https://lh6.googleusercontent.com/ilaJ3gxfxWIXRhHYj0fEgziidYxSE8MH6te17Oc4LnFj2ge1DOj3iz72cLroAADRALFsf-l__TG_mOs3zO4H-le5dxpkUOCkWRKoSy3Rfm_uk6WKgWJzI-0LMnGiU4YmcIqKzBAa)

![Weapon Morta](https://lh4.googleusercontent.com/TCPro1JKt9ZOgDh2O3qV_2Pott2GL9AEZQk_JhGdB97qOekogWE36m9PMsF1vv-r_HEOuKMEuyogJSw2Oy9kp3Dy1s63bxNYJ_ykDTrhYi1uUD3PsvmqwOZC4YwxXXPnWP8nmj0z)

![Weapon Lachesis](https://lh4.googleusercontent.com/dL-hbUkdQOUO_XsUYc19xf5_4likbl79iy2U7P4AiU401BVFg80EZ46jPgvw62R9N8_2rk0VzA2xX9Dx_jO-ShWmFKUm0jreYChhsF-mtcEB4l7Z3SHH4xbuN3rZKiEZ5q9qqDNe)


---

# 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://galaxysurvivor.gitbook.io/galaxy-survivor/game-overview/spaceship-system/weapons-for-spaceship.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.
