Свойство | Type | Description | |
---|---|---|---|
BonusHealth | int | ||
BonusSpellPower | int | ||
CurrentHealth | int | ||
MaxHealth | int | ||
StatusEffects | MinionStatusEffects |
Méthode | Description | |
---|---|---|
ApplyStatusEffects ( MinionStatusEffects effects ) : void |
Applies the provided effects to the minion
|
|
Attack ( IDamageableEntity target ) : void |
Attacks another target
|
|
Die ( ) : void |
Called when a minion dies
|
|
GetCurrentAttackPower ( ) : int | ||
RemoveStatusEffects ( MinionStatusEffects effects ) : void |
Removes the specified effects from the minion
|
|
ResetAttacksThisTurn ( ) : void |
Resets the number of attacks this minion has performed this turn.
|
|
Silence ( ) : void |
Called when a minion is silenced
|
|
TakeBuff ( int attackBuff, int healthBuff ) : void | ||
TakeDamage ( int damage ) : void | ||
TakeHealing ( int healAmount ) : void | ||
TakeTemporaryBuff ( int attackBuff ) : void |
Méthode | Description | |
---|---|---|
BaseMinion ( ) : System |
public ApplyStatusEffects ( MinionStatusEffects effects ) : void | ||
effects | MinionStatusEffects | The effects to apply |
Résultat | void |
public Attack ( IDamageableEntity target ) : void | ||
target | IDamageableEntity | The target to attack |
Résultat | void |
public RemoveStatusEffects ( MinionStatusEffects effects ) : void | ||
effects | MinionStatusEffects | The effects to remove |
Résultat | void |
public TakeBuff ( int attackBuff, int healthBuff ) : void | ||
attackBuff | int | |
healthBuff | int | |
Résultat | void |
public TakeHealing ( int healAmount ) : void | ||
healAmount | int | |
Résultat | void |
public TakeTemporaryBuff ( int attackBuff ) : void | ||
attackBuff | int | |
Résultat | void |