Customized version of ArkInventory that adds support for showing Synastria attunment information. Also adds additional rules.
Misc useful rule functions for ArkInventory:
vanilla()
: Item is from vanilla WoWtbc()
: Item is from TBC expansionwotlk()
: Item is from WotLK expansionempty()
: ItemID = 0 ???Adds useful rule functions for ArkInventory for handling attunable items:
isValid()
: Is the item attunable by the current characterattunable()
: isValid()
+ Current variant not yet attunedattunablebyme()
: Same as attunable()
attunableatall()
: Is the item attunable by anyone (no matter class or level)attuned()
: Is the current variant of the item attuned by mepartiallyattuned()
: Is any variant of the item attunedfullyattuned()
: Is every variant of the item attunedattuneprogress()
: Does the current variant of the item have attunement progressunforged()
: Item is not titanforged, warforged, or lightforgedtitanforged()
: Item is titanforgedwarforged()
: Item is warforgedlightforged()
: Item is lightforged