To start, copy the following code block and fill the empty ""
values.
"hazard": [
{
"name": "",
"source": "",
"page": 0,
"entries": [
""
],
"trapHazType": "HAZ"
}
]
"name"
— the name of the hazard."source"
— make sure it is the same as the "json"
key in the _meta."page"
— page of the document the hazard appears at (leave at 0 if not applicable)."entries"
— consists of text strings (""
) separated by commas."trapHazType"
— to see the different types of hazards, see below:trapHazType value |
Description | Examples |
---|---|---|
"WTH" |
Weather | Sandstorm; Hurricanes |
"ENV" |
Enviromental | Lava Pool; Acid Vents |
"WLD" |
Wilderness Threat | Desecrated ground; quicksand |
"GEN" |
Generic Threat | Improved damage |
"HAZ" |
Hazard |
How to link to a Hazard within strings:
{@hazard <name_of_hazard>|<json_source>|<option_display_text>}
Example:
{@hazard russet mold|VGM}
{@hazard russet mold|VGM|and optional link text added with another pipe}