> For the complete documentation index, see [llms.txt](https://reasonfounddecoy.gitbook.io/mctantrum-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reasonfounddecoy.gitbook.io/mctantrum-wiki/general/server-resource-pack/pokemon.md).

# DEPRECATED - Pokemon

{% hint style="danger" %}
POKEMON AND ALL POKEMON RELATED ITEMS ARE NO LONGER AVAILABLE ON MCT.
{% endhint %}

All Pokemon rights belong to Nintendo, Creatures, and Game Freak.

Pokemon are collectable only! They cannot battle each other and there are no gyms. Please keep in mind that our Pokemon system is not nearly as accurate as we would like it to be, simply due to limitations by plugins. This is not Pixelmon. There's over 1,000 items and I've painstakingly added in each and every one of them, named them all, and implemented them all in some way, such as customized crafting recipes, custom made machines, block drops, mob drops, quests, etc.

Exact drop rates are not public information. We have known rarities: common, uncommon, occasional, rare, and legendary. Shinies have their own drop rate system.

There are several ways you can obtain Pokemon on MCTantrum, including breaking blocks, fishing, killing mobs, breeding, [egg hatching quests](https://app.gitbook.com/s/ds7aHdIFHflqDb6wMwxU/~/changes/Yu6gjmQSJISRVKY2bt2N/general/server-resource-pack/pokemon/quests#egg-hatching-quests), and [legendary quests](https://app.gitbook.com/s/ds7aHdIFHflqDb6wMwxU/~/changes/Yu6gjmQSJISRVKY2bt2N/general/server-resource-pack/pokemon/quests#legendary-quests).&#x20;

You can evolve some Pokemon by trading with the NPC at spawn or with evolution stones. Buy evolution stones from the Pokeshop at spawn using [₽okedollars](broken://pages/va9doAZoCjzcbbCTBs0W), which are available in <mark style="color:blue;">**/tokenshop**</mark>.

#### Find recipes for Pokemon items in the Custom Recipe Book (in game) or [here](/mctantrum-wiki/general/custom-crafting.md#pokemon-recipes).

Here's a quick video:

{% embed url="<https://www.youtube.com/watch?v=7YC--Rs0euw>" %}
Drop rates have been greatly increased for purposed of making this video!
{% endembed %}

The following is a spreadsheet detailing how to find each Pokemon along with their rarites. Please take note at the bottom of the doc there is a sheet for each generation. This will be updated at each gen release to reflect newly added Pokemon.

{% embed url="<https://bit.ly/3kxLK1a>" %}


---

# 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://reasonfounddecoy.gitbook.io/mctantrum-wiki/general/server-resource-pack/pokemon.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.
