QuestList - Xenon257R/blue-archive-rainmeter GitHub Wiki
The Ayumu Quest List is a list of various measurable tasks you can set yourself to achieve/complete.
Context Menu Options
Name | Type | Example | Notes |
---|---|---|---|
class |
string |
daily |
daily , weekly and challenges are predefined classes for filtering. However, any string can be used. |
description |
string |
Wash the dishes. |
|
cost |
number |
100 |
This is the "total" of the task required to be achieved for a "complete" status. |
Mouse Actions
- Left-clicking "Completed": Mark the task as done, setting the completion status to 100%, graying it out and putting it at the bottom of the list.
- Left-clicking "Relist": Re-enable the task and set its completion status to 0%.
- Left-clicking the Tabs: Filter all tasks by their labels accordingly.
- Left-clicking the Progress Bar: Set the task's completion status to the nearest integer to the clicked point.
- Right-clicking the Progress Bar: Step 1 integer in the appropriate direction; down if clicking the left half of the bar, and up if clicking the right half.
Details
Dailies & Weeklies!
Any entry properly classed daily
or weekly
also gains an additional function of having their progress reset automatically at midnight accordingly. To make this work, an entry's name
tag is used to create a unique identifier for progress caching - as such, it is advised to name your quests uniquely as overlapping quest names will result in them sharing progress, despite different descriptions and costs.