> For the complete documentation index, see [llms.txt](https://changelog.matrixemulator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.matrixemulator.com/welcome/server/muserver/data/custom/customwingmix.md).

# CustomWingMix

<mark style="color:green;">List of extra wings that enter the drawing pool of the Chaos Goblin "level 3 wing" mix (Combine Items), in addition to the normal wings already hardcoded. Maximum of 50 lines, all inside block</mark> <mark style="color:green;"></mark><mark style="color:green;">`0`</mark><mark style="color:green;">.</mark>

```
0
//Category 	Index
  7	39	//Wing X
end
```

| **Column** | **Accepted values**                  | **What it is**                                      |
| ---------- | ------------------------------------ | --------------------------------------------------- |
| Category   | Number (item group)                  | Together with `Index`, it forms the wing item code. |
| Index      | Number (item index within the group) | See `Category`.                                     |

### <mark style="color:yellow;">Notes</mark>

* This file only has block `0` — do not add any other block number, as the loader cannot handle any other and will crash when reading the file.
* Each line here adds one more possible option to the mix drawing pool, without replacing the wings already hardcoded — there is no need (nor is it recommended) to repeat wings that the Chaos Goblin already draws by default.
