diff --git a/collections/_refs/priorities.md b/collections/_refs/priorities.md index f633f2b..7e40184 100644 --- a/collections/_refs/priorities.md +++ b/collections/_refs/priorities.md @@ -1,12 +1,14 @@ --- layout: default -title: Hekili - Priorities +title: Priorities section: Priorities datatable: true theme: jekyll-pages-midnight datatable: true --- +## {{ page.title }} + Priorities are comprised of Action Lists, which are made up of Actions and their conditions. This model is based on SimulationCraft, where a character profile will have two or more action lists. The built-in action lists are `precombat` -- for actions before combat begins -- and the unnamed default once combat starts. Additional action lists can be created and tested from the default action list as well as from each other using `run_action_list` and `call_action_list`. `run_action_list` will cause the addon to exit its current action list and test the named acdtion list it selected. `call_action_list` is similar, but will return to the calling action list afterward, if a recommendation has not yet been found.