5.20.0
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user