Multientry (#7)
* from retail * from retail * from retail * from retail * from retail * from retail * remove new threat functions as they are not well implemented for now
This commit is contained in:
@@ -102,8 +102,8 @@ function OptionsPrivate.GetActionOptions(data)
|
||||
name = L["Message Type"],
|
||||
order = 2,
|
||||
values = OptionsPrivate.Private.send_chat_message_types,
|
||||
sorting = OptionsPrivate.Private.SortOrderForValues(OptionsPrivate.Private.send_chat_message_types),
|
||||
disabled = function() return not data.actions.start.do_message end,
|
||||
control = "WeakAurasSortedDropdown"
|
||||
},
|
||||
start_message_warning = {
|
||||
type = "description",
|
||||
@@ -188,6 +188,7 @@ function OptionsPrivate.GetActionOptions(data)
|
||||
},
|
||||
start_sound_repeat = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Repeat After"],
|
||||
order = 8.2,
|
||||
@@ -209,8 +210,8 @@ function OptionsPrivate.GetActionOptions(data)
|
||||
name = L["Sound"],
|
||||
order = 8.4,
|
||||
values = OptionsPrivate.Private.sound_types,
|
||||
sorting = OptionsPrivate.Private.SortOrderForValues(OptionsPrivate.Private.sound_types),
|
||||
disabled = function() return not data.actions.start.do_sound end,
|
||||
control = "WeakAurasSortedDropdown"
|
||||
},
|
||||
start_sound_channel = {
|
||||
type = "select",
|
||||
@@ -344,6 +345,7 @@ function OptionsPrivate.GetActionOptions(data)
|
||||
},
|
||||
start_glow_lines = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Lines & Particles"],
|
||||
order = 10.81,
|
||||
@@ -363,6 +365,7 @@ function OptionsPrivate.GetActionOptions(data)
|
||||
},
|
||||
start_glow_frequency = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Frequency"],
|
||||
order = 10.82,
|
||||
@@ -382,6 +385,7 @@ function OptionsPrivate.GetActionOptions(data)
|
||||
},
|
||||
start_glow_length = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Length"],
|
||||
order = 10.83,
|
||||
@@ -400,6 +404,7 @@ function OptionsPrivate.GetActionOptions(data)
|
||||
},
|
||||
start_glow_thickness = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Thickness"],
|
||||
order = 10.84,
|
||||
@@ -418,6 +423,7 @@ function OptionsPrivate.GetActionOptions(data)
|
||||
},
|
||||
start_glow_XOffset = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["X-Offset"],
|
||||
order = 10.85,
|
||||
@@ -434,6 +440,7 @@ function OptionsPrivate.GetActionOptions(data)
|
||||
},
|
||||
start_glow_YOffset = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Y-Offset"],
|
||||
order = 10.86,
|
||||
@@ -450,6 +457,7 @@ function OptionsPrivate.GetActionOptions(data)
|
||||
},
|
||||
start_glow_scale = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Scale"],
|
||||
order = 10.87,
|
||||
@@ -503,8 +511,8 @@ function OptionsPrivate.GetActionOptions(data)
|
||||
name = L["Message Type"],
|
||||
order = 22,
|
||||
values = OptionsPrivate.Private.send_chat_message_types,
|
||||
sorting = OptionsPrivate.Private.SortOrderForValues(OptionsPrivate.Private.send_chat_message_types),
|
||||
disabled = function() return not data.actions.finish.do_message end,
|
||||
control = "WeakAurasSortedDropdown"
|
||||
},
|
||||
finish_message_warning = {
|
||||
type = "description",
|
||||
@@ -583,8 +591,8 @@ function OptionsPrivate.GetActionOptions(data)
|
||||
name = L["Sound"],
|
||||
order = 28.1,
|
||||
values = OptionsPrivate.Private.sound_types,
|
||||
sorting = OptionsPrivate.Private.SortOrderForValues(OptionsPrivate.Private.sound_types),
|
||||
disabled = function() return not data.actions.finish.do_sound end,
|
||||
control = "WeakAurasSortedDropdown"
|
||||
},
|
||||
finish_sound_channel = {
|
||||
type = "select",
|
||||
@@ -721,6 +729,7 @@ function OptionsPrivate.GetActionOptions(data)
|
||||
},
|
||||
finish_glow_lines = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Lines & Particles"],
|
||||
order = 30.81,
|
||||
@@ -740,6 +749,7 @@ function OptionsPrivate.GetActionOptions(data)
|
||||
},
|
||||
finish_glow_frequency = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Frequency"],
|
||||
order = 30.82,
|
||||
@@ -759,6 +769,7 @@ function OptionsPrivate.GetActionOptions(data)
|
||||
},
|
||||
finish_glow_length = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Length"],
|
||||
order = 30.83,
|
||||
@@ -777,6 +788,7 @@ function OptionsPrivate.GetActionOptions(data)
|
||||
},
|
||||
finish_glow_thickness = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Thickness"],
|
||||
order = 30.84,
|
||||
@@ -795,6 +807,7 @@ function OptionsPrivate.GetActionOptions(data)
|
||||
},
|
||||
finish_glow_XOffset = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["X-Offset"],
|
||||
order = 30.85,
|
||||
@@ -811,6 +824,7 @@ function OptionsPrivate.GetActionOptions(data)
|
||||
},
|
||||
finish_glow_YOffset = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Y-Offset"],
|
||||
order = 30.86,
|
||||
@@ -827,6 +841,7 @@ function OptionsPrivate.GetActionOptions(data)
|
||||
},
|
||||
finish_glow_scale = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Scale"],
|
||||
order = 30.87,
|
||||
|
||||
Reference in New Issue
Block a user