@@ -6,7 +6,7 @@ local Utils = ECSLoader:ImportModule("Utils")
66
77--- @return number
88function Profile .GetProfileVersion ()
9- return 22
9+ return 23
1010end
1111
1212--- @return ECSProfile
@@ -35,7 +35,6 @@ local function GetDefaultStatsProfile()
3535
3636 rating = {
3737 display = true ,
38- isTbcOnly = true ,
3938 refName = " MeleeHitRating" ,
4039 text = " Rating" ,
4140 textColor = colors .HIT_SECONDARY ,
@@ -113,33 +112,37 @@ local function GetDefaultStatsProfile()
113112 },
114113 penetration = {
115114 display = true ,
116- isTbcOnly = true ,
117115 refName = " MeleeArmorPenetration" ,
118116 text = " Armor Pen." ,
119117 textColor = colors .ATTACK_SPEED_SECONDARY ,
120118 statColor = colors .ATTACK_SPEED_PRIMARY ,
121119 },
122120 penetrationRating = {
123121 display = true ,
124- isTbcOnly = true ,
125122 refName = " MeleeArmorPenetrationRating" ,
126123 text = " Armor Pen. Rating" ,
127124 textColor = colors .ATTACK_SPEED_SECONDARY ,
128125 statColor = colors .ATTACK_SPEED_PRIMARY ,
129126 },
130- expertise = {display = true , isTbcOnly = true , refName = " Expertise" , text = " Expertise" },
131- expertiseRating = {display = true , isTbcOnly = true , refName = " ExpertiseRating" , text = " Expertise Rating" },
127+ expertise = {
128+ display = true ,
129+ refName = " Expertise" ,
130+ text = " Expertise"
131+ },
132+ expertiseRating = {
133+ display = true ,
134+ refName = " ExpertiseRating" ,
135+ text = " Expertise Rating"
136+ },
132137 hasteRating = {
133138 display = true ,
134- isTbcOnly = true ,
135139 refName = " MeleeHasteRating" ,
136140 text = " Haste Rating" ,
137141 textColor = colors .HASTE_RATING_SECONDARY ,
138142 statColor = colors .HASTE_RATING_PRIMARY
139143 },
140144 hasteBonus = {
141145 display = true ,
142- isTbcOnly = true ,
143146 refName = " MeleeHasteBonus" ,
144147 text = " Haste Bonus" ,
145148 textColor = colors .HASTE_RATING_SECONDARY ,
@@ -182,7 +185,6 @@ local function GetDefaultStatsProfile()
182185
183186 rating = {
184187 display = true ,
185- isTbcOnly = true ,
186188 refName = " RangedHitRating" ,
187189 text = " Rating" ,
188190 textColor = colors .HIT_SECONDARY ,
@@ -226,31 +228,27 @@ local function GetDefaultStatsProfile()
226228 },
227229 penetration = {
228230 display = true ,
229- isTbcOnly = true ,
230231 refName = " RangedArmorPenetration" ,
231232 text = " Armor Pen." ,
232233 textColor = colors .ATTACK_SPEED_SECONDARY ,
233234 statColor = colors .ATTACK_SPEED_PRIMARY ,
234235 },
235236 penetrationRating = {
236237 display = true ,
237- isTbcOnly = true ,
238238 refName = " RangedArmorPenetrationRating" ,
239239 text = " Armor Pen. Rating" ,
240240 textColor = colors .ATTACK_SPEED_SECONDARY ,
241241 statColor = colors .ATTACK_SPEED_PRIMARY ,
242242 },
243243 hasteRating = {
244244 display = true ,
245- isTbcOnly = true ,
246245 refName = " RangedHasteRating" ,
247246 text = " Haste Rating" ,
248247 textColor = colors .HASTE_RATING_SECONDARY ,
249248 statColor = colors .HASTE_RATING_PRIMARY
250249 },
251250 hasteBonus = {
252251 display = true ,
253- isTbcOnly = true ,
254252 refName = " RangedHasteBonus" ,
255253 text = " Haste Bonus" ,
256254 textColor = colors .HASTE_RATING_SECONDARY ,
@@ -276,13 +274,21 @@ local function GetDefaultStatsProfile()
276274 spellCritReduction = {display = true , refName = " SpellCritReduction" , text = " Spell Crit Reduction" },
277275 avoidance = {display = true , refName = " Avoidance" , text = " Avoidance" },
278276 avoidanceBoss = {display = true , refName = " AvoidanceBoss" , text = " Avoidance (Lvl +3)" },
279- defenseRating = {display = true , isTbcOnly = true , refName = " DefenseRating" , text = " Defense Rating" },
277+ defenseRating = {
278+ display = true ,
279+ refName = " DefenseRating" ,
280+ text = " Defense Rating"
281+ },
280282 defense = {display = true , refName = " DefenseValue" , text = " Defense" },
281283 blockChance = {display = true , refName = " BlockChance" , text = " Block Chance" },
282284 blockValue = {display = true , refName = " BlockValue" , text = " Block Value" },
283285 parry = {display = true , refName = " ParryChance" , text = " Parry Chance" },
284286 dodge = {display = true , refName = " DodgeChance" , text = " Dodge Chance" },
285- resilience = {display = true , isTbcOnly = true , refName = " ResilienceValue" , text = " Resilience" },
287+ resilience = {
288+ display = true ,
289+ refName = " ResilienceValue" ,
290+ text = " Resilience"
291+ },
286292 },
287293
288294 regen = {
@@ -363,7 +369,6 @@ local function GetDefaultStatsProfile()
363369
364370 rating = {
365371 display = true ,
366- isTbcOnly = true ,
367372 refName = " SpellHitRating" ,
368373 text = " Hit Rating" ,
369374 textColor = colors .HIT_SECONDARY ,
@@ -372,7 +377,7 @@ local function GetDefaultStatsProfile()
372377 bonus = {
373378 display = true ,
374379 refName = " SpellHitBonus" ,
375- text = " Bonus" ,
380+ text = " Hit Bonus" ,
376381 textColor = colors .HIT_SECONDARY ,
377382 statColor = colors .HIT_PRIMARY
378383 },
@@ -540,15 +545,13 @@ local function GetDefaultStatsProfile()
540545 },
541546 hasteRating = {
542547 display = true ,
543- isTbcOnly = true ,
544548 refName = " SpellHasteRating" ,
545549 text = " Haste Rating" ,
546550 textColor = colors .HASTE_RATING_SECONDARY ,
547551 statColor = colors .HASTE_RATING_PRIMARY
548552 },
549553 hasteBonus = {
550554 display = true ,
551- isTbcOnly = true ,
552555 refName = " SpellHasteBonus" ,
553556 text = " Haste Bonus" ,
554557 textColor = colors .HASTE_RATING_SECONDARY ,
0 commit comments