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
Afficher le fichier Open project: kwluo90/HearthAnalyzer

Méthodes publiques

Méthode Description
AuchenaiSoulpriest ( int id = -1 ) : System
RegisterEffect ( ) : void

Private Methods

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

Method Details

AuchenaiSoulpriest() public méthode

public AuchenaiSoulpriest ( int id = -1 ) : System
id int
Résultat System

RegisterEffect() public méthode

public RegisterEffect ( ) : void
Résultat void