size=ACH:Range(L["Size"],L["Set the size of the individual auras."],1,{min=16,max=60,step=2}),
durationFontSize=ACH:Range(L["Duration Font Size"],nil,2,C.Values.FontSize),
countFontSize=ACH:Range(L["Count Font Size"],nil,3,C.Values.FontSize),
general=ACH:Group(L["General"],nil,1,nil),
size=ACH:Range(L["Size"],L["Set the size of the individual auras."],2,{min=16,max=60,step=2}),
growthDirection=ACH:Select(L["Growth Direction"],L["The direction the auras will grow and then the direction they will grow after they reach the wrap after limit."],4,C.Values.GrowthDirection),
wrapAfter=ACH:Range(L["Wrap After"],L["Begin a new row or column after this many auras."],5,{min=1,max=32,step=1}),
maxWraps=ACH:Range(L["Max Wraps"],L["Limit the number of rows or columns."],6,{min=1,max=32,step=1}),
sortMethod=ACH:Select(L["Sort Method"],L["Defines how the group is sorted."],9,{INDEX=L["Index"],TIME=L["Time"],NAME=L["Name"]}),
sortDir=ACH:Select(L["Sort Direction"],L["Defines the sort order of the selected sort method."],10,{['+']=L["Ascending"],['-']=L["Descending"]}),
seperateOwn=ACH:Select(L["Seperate"],L["Indicate whether buffs you cast yourself should be separated before or after."],11,{[-1]=L["Other's First"],[0]=L["No Sorting"],[1]=L["Your Auras First"]})
seperateOwn=ACH:Select(L["Seperate"],L["Indicate whether buffs you cast yourself should be separated before or after."],11,{[-1]=L["Other's First"],[0]=L["No Sorting"],[1]=L["Your Auras First"]}),
SharedOptions.general.args.fadeThreshold=ACH:Range(L["Fade Threshold"],L["Threshold before the icon will fade out and back in. Set to -1 to disable."],1,{min=-1,max=30,step=1})
E.Options.args.auras.args.general.args.fadeThreshold=ACH:Range(L["Fade Threshold"],L["Threshold before the icon will fade out and back in. Set to -1 to disable."],1,{min=-1,max=30,step=1})