This article refers to the Dungeonmaster's Guide Boons, located in the "Supernatural Gifts & Rewards" page. For the Supernatural Boons that first appeared in Mordekainen's Tome of Foes, check Boons.
To start, copy the following code block and fill the empty ""
values.
{
"name": "",
"source": "",
"page": 0,
"type": "",
"entries": [
""
]
}
"name"
— The name of the Reward."source"
— Make sure it is the same as the "json"
key in the _meta."page"
— Page of the document the reward appears at (leave at 0 if not applicable)."type"
— Choose between one of the existing types, or use any other you like. Any string will be accepted, and will automatically create a filter for it."entries"
— Consists of text strings (""
) separated by commas.How to link to a Reward within strings:
{@reward <name>|<json_in_meta>|<optional_disply_text>}
Example:
{@reward Blessing of Health}
{@reward Dimir Charm|GGR}