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.
Turning Tide
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.
Block hit, do bash, make vulnerable, profit.
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.
["Turning Tide"] = {
procType = "set",
event = EVENT_COMBAT_EVENT,
description = "Displays when the Major Vulnerability effect can proc.",
settingsColor = "FCFCCB",
id = 167062,
enabled = false,
result = ACTION_RESULT_DAMAGE,
cooldownDurationMs = 15000,
onCooldown = false,
timeOfProc = 0,
texture = "/esoui/art/icons/death_recap_magic_aoe.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
. Turning TideDescribe 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. Block hit, do bash, make vulnerable, profit.
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.