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:
NoM0Re
2024-11-27 12:09:02 +01:00
committed by GitHub
parent eb8221cf89
commit 13f734038d
67 changed files with 3493 additions and 969 deletions
@@ -207,6 +207,7 @@ local function createOptions(id, data)
},
rotation = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth,
name = L["Start Angle"],
order = 5,
@@ -224,6 +225,7 @@ local function createOptions(id, data)
},
arcLength = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth,
name = L["Total Angle"],
order = 8,
@@ -235,6 +237,7 @@ local function createOptions(id, data)
},
radius = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth,
name = L["Radius"],
order = 9,
@@ -260,6 +263,7 @@ local function createOptions(id, data)
},
gridWidth = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth,
name = function()
if not data.gridType then return "" end
@@ -277,6 +281,7 @@ local function createOptions(id, data)
},
rowSpace = {
type = "range",
control = "WeakAurasSpinBox",
name = L["Row Space"],
width = WeakAuras.normalWidth,
order = 10,
@@ -287,6 +292,7 @@ local function createOptions(id, data)
},
columnSpace = {
type = "range",
control = "WeakAurasSpinBox",
name = L["Column Space"],
width = WeakAuras.normalWidth,
order = 11,
@@ -298,6 +304,7 @@ local function createOptions(id, data)
-- generic grow options
space = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth,
name = L["Space"],
order = 7,
@@ -312,6 +319,7 @@ local function createOptions(id, data)
},
stagger = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth,
name = L["Stagger"],
order = 8,
@@ -387,6 +395,7 @@ local function createOptions(id, data)
},
limit = {
type = "range",
control = "WeakAurasSpinBox",
order = 26,
width = WeakAuras.normalWidth,
name = L["Limit"],
@@ -404,6 +413,7 @@ local function createOptions(id, data)
},
scale = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth,
name = L["Group Scale"],
order = 28,