Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turning Tide #28

Open
inimicus opened this issue Dec 27, 2023 · 0 comments
Open

Turning Tide #28

inimicus opened this issue Dec 27, 2023 · 0 comments
Assignees
Labels
new set New set tracking planned Planned to be implemented
Milestone

Comments

@inimicus
Copy link
Owner

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,
},
@inimicus inimicus added the new set New set tracking label Dec 27, 2023
@inimicus inimicus added this to the v1.7.0 milestone Dec 27, 2023
@inimicus inimicus self-assigned this Dec 27, 2023
@inimicus inimicus added the planned Planned to be implemented label Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new set New set tracking planned Planned to be implemented
Projects
None yet
Development

No branches or pull requests

1 participant