# Armors

```yaml
TOKEN_CHESTPLATE:
  boost: tokens
  mult-each-level: 0.2
  increase-cost-by: 1000
  starting-cost: 200
  max-level: 5
  item:
    material: LEATHER_CHESTPLATE
    leather-color:
      red: 255
      green: 0
      blue: 0
    glowing: true
    name: '&a&lTOKEN CHESTPLATE'
    lore:
      - '&3'
      - '&3You will gain extra tokens by'
      - '&3wearing this armor'
      - '&3'
      - '&d&l┃ &fCurrent Level: &e%level%&3/&c5'
      - '&d&l┃ &fEXP: &e%blocks%&3/&c%blocksToLevel%'
      - '&d&l┃ &fMultiplier: &e%multiplier%'
```

You need to select the currency boost, in this case tokens.\
Then, mult-each-level means how many multiplier will be added each level.


---

# Agent Instructions: 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:

```
GET https://edseries-plugins.gitbook.io/p/features/armors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
