@@ -48,7 +48,6 @@ ST.bar_defaults = {
48
48
49
49
border_color = {40 , 40 , 40 , 0.95 },
50
50
border_texture_key = " Square Full White" ,
51
- -- border_texture_key = "KT - Border",
52
51
border_width = 2 ,
53
52
54
53
-- Bar Texts
@@ -163,25 +162,33 @@ ST.HUNTER.defaults = {
163
162
[' **' ] = ST .bar_defaults ,
164
163
mainhand = {
165
164
require_in_range = true ,
165
+ show_condition = " both" ,
166
+ bar_height = 14 ,
167
+ bar_width = 200 ,
168
+ show_gcd_underlay = false ,
169
+ gcd1a_marker_enabled = false ,
170
+ gcd1b_marker_enabled = false ,
171
+ border_width = 1 ,
172
+ text_size = 10 ,
173
+ y = - 142 ,
166
174
},
167
175
offhand = {
168
176
require_in_range = true ,
169
- bar_x_offset = 0 ,
170
- bar_y_offset = - 144 ,
171
- bar_color_default = {1 , 66 , 69 , 0.8 },
177
+ show_condition = " both" ,
178
+ bar_color_default = {13 , 79 , 115 , 0.8 },
172
179
show_gcd_underlay = false ,
173
- gcd1_marker_enabled = false ,
174
-
180
+ gcd1a_marker_enabled = false ,
181
+ gcd1b_marker_enabled = false ,
182
+ bar_height = 14 ,
183
+ bar_width = 200 ,
184
+ text_size = 10 ,
185
+ border_width = 1 ,
186
+ y = - 158 ,
175
187
},
176
188
ranged = {
177
189
require_in_range = false ,
178
190
force_show_in_combat = false ,
179
- bar_height = 13 ,
180
- bar_width = 200 ,
181
- bar_x_offset = 0 ,
182
- bar_y_offset = - 102 ,
183
- bar_color_default = {115 , 17 , 42 , 0.8 },
184
- font_size = 11 ,
191
+ bar_color_default = {6 , 143 , 47 , 0.8 },
185
192
show_gcd_underlay = false ,
186
193
show_gcd_markers = false ,
187
194
show_range_finder = true ,
0 commit comments