To start, copy the following code block and fill the empty ""
values.
"cult": [
{
"name": "",
"source": "",
"page": 0,
"entries": [
""
]
}
]
"name"
— the name of the cult."source"
— make sure it is the same as the "json"
key in the _meta."entries"
— consists of text strings (""
) separated by commas.Make sure you are adding these blocks in the same level as the "name"
, "source"
, etc.
This will render in the "Subtype" column in the table, plus they appear in the filters.
"type": ""
This will render as "Goals: Giving puppies to every citizen".
"goal": {
"entry": "Giving puppies to every citizen"
}
This will render as "Typical Cultists: any NPC that has a nose".
"cultists": {
"entry": "Any NPC that has a nose"
}
This special entry will render as "Signature spells: Minor illusion (cantrip)". It is recomended to tag {@ }
the spells for quick access.
"signaturespells": {
"entry": "{@spell Minor illusion} (cantrip)"
}
How to link to Cults within strings:
{@cult <name_of_cult>|<json_source>|<optional_text>}
Examples:
{@cult Cult of Asmodeus}
{@cult Cult of Asmodeus|MTF}
{@cult Cult of Asmodeus|MTF|and optional link text}