Skip to content

Commit 29d9736

Browse files
Hunter defaults updated
1 parent 33670a1 commit 29d9736

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

config_presets.lua

+19-12
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ ST.bar_defaults = {
4848

4949
border_color = {40, 40, 40, 0.95},
5050
border_texture_key = "Square Full White",
51-
-- border_texture_key = "KT - Border",
5251
border_width = 2,
5352

5453
-- Bar Texts
@@ -163,25 +162,33 @@ ST.HUNTER.defaults = {
163162
['**'] = ST.bar_defaults,
164163
mainhand = {
165164
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,
166174
},
167175
offhand = {
168176
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},
172179
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,
175187
},
176188
ranged = {
177189
require_in_range = false,
178190
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},
185192
show_gcd_underlay = false,
186193
show_gcd_markers = false,
187194
show_range_finder = true,

0 commit comments

Comments
 (0)