BST and ENC fixes and updates
(#73)
* [BST] Fixes for Focused Paragon
[BST] Corrected typo in Focused Paragon
[BST] Added condition to Focused paragon to avoid spamming when group Paragon was active
[Utils] Slightly modified the underlying function behind the Paragon rotation so Paragon and Focused Paragon weren't used if the BST had 100% mana.
Current behavior:
Group Paragon will be used when any group member's mana is below the class config setting "ParagonPct".
Focused Paragon will be used on the BST unless another target meets the criteria above and Group Paragon is on cooldown.
* [BST] Additional Paragon fixes
[BST] Adjusted rotations so that (group) Paragon of Spirit would properly fire only when a group member was under the ParagonPct threshold.
* Update enc_class_config.lua
[ENC] Adjusted rotations so that low level haste spells that were intended to be used on a pet before pet-specific buffs were available don't continually spam the Enchanter (tested with Speed of Vallon).
[ENC] Updated Downtime rotations to support BuffWaitMoveTimer
[ENC] Added support for NDT to be cast on the group (once group versions are available) regardless of the presence of melee party members (tested (single) Night's Darkest Terror, NDT group buff currently not available).
* Update bst_class_config.lua
Minor adjustment to Focused Paragon rotation as it was being cancelled due to combat
* Update bst_class_config.lua
Formatting