> 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/item/380itemtype.md).

# 380ItemType

<mark style="color:green;">Defines which items can receive</mark> <mark style="color:green;"></mark><mark style="color:green;">**380 bonuses**</mark> <mark style="color:green;"></mark><mark style="color:green;">(see</mark> [<mark style="color:green;">380ItemOption.txt</mark>](https://chatgpt.com/c/380ItemOption.txt.md)<mark style="color:green;">) and which two bonuses each item receives.</mark>

| Column       | Accepted values                      | Description                                                                                                                     |
| ------------ | ------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------- |
| Section      | Number (item group)                  | Together with `Type`, forms the item code.                                                                                      |
| Type         | Number (item index within the group) | See `Section`.                                                                                                                  |
| OptionIndex1 | Number from 1 to 8, or `*`           | First 380 bonus assigned to the item—the corresponding `Index` in `380ItemOption.txt`. `*` = no bonus is assigned to this slot. |
| OptionValue1 | Number, or `*`                       | Value of the first bonus. `*` = uses the default value defined in `380ItemOption.txt`.                                          |
| OptionIndex2 | Number from 1 to 8, or `*`           | Second 380 bonus assigned to the item, following the same rules as the first.                                                   |
| OptionValue2 | Number, or `*`                       | Value of the second bonus. `*` = uses the default value.                                                                        |

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

* An item participates in the 380 bonus system only if it is listed in this file **and** the specific item instance has the **380 item flag**. That flag is assigned elsewhere when the item is generated—this file only defines which bonuses are applied if the item is a 380 item.
* Each item can have at most **two** 380 bonuses at the same time (`OptionIndex1` and `OptionIndex2`).
