diff --git a/_config.yml b/_config.yml index a5ae498..9c2ab0e 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,13 @@ theme: jekyll-theme-midnight title: Hekili -description: Priority Helper for World of Warcraft \ No newline at end of file +description: Priority Helper for World of Warcraft + +collections: + refs: + output: true + sort_by: section + order: + - priority + - action-lists + +collections_dir: collections \ No newline at end of file diff --git a/collections/_refs/actionlists.md b/collections/_refs/actionlists.md new file mode 100644 index 0000000..5947554 --- /dev/null +++ b/collections/_refs/actionlists.md @@ -0,0 +1,10 @@ +--- +section: Action Lists +--- +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. + + SimulationCraft | Hekili + ----------------|------- + SimulationCraft will attempt to execute each line of the `precombat` action list once before the start of simulated combat. | Hekili will test the entries in the `precombat` action list outside of combat, but may also recommend `essential` abilities during combat.

Essential abilities are usually things like maintenance buffs or summoning pets. \ No newline at end of file diff --git a/collections/_refs/priorities.md b/collections/_refs/priorities.md new file mode 100644 index 0000000..285ae68 --- /dev/null +++ b/collections/_refs/priorities.md @@ -0,0 +1,10 @@ +--- +section: Priorities +--- +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. + + SimulationCraft | Hekili + ----------------|------- + SimulationCraft will attempt to execute each line of the `precombat` action list once before the start of simulated combat. | Hekili will test the entries in the `precombat` action list outside of combat, but may also recommend `essential` abilities during combat.

Essential abilities are usually things like maintenance buffs or summoning pets.•7 \ No newline at end of file diff --git a/refs.html b/refs.html new file mode 100644 index 0000000..3dcf42c --- /dev/null +++ b/refs.html @@ -0,0 +1,24 @@ +--- +layout: default +title: Hekili - Priority Helper for World of Warcraft +theme: jekyll-pages-midnight +--- + +
+ +

Posts

+ + + +

subscribe via RSS

+ +