Skip to content
This repository was archived by the owner on Jul 14, 2020. It is now read-only.

Commit 286b71b

Browse files
committed
Update options.
1 parent 682444d commit 286b71b

File tree

5 files changed

+175
-318
lines changed

5 files changed

+175
-318
lines changed

FreeUI/options.lua

Lines changed: 30 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,26 @@ C['general'] = {
2020

2121
C['appearance'] = {
2222
['themes'] = true,
23+
['borderColour'] = {.03, .03, .03},
24+
['borderAlpha'] = 1,
2325
['backdropColour'] = {.03, .03, .03},
24-
['backdropAlpha'] = .7,
25-
['buttonGradientColour'] = {.1, .1, .1, .5},
26-
['buttonSolidColour'] = {.05, .05, .05, .7},
26+
['backdropAlpha'] = .6,
27+
['buttonGradientColour'] = {.1, .1, .1, .3},
28+
['buttonSolidColour'] = {.05, .05, .05, .3},
2729
['gradient'] = true,
2830

29-
['shadow'] = true,
31+
['addShadowBorder'] = true,
3032

3133
['flashCursor'] = true,
3234
['vignette'] = true,
3335
['vignetteAlpha'] = .8,
3436

35-
['fonts'] = true,
37+
['adjustFonts'] = true,
38+
['usePixelFont'] = true,
39+
['adjustClassColors'] = true,
3640

3741
['BigWigs'] = true,
3842
['WeakAuras'] = true,
39-
['Skada'] = true,
4043
['QuestLogEx'] = true,
4144
}
4245

@@ -65,6 +68,7 @@ C['actionbar'] = {
6568
['sideBarMouseover'] = true,
6669

6770
['hoverBind'] = true,
71+
['bindType'] = 1,
6872
}
6973

7074
C['map'] = {
@@ -97,29 +101,14 @@ C['notification'] = {
97101

98102
['combatAlert'] = true,
99103
['enterCombat'] = true,
100-
['interrupt'] = true,
101-
['interruptAlert'] = true,
102-
['interruptAnnounce'] = true,
103-
['interruptSound'] = true,
104-
['dispel'] = true,
105-
['dispelAlert'] = true,
106-
['dispelAnnounce'] = true,
107-
['dispelSound'] = true,
108-
['execute'] = true,
109-
['executeAlert'] = true,
110-
['executeSound'] = true,
111-
['executeThreshold']= 0.2,
112-
['emergency'] = true,
113-
['lowHPAlert'] = true,
114-
['lowHPSound'] = true,
115-
['lowHPThreshold'] = 0.5,
116-
['lowMPAlert'] = true,
117-
['lowMPSound'] = true,
118-
['lowMPThreshold'] = 0.3,
119-
120-
['vitalSpells'] = true,
121-
['resurrect'] = true,
122-
['sapped'] = true,
104+
['interruptAnnounce'] = true,
105+
['interruptSound'] = true,
106+
['dispelAnnounce'] = true,
107+
['dispelSound'] = true,
108+
['lowHPSound'] = true,
109+
['lowHPThreshold'] = 0.3,
110+
['lowMPSound'] = true,
111+
['lowMPThreshold'] = 0.3,
123112
}
124113

125114
C['inventory'] = {
@@ -129,22 +118,20 @@ C['inventory'] = {
129118
['bagColumns'] = 10,
130119
['bankColumns'] = 10,
131120
['reverseSort'] = true,
132-
['itemLevel'] = false,
133121
['newitemFlash'] = true,
134122
['deleteButton'] = true,
135123
['combineFreeSlots'] = true,
136124
['useCategory'] = true,
137-
['gearSetFilter'] = false,
138125
['tradeGoodsFilter'] = true,
139126
['questItemFilter'] = true,
127+
['classRelatedFilter'] = true,
140128
}
141129

142130
C['infobar'] = {
143131
['enable'] = true,
144132
['barHeight'] = 20,
145133
['anchorTop'] = true,
146134
['mouseover'] = true,
147-
['usePixelFont'] = true,
148135
['stats'] = true,
149136
['friends'] = true,
150137
['gold'] = true,
@@ -304,11 +291,11 @@ C['quest'] = {
304291
}
305292

306293
C['cooldown'] = {
307-
['cdEnhanced'] = true,
308-
['cdFont'] = C.AssetsPath..'font\\supereffective.ttf',
309-
['cdFontFlag'] = 'OUTLINEMONOCHROME',
310-
['cdFontSize'] = 16,
311-
['cdPulse'] = true,
294+
['CDEnhancement'] = true,
295+
['CDFont'] = 'interface\\addons\\FreeUI\\assets\\font\\supereffective.ttf',
296+
['CDFontFlag'] = 'OUTLINEMONOCHROME',
297+
['CDFontSize'] = 16,
298+
['CDPulse'] = true,
312299
['ignoredSpells'] = {
313300
--GetSpellInfo(6807), -- Maul
314301
--GetSpellInfo(35395), -- Crusader Strike
@@ -322,6 +309,11 @@ C['loot'] = {
322309
}
323310

324311
C['aura'] = {
325-
['usePixelFont'] = true,
312+
['buffSize'] = 42,
313+
['buffsPerRow'] = 8,
314+
['reverseBuffs'] = false,
315+
['debuffSize'] = 50,
316+
['debuffsPerRow'] = 8,
317+
['reverseDebuffs'] = false,
326318
['reminder'] = true,
327319
}

0 commit comments

Comments
 (0)