Sheets
Be it a player character, a monster, or a legendary item, it needs a sheet for the Dice-Witch to know what to do with it.
WARNING: only one character sheet is currently supported
— Alpha state of 10 June 2026
The sheet will define a collection of fields and inventories through a .toml, that then get filled in when we create a new character.
A short character sheet
dw_type = "character-sheet"
dw_name = "Player character"
[dw_fields]
name = "short_text"
hit_point = { type = "value", name = "Magic in their eyes", consumable = true" }
[dw_inventories.pocket]
dw_filter="*" # allow anything into the pocketsItems or Characters
When to use a character or an item you ask?
It’s simple, An item fit in an inventory. It’s the only difference in term of the configuration. That’s because inventories have filters that limit what can exist in them.
fields
The simplest field is a simple text.