# Cannon

The Cannon is a structure that is automatically built after a Power Plant is built and gives a Guild the ability to attack other Guilds.

Attacking other Guilds consumes Attack Charge, which must be recharged. The Attack Charge scale is charged through an Energy donation available to any Guild member, similar to building or improving structures.

Each subsequent level of the Cannon increases the number of shots fired, increases the Energy cost of a shot, increases the maximum size of the Attack Charge scale, and increases the number of resources that can be looted in a single turn.

<table><thead><tr><th width="93">Cannon Level</th><th width="98">Energy</th><th width="83">MDAO</th><th width="85">Power</th><th width="134">Structure requirements</th><th width="97">Guild level</th><th>Level Up Time</th></tr></thead><tbody><tr><td>1</td><td>0</td><td>0</td><td>0</td><td>Power plant 1</td><td>4</td><td>0:00:00</td></tr><tr><td>2</td><td>100</td><td>100</td><td>0</td><td>Power plant 2</td><td>5</td><td>8:00:00</td></tr><tr><td>3</td><td>200</td><td>500</td><td>0</td><td>Power plant 4</td><td>7</td><td>16:00:00</td></tr><tr><td>4</td><td>300</td><td>1000</td><td>0</td><td>Power plant 6</td><td>9</td><td>24:00:00</td></tr></tbody></table>

| Attack points | Attack cost in Energy points |
| ------------- | ---------------------------- |
| 1             | 1                            |
| 2             | 1.5                          |
| 3             | 2                            |
| 4             | 2.5                          |

**Inventory size**

| Energy | Minerals | Gems |
| ------ | -------- | ---- |
| 20     | 10       | —    |
| 30     | 15       | —    |
| 35     | 20       | 2    |
| 40     | 25       | 8    |

*\*Disclaimer: The data presented herein is strictly for informational purposes, does not constitute financial advice, and is subject to change at any time at the discretion of the development team.*


---

# 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://docs.cosmicfomo.com/game-mechanics/defensive-and-offensive-structures/cannon.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.
