Goal
alias: condition, objective
This is a CLI command for modifying adventuring goals. The possible parameters are:
- clear: This will remove all adventuring goals.
- check: This will display a list of all current adventuring goals.
- add condition: This will add a condition to the list. If the condition is an item, it will set the necessary quantity to this many more than you currently have.
- set condition: This will add a condition to the list. Unlike add, this parameter will set the total quantity that you want to have.
For example, if you have 3 dance cards...
goal add 4 dance card
will create +4 dance cards as a goal and cease adventuring when you have 7 dance cards.goal set 4 dance card
will create +1 dance cards as a goal and cease adventuring when you have 4 dance cards.