Method | Description | |
---|---|---|
Apply ( float deltaTime ) : bool |
Applies the Buff.
|
|
ArmorReduce ( EnemyBase, owner, float duration, int reductionAmmount ) |
Initializes an instance of DebuffBase.
|
|
EndEffect ( ) : void |
Ends a Buff's effect.
|
public Apply ( float deltaTime ) : bool | ||
deltaTime | float | The time between the last application. |
return | bool |
public ArmorReduce ( EnemyBase, owner, float duration, int reductionAmmount ) | ||
owner | EnemyBase, | The agent under the effect. |
duration | float | The length of time the buff is active. |
reductionAmmount | int | The ammount to reduce the armor by. |