inimicus/Cooldowns

Arcanist Implacable Outcome

inimicus opened this issue · 2 comments

Provide the exact name of the passive as it appears in the skill menu
Soldier of Apocrypha > Passives > Implacable Outcome

Describe the unique passive condition and how it would benefit users by being tracked
When you consume Crux, gain [2, 4] ultimate. This effect can occur every 8 seconds.

If you've already sorted out the Data.lua update, add it here
Rank I: 185051
Rank 2: 185070

/esoui/art/icons/passive_arcanist_08.dds

    ["Implacable Outcome"] = {
        procType = "passive",
        classId = 117,
        event = EVENT_COMBAT_EVENT,
        description = "Displays the cooldown for gaining ultimate when consuming Crux.",
        settingsColor = "CD5031",
        id = {185051, 185070},
        enabled = false,
        result = ACTION_RESULT_POWER_ENERGIZE,
        cooldownDurationMs = 8000,
        onCooldown = false,
        timeOfProc = 0,
        texture = "/esoui/art/icons/passive_arcanist_08.dds",
        showFrame = true,
    },