> For the complete documentation index, see [llms.txt](https://mythicchanger.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mythicchanger.superiormc.cn/change-rules/add-attributes.md).

# Add Attributes

## Add Attributes

```yaml
real-changes:
  add-attributes:
    ATTACK_DAMAGE: 
      name: attack_damage 
      amount: '{item_attributes.ATTACK_DAMAGE.amount;;0} + 1'
      operation: ADD_NUMBER 
      slot: HAND # Optional, if not set, plugin will auto set by material type
```
