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
ファイルを表示 Open project: kwluo90/HearthAnalyzer

Public Methods

Method Description
Battlecry ( IDamageableEntity subTarget ) : void
BloodKnight ( int id = -1 ) : System

Private Methods

Method 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 method

public Battlecry ( IDamageableEntity subTarget ) : void
subTarget IDamageableEntity
return void

BloodKnight() public method

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