> For the complete documentation index, see [llms.txt](https://noob108108.gitbook.io/morepokemon-wiki-english/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://noob108108.gitbook.io/morepokemon-wiki-english/group-1/how-to-add-an-independent-pokemon.md).

# How to add an independent Pokemon

As we have mentioned above, a skin package contains a structure tree

* [Let\`s get started](/morepokemon-wiki-english/lets-get-started.md)   ←review

{% content-ref url="/pages/ZKfjKeI0FNpTatzSKiyw" %}
[Let's get started！](/morepokemon-wiki-english/lets-get-started.md)
{% endcontent-ref %}

`-- lang:`Language file

* `pixelmon.chinesename.name=ChineseName (Pixelmon name)`
* `attack.skillname.name=SkillName (Pixelmon skill)`

`-- models:`Model placement folder, where to place the model

`--moves:`Skills folder, the tutorial for adding skills is updated later. Now you can refer to the skill writing method of pixelmon mod

`--pokemon:`Information acquisition of pixelmon dex/ model location / atlas ID

* For example, if I add a skin named PI, first create pi.json. Example:

```
{
  "name": "Pi",
  "dex": 900,
  "model": "Pi/1.pqc",（Model`s file）
  "legendary": false（Is it legendary）
}
```

`--stats ：`Some basic information of pixelmon (please refer to pixelmonmod for writing)

`--textures：` Place pixelmon material (refer to pixelmonmod)

<mark style="color:red;">`！`</mark><mark style="color:red;">Most of them can be referred to the writing method of pixelmonmod. The detailed tutorial will be updated later</mark>
