Added the "speed" statistic

This commit is contained in:
Kayne Ruse
2014-05-16 17:56:40 +10:00
parent b1d6e5a314
commit 873715b28c
4 changed files with 7 additions and 3 deletions
+1
View File
@@ -71,6 +71,7 @@ CREATE TABLE IF NOT EXISTS PlayerCharacters (
defence INTEGER DEFAULT 0,
intelligence INTEGER DEFAULT 0,
resistance INTEGER DEFAULT 0,
speed INTEGER DEFAULT 0,
accuracy REAL DEFAULT 0.0,
evasion REAL DEFAULT 0.0,
luck REAL DEFAULT 0.0,