mirror of
https://github.com/parnic/LibDogTag-Unit-3.0.git
synced 2025-06-16 21:41:53 -05:00
Soul shard parts are still valid for destruction locks
This commit is contained in:
@ -117,7 +117,7 @@ DogTag:AddTag("Unit", "IncomingHeal", {
|
||||
},
|
||||
ret = 'number',
|
||||
events = "UNIT_HEAL_PREDICTION#$unit",
|
||||
doc = L["Return the total amount of damage the unit can take without losing health"],
|
||||
doc = L["Return the estimated total amount of healing pending on the unit, such as incomplete casts"],
|
||||
example = ('[IncomingHeal] => "%d"'):format(UnitHealthMax("player")*.258),
|
||||
category = L["Health"],
|
||||
})
|
||||
|
@ -415,6 +415,13 @@ local specialPowers = {
|
||||
arg2 = SPELL_POWER_SOUL_SHARDS,
|
||||
eventPowerIdentifier = "SOUL_SHARDS",
|
||||
},
|
||||
{
|
||||
class = "WARLOCK",
|
||||
tag = "SoulShardParts",
|
||||
arg2 = SPELL_POWER_SOUL_SHARDS,
|
||||
arg3 = true,
|
||||
eventPowerIdentifier = "SOUL_SHARDS",
|
||||
},
|
||||
{
|
||||
class = "PALADIN",
|
||||
tag = "HolyPower",
|
||||
@ -459,14 +466,6 @@ if not wow_700 then -- Parnic: shadow orbs are no more in 7.0
|
||||
eventPowerIdentifier = "DEMONIC_FURY",
|
||||
}
|
||||
specialPowers[#specialPowers + 1] =
|
||||
{
|
||||
class = "WARLOCK",
|
||||
tag = "SoulShardParts",
|
||||
arg2 = SPELL_POWER_SOUL_SHARDS,
|
||||
arg3 = true,
|
||||
eventPowerIdentifier = "SOUL_SHARDS",
|
||||
}
|
||||
specialPowers[#specialPowers + 1] =
|
||||
{
|
||||
class = "DRUID",
|
||||
tag = "EclipsePower",
|
||||
|
Reference in New Issue
Block a user