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:
@@ -33,6 +33,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
border_offset = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Border Offset"],
|
||||
order = 5,
|
||||
@@ -42,6 +43,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
border_size = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Border Size"],
|
||||
order = 6,
|
||||
|
||||
@@ -134,6 +134,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
glowLines = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth - indentWidth,
|
||||
name = L["Lines & Particles"],
|
||||
order = 9,
|
||||
@@ -144,6 +145,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
glowFrequency = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Frequency"],
|
||||
order = 10,
|
||||
@@ -161,6 +163,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
glowLength = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth - indentWidth,
|
||||
name = L["Length"],
|
||||
order = 12,
|
||||
@@ -171,6 +174,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
glowThickness = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Thickness"],
|
||||
order = 13,
|
||||
@@ -188,6 +192,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
glowXOffset = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth - indentWidth,
|
||||
name = L["X-Offset"],
|
||||
order = 15,
|
||||
@@ -198,6 +203,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
glowYOffset = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Y-Offset"],
|
||||
order = 16,
|
||||
@@ -215,6 +221,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
glowScale = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth - indentWidth,
|
||||
name = L["Scale"],
|
||||
order = 18,
|
||||
|
||||
@@ -42,6 +42,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
extra_width = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Extra Width"],
|
||||
order = 12.1,
|
||||
@@ -52,6 +53,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
extra_height = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Extra Height"],
|
||||
order = 12.2,
|
||||
@@ -62,6 +64,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
model_alpha = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Alpha"],
|
||||
order = 13,
|
||||
@@ -71,6 +74,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
model_z = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Z Offset"],
|
||||
softMin = -20,
|
||||
@@ -81,6 +85,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
model_x = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["X Offset"],
|
||||
softMin = -20,
|
||||
@@ -91,6 +96,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
model_y = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Y Offset"],
|
||||
softMin = -20,
|
||||
@@ -101,6 +107,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
rotation = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Rotation"],
|
||||
min = 0,
|
||||
|
||||
@@ -68,6 +68,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
text_fontSize = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Size"],
|
||||
order = 14,
|
||||
@@ -159,6 +160,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
text_shadowXOffset = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth - indentWidth,
|
||||
name = L["Shadow X Offset"],
|
||||
softMin = -15,
|
||||
@@ -169,6 +171,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
text_shadowYOffset = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Shadow Y Offset"],
|
||||
softMin = -15,
|
||||
@@ -227,6 +230,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
width = WeakAuras.normalWidth - indentWidth,
|
||||
order = 53,
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
min = 1,
|
||||
softMax = 200,
|
||||
bigStep = 1,
|
||||
@@ -353,6 +357,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
|
||||
options.text_anchorXOffset = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth - indentWidth,
|
||||
name = L["X Offset"],
|
||||
order = 60.4,
|
||||
@@ -364,6 +369,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
|
||||
options.text_anchorYOffset = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Y Offset"],
|
||||
order = 60.5,
|
||||
|
||||
@@ -43,6 +43,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
tick_thickness = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Thickness"],
|
||||
order = 5,
|
||||
@@ -107,6 +108,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
tick_length = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Length"],
|
||||
order = 8,
|
||||
@@ -170,6 +172,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
tick_rotation = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Rotation"],
|
||||
min = 0,
|
||||
@@ -187,6 +190,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
tick_xOffset = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["x-Offset"],
|
||||
order = 16,
|
||||
@@ -196,6 +200,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
tick_yOffset = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["y-Offset"],
|
||||
order = 17,
|
||||
|
||||
Reference in New Issue
Block a user