目 录CONTENT

目录

Ignore Pain Tracker [Bar]

林无双
2024-09-26 / 0 评论 / 0 点赞 / 60 阅读
https://media.wago.io/screenshots/HJbdun3yN/60a3689c338d751114c72cf9.jpghttps://media.wago.io/screenshots/HJbdun3yN/60a3cf5a3f9c027dd94d6ca9.jpghttps://media.wago.io/screenshots/HJbdun3yN/60a3cf5be0711537db7db4c2.jpg

This shows how much absorption you have from Ignore Pain in progress bar format, where a filled bar indicates you have reached or surpassed the max amount of absorption you can get from Ignore Pain at a time. Note that this does not show the duration of the Ignore Pain buff; there are so many other ways to represent this information, so it is not included.

See below for a detailed list of all of the variables that can be plugged into the "Conditions" and "Display" text fields. You can then refer to the existing conditions and display texts (see screenshots) as examples of how to personalize everything.

    ["currentAbsorb"] = "number",
        -- The amount of absorption currently active on the player from Ignore
        -- Pain, taken from the Ignore Pain buff tooltip, or 0 if the buff is
        -- absent.
        --
        -- This is an alias of 'value'.

    ["absorbCap"] = "number",
        -- Formula: 'UnitHealthMax("player") * 0.3'
        --
        -- The max amount of absorbtion that the player can build up right now.
        -- If 'currentAbsorb' is greater than 'absorbCap', then a re-cast would
        -- refresh the duration on Ignore Pain but would not change
        -- 'currentAbsorb'.
        --
        -- This is an alias of 'total'.

    ["percentOfCap"] = "number",
        -- Formula: 'currentAbsorb / absorbCap * 100'

    ["percentOfMaxHp"] = "number",
        -- Formula: 'currentAbsorb / UnitHealthMax("player") * 100'

Inspired by https://wago.io/IgnorePainTracker


自动更新于:2024-09-26 13:41:35
0
  1. 支付宝打赏

    qrcode alipay
  2. 微信打赏

    qrcode weixin

评论区