HearthSim / hs-bugs

Unofficial Hearthstone issue tracker
https://hearthsim.info
65 stars 3 forks source link

Kalimos's healing is affected by Spell Damage when you control Auchenai #863

Open Kybxd opened 6 years ago

Kybxd commented 6 years ago

https://youtu.be/lmW1e1uwF6M

Jetz72 commented 5 years ago

Affected by Velen, too:

https://www.reddit.com/r/hearthstone/comments/ajimbs/kalimos_velen_seems_to_be_bugged_tavern_brawl/

Only Water - the healing invocation - is affected. The two that do damage, Fire and Air, are not. Fire and Air have ImmuneToSpellpower tags, which Water doesn't.

troggnostupidhs commented 5 years ago

Not sure if this is the same

https://playhearthstone.com/en-us/blog/22911364

Kalimos' Invocation of Water's card text will no longer indicate that the effect will be doubled while Prophet Velen is in play.

troggnostupidhs commented 5 years ago

I think this is the same. Can someone test?

Jetz72 commented 5 years ago

It looks like the number is no longer dynamic, but there's still no Immune_to_Spellpower tag, or anything that might actually prevent Velen from doubling the healing. Not clear if Velen actually doubled healing prior to this patch though, or if it was just a visual bug. The Auchenai + Spell Damage issue seems like it'd be completely unchanged.

Old:

[Invocation of Water][UNG_211b][41334]
[0 Mana, Spell]
Restore #12 Health to your hero.
CARD_SET=27, CLASS=8, CARDTYPE=5, 1200=1

New:

[Invocation of Water][UNG_211b][41334]
[0 Mana, Spell]
Restore 12 Health to your hero.
CARD_SET=27, CLASS=8, CARDTYPE=5, 1200=1

Fire invocation for comparison:

[Invocation of Fire][UNG_211c][41335]
[0 Mana, Spell]
Deal 6 damage to the enemy hero.
CARD_SET=27, CLASS=8, CARDTYPE=5, ImmuneToSpellpower=1, 1200=1

The 1200 tag seems to indicate that the card is a choice card not subject to normal spell interactions. It was added to the Branching Paths choice cards in the same patch where that card's interaction with Pirate's Mark was fixed (#1111). It's possible that tag now carries an Immune_to_spellpower effect as well, but it'd be best just to test it.