> For the complete documentation index, see [llms.txt](https://dinoworldwax.gitbook.io/no/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dinoworldwax.gitbook.io/no/gameplay/dino-pets/uncommon-dino.md).

# Uncommon Dino

## &#x20;                                  <mark style="color:purple;">Panoplosaurus</mark>

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

### Features of Panoplosaurus :&#x20;

| Attributes   | Power (at Base Levels ) |
| ------------ | ----------------------- |
| Mining Power | 0.00075 DP /s           |
| Speed        | 52.5                    |
| Attack       | 30                      |
| Health       | 270                     |

### Comparison At Various Important Level :&#x20;

<table><thead><tr><th width="129">Levels</th><th>Mining Power</th><th>Speed</th><th>Attack</th><th>Health</th></tr></thead><tbody><tr><td>Level 0 </td><td>0.00075 DP/s </td><td>52.50</td><td>30</td><td>270</td></tr><tr><td>Level 25</td><td>0.01961 DP/s</td><td>86.13</td><td>49.21</td><td>442.96</td></tr><tr><td>Level 50</td><td>0.85520 DP/s</td><td>141.30</td><td>80.74</td><td>726.72</td></tr><tr><td>Level 75</td><td>22.3691 DP/s</td><td>295.86</td><td>169.06</td><td>1521.60</td></tr><tr><td>Level 100</td><td>1300.22 DP/s</td><td>619.48</td><td>353.99</td><td>3185.91</td></tr></tbody></table>

Where DP/s = Production of Dino Particle Per Second.&#x20;


---

# 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://dinoworldwax.gitbook.io/no/gameplay/dino-pets/uncommon-dino.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.
