This article refers to the Supernatural Boons that first appeared in Mordekainen's Tome of Foes, located in the "Cults & Supernatural Boons" page. For the Dungeonmaster's Guide Boons, check Rewards
To start, copy the following code block and fill the empty ""
values.
"boon": [
{
"name": "",
"source": "",
"type": "",
"entries": [
""
]
}
]
"name"
— the name of the boon."source"
— make sure it is the same as the "json" key in the _meta."type"
— the Subtype column in the table, currently the only official one is "Demonic" but this can be any text you want."entries"
— consists of text strings ("") separated by commas.Make sure you are adding these blocks in the same level as the "name", "source", etc.
"ability": {
"entry": "Text here"
}
"signaturespells": {
"entry": "{@spell Minor illusion} (cantrip)"
}
How to link to Boons within text:
{@boon <name_of_boon>|<json_source>|<optional_text>}
Example:
{@boon Demonic Boon of Demogorgon|MTF}