Variant Rules are rules that modify or change the game's mechanics. They can be simply discussing new items features or properties, or as complicated as having to be willing to perform whatever action your character is supposed to be attempting. In short they are the house rules the DM is choosing to use in their playstyle.
To start, copy the following code block and fill the ""
values.
"variantrule": [
{
"name": "",
"source": "",
"page": 0,
"ruleType": "",
"entries": [
""
]
}
]
"name"
— The name of the Variant Rule."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 "O"
Optional, "V"
Variant, "VO"
Variant Optional or "VV"
Variant Variant."entries"
— Consists of text strings (""
) separated by commas.How to link to a Variant Rule within strings:
{@variantrule <name_of_variantRule>|<json_source>|<optional_text_information>}
Example:
{@variantrule Multiclassing|phb}
{@variantrule Multiclassing|phb|and optional link text added with another pipe}