To start, copy the following code block and fill the empty ""
values.
"background": [
{
"name": "",
"source": "",
"skillProficiencies": [
{
"": true
}
],
"entries": [
""
]
}
]
"source"
— make sure it is the same as the "json" key in the _meta."skillProficiencies"
— write the name of the skill inside the quotation marks. If you want more than one skill, copy the line and put it after the true, separated by a comma."entries"
— the text part of the background.To have more than one background, add a new object block {}
after the last curly brace }. REMEMBER to separate the objects with commas!
Make sure you are adding these blocks in the same level as the "name", "source", etc.
"count"
of skills as follows"skillProficiencies": [
{
"choose": {
"from": [
"arcana",
"investigation",
"religion",
"survival"
],
"count": 2
}
}
]
"toolProficiencies": [
{
"artisan's tools": true,
"cartographer's tools": true,
"disguise kit": true,
"forgery kit": true,
"gaming set": true,
"herbalism kit": true,
"musical instrument": true,
"navigator's tools": true,
"thieves' tools": true,
"vehicles (land)": true,
"vehicles (water)": true,
"any": 0
}
]
The "any" option expects the number of proficiencies you can choose
"toolProficiencies": [
{
"choose": {
"from": [
"artisan's tools",
"forgery kit",
"gaming set"
],
"count": 2
}
}
]
true
."languageProficiencies": [
{
"dwarvish": true,
"goblin": true
}
]
"count"
of languages from a list"languageProficiencies": [
{
"choose": {
"from": [
"giant",
"orcish",
"goblin"
],
"count": 2
}
}
]
How to link to backgrounds within text:
{@background <name_of_background>|<json_source>|<optional_text>}
Example:
{@backgorund Athlete|MOT}