diff --git a/docs/ecoquests/placeholderapi.md b/docs/ecoquests/placeholderapi.md index 30a4d30406..dc78ce604f 100644 --- a/docs/ecoquests/placeholderapi.md +++ b/docs/ecoquests/placeholderapi.md @@ -24,3 +24,14 @@ sidebar_position: 4 | `%ecoquests_quest__task__xp%` | The XP the player has for the task | | `%ecoquests_quest__task__description%` | The description of the task | | `%ecoquests_quest__task__completed%` | If the player has completed the task (true / false) | + +### Task-Amount Placeholders +These placeholders are dependent on the amount of tasks in the quest, they return the info on the active tasks. + +| Placeholder | Description | +|---------------------------------------------------------------------------|-----------------------------------------------------------------------| +| `%ecoquests_quest__task__required_xp%` | The XP required to complete the [numbered] active task | +| `%ecoquests_quest__task__xp%` | The XP the player has for the [numbered] active task | +| `%ecoquests_quest__task__completed%` | If the player has completed the [numbered] active task (true / false) | +| `%ecoquests_quest__task__description%` | The description of the [numbered] active task | +| `%ecoquests_quest__task__completed_description%` | The description (including completion) of the [numbered] active task | \ No newline at end of file