This commit is contained in:
NoM0Re
2025-07-22 16:49:18 +02:00
committed by GitHub
parent d2b59a3f88
commit d6ae3e020b
47 changed files with 1056 additions and 192 deletions
+39 -6
View File
@@ -2063,6 +2063,7 @@ Private.event_prototypes = {
operator = "and",
limit = 2
},
formatter = "Number",
},
{
name = "standing",
@@ -2194,6 +2195,7 @@ Private.event_prototypes = {
operator = "and",
limit = 2
},
formatter = "Number",
},
{
type = "header",
@@ -2230,6 +2232,7 @@ Private.event_prototypes = {
operator = "and",
limit = 2
},
formatter = "Number",
},
},
overlayFuncs = {
@@ -2316,7 +2319,8 @@ Private.event_prototypes = {
operator = "and",
limit = 2
},
progressTotal = "maxhealth"
progressTotal = "maxhealth",
formatter = "BigNumber",
},
{
name = "value",
@@ -2350,6 +2354,7 @@ Private.event_prototypes = {
operator = "and",
limit = 2
},
formatter = "Number",
},
{
name = "deficit",
@@ -2362,7 +2367,8 @@ Private.event_prototypes = {
operator = "and",
limit = 2
},
progressTotal = "total"
progressTotal = "total",
formatter = "BigNumber",
},
{
name = "maxhealth",
@@ -2375,6 +2381,7 @@ Private.event_prototypes = {
operator = "and",
limit = 2
},
formatter = "BigNumber",
},
{
type = "header",
@@ -2818,6 +2825,7 @@ Private.event_prototypes = {
operator = "and",
limit = 2
},
formatter = "Number",
},
{
name = "deficit",
@@ -3085,7 +3093,9 @@ Private.event_prototypes = {
hidden = "true",
test = "true",
store = true,
display = L["Source GUID"]
display = L["Source GUID"],
formatter = "guid",
formatterArgs = { color = "class" }
},
{
name = "sourceUnit",
@@ -3192,7 +3202,9 @@ Private.event_prototypes = {
hidden = "true",
test = "true",
store = true,
display = L["Destination GUID"]
display = L["Destination GUID"],
formatter = "guid",
formatterArgs = { color = "class" }
},
{
name = "destUnit",
@@ -6045,6 +6057,8 @@ Private.event_prototypes = {
store = true,
hidden = true,
test = "true",
formatter = "guid",
formatterArgs = { color = "class" }
},
{
name = "cloneId",
@@ -6670,6 +6684,7 @@ Private.event_prototypes = {
operator = "and",
limit = 2
},
formatter = "Number",
},
{
name = "rawthreatpct",
@@ -6683,6 +6698,7 @@ Private.event_prototypes = {
operator = "and",
limit = 2
},
formatter = "Number",
},
{
name = "threatvalue",
@@ -7428,6 +7444,7 @@ Private.event_prototypes = {
operator = "and",
limit = 2
},
formatter = "Number",
},
{
name = "hitrating",
@@ -7452,6 +7469,7 @@ Private.event_prototypes = {
operator = "and",
limit = 2
},
formatter = "Number",
},
{
name = "hasterating",
@@ -7476,6 +7494,7 @@ Private.event_prototypes = {
operator = "and",
limit = 2
},
formatter = "Number",
},
{
name = "expertiserating",
@@ -7524,6 +7543,7 @@ Private.event_prototypes = {
operator = "and",
limit = 2
},
formatter = "Number",
},
{
name = "spellpenpercent",
@@ -7536,6 +7556,7 @@ Private.event_prototypes = {
operator = "and",
limit = 2
},
formatter = "Number",
},
{
name = "resiliencerating",
@@ -7560,6 +7581,7 @@ Private.event_prototypes = {
operator = "and",
limit = 2
},
formatter = "Number",
},
{
name = "attackpower",
@@ -7685,6 +7707,7 @@ Private.event_prototypes = {
operator = "and",
limit = 2
},
formatter = "Number",
},
{
type = "header",
@@ -7714,6 +7737,7 @@ Private.event_prototypes = {
operator = "and",
limit = 2
},
formatter = "Number",
},
{
name = "parryrating",
@@ -7738,6 +7762,7 @@ Private.event_prototypes = {
operator = "and",
limit = 2
},
formatter = "Number",
},
{
name = "blockpercent",
@@ -7750,6 +7775,7 @@ Private.event_prototypes = {
operator = "and",
limit = 2
},
formatter = "Number",
},
{
name = "blockvalue",
@@ -7786,6 +7812,7 @@ Private.event_prototypes = {
operator = "and",
limit = 2
},
formatter = "Number",
},
},
automaticrequired = true,
@@ -8225,7 +8252,9 @@ Private.event_prototypes = {
type = "number",
init = "min",
store = true,
test = "true"
test = "true",
conditionType = "number",
operator_types = "without_equal",
},
{
hidden = true,
@@ -8234,7 +8263,9 @@ Private.event_prototypes = {
type = "number",
init = "max",
store = true,
test = "true"
test = "true",
conditionType = "number",
operator_types = "without_equal",
},
{
name = "range",
@@ -8246,6 +8277,7 @@ Private.event_prototypes = {
conditionTest = function(state, needle, needle2)
return state and state.show and WeakAuras.CheckRange(state.unit, needle, needle2);
end,
noProgressSource = true
},
{
hidden = true,
@@ -8291,6 +8323,7 @@ Private.event_prototypes = {
display = Private.coin_icons.gold .. L["Gold"],
store = true,
conditionType = "number",
formatter = "BigNumber"
},
{
name = "silver",