Property | Type | Description | |
---|---|---|---|
CriticalStrikeCounter | int | ||
DefenseBonusActivated | bool | ||
TemporaryDefenseBonusValue | int |
Method | Description | |
---|---|---|
AjustCriticalStrikeChances ( ) : void | ||
CheckStatsValues ( ) : bool | ||
DetermineDefenseBonusForTurn ( ) : int | ||
Equals ( object obj ) : bool | ||
GetAttackStrenght ( ICharacter, fst, ICharacter, snd ) : int |
Returns the attack strenght of the blow from the attack
|
|
ResetTemporaryBonus ( ) : void | ||
StatGeneration ( float h, float p, float d, float a, float s, float mp, float mr, float l ) : IStats |
public DetermineDefenseBonusForTurn ( ) : int | ||
return | int |
public GetAttackStrenght ( ICharacter, fst, ICharacter, snd ) : int | ||
fst | ICharacter, | The attacker |
snd | ICharacter, | The defender |
return | int |
public StatGeneration ( float h, float p, float d, float a, float s, float mp, float mr, float l ) : IStats | ||
h | float | |
p | float | |
d | float | |
a | float | |
s | float | |
mp | float | |
mr | float | |
l | float | |
return | IStats |