from retail

This commit is contained in:
NoM0Re
2025-01-16 17:36:46 +01:00
parent 64a21e9030
commit b0854d38e0
5 changed files with 58 additions and 16 deletions
+22 -9
View File
@@ -381,7 +381,9 @@ Private.event_prototypes["DBM Announce"] = {
name = "spellId",
init = "arg",
display = L["Spell Id"],
type = "string"
type = "spell",
noValidation = true,
showExactOption = false,
},
{
name = "message",
@@ -584,9 +586,11 @@ Private.event_prototypes["DBM Timer"] = {
{
name = "spellId",
display = L["Spell Id"],
type = "string",
store = true,
conditionType = "string"
type = "spell",
conditionType = "string",
noValidation = true,
showExactOption = false,
},
{
name = "message",
@@ -986,7 +990,10 @@ Private.event_prototypes["BigWigs Message"] = {
init = "arg",
display = L["Key"],
desc = L["The 'Key' value can be found in the BigWigs options of a specific spell"],
type = "longstring"
type = "spell",
conditionType = "string",
noValidation = true,
showExactOption = false,
},
{
name = "text",
@@ -1175,8 +1182,10 @@ Private.event_prototypes["BigWigs Timer"] = {
name = "spellId",
display = L["Key"],
desc = L["The 'Key' value can be found in the BigWigs options of a specific spell"],
type = "string",
type = "spell",
conditionType = "string",
noValidation = true,
showExactOption = false,
},
{
name = "text",
@@ -1339,9 +1348,11 @@ Private.event_prototypes["Boss Mod Announce"] = {
name = "spellId",
init = "arg",
display = L["Key"],
type = "string",
store = true,
conditionType = "string"
type = "spell",
conditionType = "string",
noValidation = true,
showExactOption = false,
},
{
name = "message",
@@ -1544,9 +1555,11 @@ Private.event_prototypes["Boss Mod Timer"] = {
{
name = "spellId",
display = L["Key"],
type = "string",
store = true,
conditionType = "string"
type = "spell",
conditionType = "string",
noValidation = true,
showExactOption = false,
},
{
name = "message",