Implements several more moves
This commit is contained in:
@@ -29,4 +29,16 @@ public enum Statistic : byte
|
||||
/// Speed determines the order that a Pokémon can act in battle.
|
||||
/// </summary>
|
||||
Speed,
|
||||
|
||||
/// <summary>
|
||||
/// Evasion determines the likelihood that a Pokémon will dodge an attack.
|
||||
/// This is not part of base stats, but is a temporary stat boost.
|
||||
/// </summary>
|
||||
Evasion,
|
||||
|
||||
/// <summary>
|
||||
/// Accuracy determines the likelihood that a Pokémon will hit an attack.
|
||||
/// This is not part of base stats, but is a temporary stat boost.
|
||||
/// </summary>
|
||||
Accuracy,
|
||||
}
|
||||
Reference in New Issue
Block a user