Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions src/2014/5e-SRD-Features.json
Original file line number Diff line number Diff line change
Expand Up @@ -4008,6 +4008,25 @@
"- While tracking other creatures, you also learn their exact number, their sizes, and how long ago they passed through the area.",
"You choose additional favored terrain types at 6th and 10th level."
],
"feature_specific": {
"terrain_type_options": {
"desc": "one terrain type",
"choose": 1,
"type": "string",
"from": {
"option_set_type": "options_array",
"options": [
"arctic",
"coast",
"desert",
"forest",
"grassland",
"mountain",
"swamp"
]
}
}
},
"url": "/api/2014/features/natural-explorer-1-terrain-type"
},
{
Expand Down Expand Up @@ -4395,6 +4414,25 @@
"- While tracking other creatures, you also learn their exact number, their sizes, and how long ago they passed through the area.",
"You choose additional favored terrain types at 6th and 10th level."
],
"feature_specific": {
"terrain_type_options": {
"desc": "one terrain type",
"choose": 1,
"type": "string",
"from": {
"option_set_type": "options_array",
"options": [
"arctic",
"coast",
"desert",
"forest",
"grassland",
"mountain",
"swamp"
]
}
}
},
"url": "/api/2014/features/natural-explorer-2-terrain-types"
},
{
Expand Down Expand Up @@ -4578,6 +4616,25 @@
"- While tracking other creatures, you also learn their exact number, their sizes, and how long ago they passed through the area.",
"You choose additional favored terrain types at 6th and 10th level."
],
"feature_specific": {
"terrain_type_options": {
"desc": "one terrain type",
"choose": 1,
"type": "string",
"from": {
"option_set_type": "options_array",
"options": [
"arctic",
"coast",
"desert",
"forest",
"grassland",
"mountain",
"swamp"
]
}
}
},
"url": "/api/2014/features/natural-explorer-3-terrain-types"
},
{
Expand Down
Loading