> For the complete documentation index, see [llms.txt](https://docs.spectralsignal.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spectralsignal.io/starship-compendium/wing-attributes.md).

# Wing Attributes

## Wing Models and Attributes

| Projectiles | Name Schema | Visual Description |
| ----------- | ----------- | ------------------ |
| Pellet      | Era         | Double Upper Cross |
| Arrow       | Ara         | Double Lower Cross |
| Spray       | Us          | Connected V's      |
| Missiles    | Os          | Single w/ Rockets  |
| Shuriken    | En          | Straight Front     |
| Goo         | Ara         | Straight w/ Boosts |
| Grenade     | El          | Straight w/ Vents  |
| Energy Ball | Ion         | Connect w/ Boost   |
| Laser       | Ex          | C Shaped           |
| Needle      | Ist         | Spiked Straight    |

### **Pellet**

* **Projectiles**: Pellet
* **Name Schema**: Era
* **Description**: Double Upper Cross Wings. These wings are designed for stability and precise control, ideal for sharpshooting with pellet-based weaponry.
* **Visual Representation**: Features two crossed wing elements at the upper section of the ship for enhanced aerodynamics and stability.

<figure><img src="/files/XvpD2dhAyNgTdgmfN2MT" alt=""><figcaption><p>Era - Pellet</p></figcaption></figure>

### **Arrow**

* **Projectiles**: Arrow
* **Name Schema**: Ara
* **Description**: Optimized for rapid, straight-line flight, these wings support quick deployment of arrow projectiles.
* **Visual Representation**: Lower wings cross below the fuselage, providing a balanced lift and quick maneuverability.

<figure><img src="/files/5Co9BNhkEKgdQImec3dF" alt=""><figcaption><p>Ara - Arrow</p></figcaption></figure>

### **Spray**

* **Projectiles**: Spray
* **Name Schema**: Us
* **Description**: These wings facilitate wide spray attacks, perfect for covering large areas in combat.
* **Visual Representation**: The wings form a 'V' shape, connecting at the base to enhance the spread of projectile sprays.

<figure><img src="/files/8xsQLk7MpN0SWrpN4EAB" alt=""><figcaption><p>Us - Spray</p></figcaption></figure>

### **Missiles**

* **Projectiles**: Missiles
* **Name Schema**: Os
* **Description**: Built for missile deployment, these wings include integrated rocket pods.
* **Visual Representation**: Features a single, robust wing structure with built-in rocket launchers for heavy assaults.

<figure><img src="/files/Jl7NHv88MMA5f79qspPp" alt=""><figcaption><p>Os - Missiles</p></figcaption></figure>

### **Shuriken**

* **Projectiles**: Shuriken
* **Name Schema**: En
* **Description**: Designed for precision and stealth, these wings allow for silent and deadly shuriken launches.
* **Visual Representation**: Straight wings that streamline the ship for swift and quiet movement.

<figure><img src="/files/2sIn9pqaxmgvKFGNTAK4" alt=""><figcaption><p>En - Shuriken</p></figcaption></figure>

### **Goo**

* **Projectiles**: Goo
* **Name Schema**: Ara
* **Description**: Equipped with boosters for quick escapes or chases, these wings are used for deploying sticky goo projectiles effectively.
* **Visual Representation**: Straight wings with additional boosters for sudden bursts of speed, aiding in tactical positioning.

<figure><img src="/files/uusGt7lA2yRZMvNvkkpH" alt=""><figcaption><p>Ara - Goo</p></figcaption></figure>

### Grenade

* **Projectiles**: Grenade
* **Name Schema**: El
* **Description**: These wings are designed for high-impact scenarios, allowing for the effective lobbing of grenades.
* **Visual Representation**: Features vents along the wings to cool the ship after deploying high-temperature grenade projectiles.

<figure><img src="/files/5Rj2cZQRtZxzghapZ39u" alt=""><figcaption><p>El - Grenade</p></figcaption></figure>

### **Energy Ball**

* **Projectiles**: Energy Ball
* **Name Schema**: Ion
* **Description**: Ideal for rapid deployment and repositioning, these wings support the use of energy ball projectiles.
* **Visual Representation**: Wings that connect at the tips with integrated boost technology for rapid energy ball shooting.

<figure><img src="/files/YKkJZSI12PUpRANzlRvG" alt=""><figcaption><p>Ion - Energy Ball</p></figcaption></figure>

### Laser

* **Projectiles**: Laser
* **Name Schema**: Ex
* **Description**: These uniquely shaped wings are specialized for laser accuracy and agility in maneuvers.
* **Visual Representation**: C-shaped wings that enhance lateral movements and improve laser targeting precision.

<figure><img src="/files/UKAhN1sga3ZwOXrdxq5e" alt=""><figcaption><p>Ex - Laser</p></figcaption></figure>

### Needle

* **Projectiles**: Needle
* **Name Schema**: Ist
* **Description**: Perfect for piercing attacks, these wings support the firing of needle-like projectiles with high penetration.
* **Visual Representation**: Straight wings with sharp, spiked edges that assist in aerodynamic efficiency and projectile speed.

<figure><img src="/files/NjGab9XxPYJSDKZUsMXI" alt=""><figcaption><p>Ist - Needle</p></figcaption></figure>


---

# 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://docs.spectralsignal.io/starship-compendium/wing-attributes.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.
