{char='',name=('#{bold}#Sustained talents#{normal}#'):toTString(),status='',hotkey='',desc="All sustainable talents you currently sustain, using them will de-activate them.",color=function()returncolors.simple(colors.YELLOW)end,nodes=sustained,shown=true},
{char='',name=('#{bold}#Cooling down talents#{normal}#'):toTString(),status='',hotkey='',desc="All talents you have used that are still cooling down.",color=function()returncolors.simple(colors.LIGHT_RED)end,nodes=cooldowns,shown=true},
{char='',name=('#{bold}#Unavailable talents#{normal}#'):toTString(),status='',hotkey='',desc="All talents you have that do not have enough resources, or satisfy other dependencies.",color=function()returncolors.simple(colors.GREY)end,nodes=unavailables,shown=true},
{char='',name=('#{bold}#Passive talents#{normal}#'):toTString(),status='',hotkey='',desc="All your passive talents, they are always active.",color=function()returncolors.simple(colors.WHITE)end,nodes=passives,shown=true},