Skip to content

Commit

Permalink
added active task placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
Exanthiax committed Feb 18, 2024
1 parent 2f50b67 commit 888c4a8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/ecoquests/placeholderapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,14 @@ sidebar_position: 4
| `%ecoquests_quest_<quest>_task_<task>_xp%` | The XP the player has for the task |
| `%ecoquests_quest_<quest>_task_<task>_description%` | The description of the task |
| `%ecoquests_quest_<quest>_task_<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_<quest>_task_<task_number[0-9]>_required_xp%` | The XP required to complete the [numbered] active task |
| `%ecoquests_quest_<quest>_task_<task_number[0-9]>_xp%` | The XP the player has for the [numbered] active task |
| `%ecoquests_quest_<quest>_task_<task_number[0-9]>_completed%` | If the player has completed the [numbered] active task (true / false) |
| `%ecoquests_quest_<quest>_task_<task_number[0-9]>_description%` | The description of the [numbered] active task |
| `%ecoquests_quest_<quest>_task_<task_number[0-9]>_completed_description%` | The description (including completion) of the [numbered] active task |

0 comments on commit 888c4a8

Please sign in to comment.