Added the "speed" statistic
This commit is contained in:
@@ -50,6 +50,7 @@ struct CharacterData {
|
||||
int defence = 0;
|
||||
int intelligence = 0;
|
||||
int resistance = 0;
|
||||
int speed = 0;
|
||||
float accuracy = 0.0;
|
||||
float evasion = 0.0;
|
||||
float luck = 0.0;
|
||||
|
||||
Reference in New Issue
Block a user