C# Class HearthAnalyzer.Core.Cards.Minions.AuchenaiSoulpriest

Implements the Auchenai Soulpriest Your cards and powers that restore Health now deal damage instead.
Technically, this card isn't implemented in Hearthstone as a triggered effect card but for our purposes, it's simpler to do it this way and it should be functionally equivalent.
Inheritance: BaseMinion, ITriggeredEffectOwner
ファイルを表示 Open project: kwluo90/HearthAnalyzer

Public Methods

Method Description
AuchenaiSoulpriest ( int id = -1 ) : System
RegisterEffect ( ) : void

Private Methods

Method Description
OnHealing ( BasePlayer healer, IDamageableEntity target, int healAmount, bool &shouldAbort ) : void

Method Details

AuchenaiSoulpriest() public method

public AuchenaiSoulpriest ( int id = -1 ) : System
id int
return System

RegisterEffect() public method

public RegisterEffect ( ) : void
return void