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

Implements the Blood Knight Battlecry: All minions lose Divine Shield. Gain +3/+3 for each Shield lost.
Inheritance: BaseMinion, IBattlecry
Afficher le fichier Open project: kwluo90/HearthAnalyzer

Méthodes publiques

Méthode Description
Battlecry ( IDamageableEntity subTarget ) : void
BloodKnight ( int id = -1 ) : System

Private Methods

Méthode Description
RemoveDivineShieldAndBuffBloodKnight ( BaseMinion minion ) : void

Removes divine shield from the minion if it has it and buff's the blood knight

Method Details

Battlecry() public méthode

public Battlecry ( IDamageableEntity subTarget ) : void
subTarget IDamageableEntity
Résultat void

BloodKnight() public méthode

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