Sigil item builder

Build a set of items, craft them out of each other, and take the files away.

Checked against the same rules the server applies at startup. Everything stays in this browser and is never uploaded.

The filename is the id and the folder is the namespace.

Base material
What the item is in vanilla terms: the shape a player sees in their hand.

In a player's hand

Mythril Ingot

Refined under pressure.

Uncommon

The lore layout and the rarity colour come from config.yml, so the real tooltip may carry more lines than this.

plugins/Sigil/items/aether/mythril.yml
display: '<#7fd4ff>Mythril Ingot'
base: IRON_INGOT
rarity: uncommon
description:
  - 'Refined under pressure.'

recipe:
  type: shaped
  shape:
    - III
    - III
    - III
  keys:
    I: IRON_NUGGET

What Sigil would say about it

Nothing to report. Sigil would load this file as written.