To start, copy the following code block and fill the empty "" values.
"condition": [
{
"name": "",
"source": "",
"page": 0,
"entries": [
""
]
}
]
"name" — the name of the condition."source" — make sure it is the same as the "json" key in the _meta."page" — the page of the document where this condition appears. If this does not apply, leave at 0."entries" — the text of the condition. You can write several strings ("") separated with a comma.Make sure you are adding these blocks in the same level as the "name", "source", etc.
Choose a specific color for the condition, to be used in the Character Sheet. The code should be HEX format.
"color": "ffffff"
"conditionFluff" needs to be its own data block, outside of "condition", and on its same level.
"conditionFluff": [
{
"name": "",
"source": "",
"images": [
{
"type": "image",
"href": {
"type": "external",
"url": ""
}
}
]
}
]
How to link to Conditions within strings:
{@condition <condition_name>|<json_source>|<optional_display_text>}Example:
{@condition stunned|PHB}{@condition stunned|PHB|and optional link text added with another pipe}