To start, copy the following code block and fill the empty "" values.
"disease": [
{
"name": "",
"source": "",
"page": 0,
"entries": [
""
]
}
]
"name" — the name of the disease."source" — make sure it is the same as the "json" key in the _meta."page" — the page of the document where this disease appears. If this does not apply, leave at 0."entries" — the text of the disease. 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 disease, used in the Character Sheet. The code should be HEX format.
"color": "ffffff"
How to link to a Disease within strings:
{@disease <disease_name>|<json_source>|<optional_display_text>}Example:
{@disease cackle fever}{@disease Bluerot|GoS}{@disease cackle fever|DMG|and optional link text added with another pipe}