Provide the exact name of the set as it appears in the item tooltip
Such as Vestments of the Warlock, Wyrd Tree's Blessing, or Trappings of Invigoration.
Void Bash from Vateshran sword and board.
Describe the proc condition and how it would benefit users by being tracked
Include the tooltip portion of the set bonus or describe the proc condition in your own words.
When you deal damage with Power Bash, you apply Call of the Void to yourself for 2 seconds. Enemies within 12 meters are immediately pulled to you.
After Call of the Void ends, you apply Major Maim to enemies in the area of 10 seconds, reducing their damage done by 10%. This effect can occur once every 13 seconds.
If you've already sorted out the Data.lua update, add it here
Do not include the full table, just the relevant parts that provide the support for the set.
["Void Bash"] = {
procType = "set",
event = EVENT_COMBAT_EVENT,
description = "Tracks when Call of the Void can be applied again.",
settingsColor = "FCFCCB",
id = 147744,
enabled = false,
result = ACTION_RESULT_EFFECT_GAINED,
cooldownDurationMs = 13000,
onCooldown = false,
timeOfProc = 0,
texture = "/esoui/art/icons/gear_voidrot_shield_a.dds",
showFrame = true,
},
Provide the exact name of the set as it appears in the item tooltip
Such as
Vestments of the Warlock,Wyrd Tree's Blessing, orTrappings of Invigoration.Void Bash from Vateshran sword and board.
Describe the proc condition and how it would benefit users by being tracked
Include the tooltip portion of the set bonus or describe the proc condition in your own words.
If you've already sorted out the Data.lua update, add it here
Do not include the full table, just the relevant parts that provide the support for the set.