Files

Files can be named anything you want, as long the extention is .toml

KeyMeaningRequired

dw_type

type of the file

Required

dw_name

name to refer in other file

Optional but recomended

dw_condition

Use the content of the file only if a condition is fullfilled.

# only if the awesome.toml file is present
dw_condition = "file("awesome.toml")"

Optional

Valid types

Type Stringdefintion

"character-sheet"

Define sheet for a single character type

"multi-characters-sheets"

Define sheet for multiple characters types in a single file

"item-sheet"

Define sheet for a single character type

"multi-items-sheets"

Define sheet for multiple items types in a single file

"rolls"

Define list of different rolls. (Most rolls are simple enough to not warrant a single file version)

"compound"

Mix file for tables of all the other kinds.