diff --git a/at/lexicons/ai/syui/game/user.json b/at/lexicons/ai/syui/game/user.json index 7ee3890..25e32b1 100644 --- a/at/lexicons/ai/syui/game/user.json +++ b/at/lexicons/ai/syui/game/user.json @@ -21,6 +21,7 @@ }, "charactor": { "type": "object", + "enum": ["ai", "test"], "properties": { "ai":{ "type": "object", @@ -31,6 +32,15 @@ "maximum": 7, "default": 1 }, + "exp":{ + "type": "integer" + }, + "rank":{ + "type": "integer", + "minimum": 0, + "maximum": 7, + "default": 0 + }, "hp":{ "type": "integer", "maximum": 255, @@ -41,6 +51,18 @@ "minimum": 1, "maximum": 255, "default": 1 + }, + "critical":{ + "type": "integer", + "minimum": 0, + "maximum": 255, + "default": 0 + }, + "critical_d":{ + "type": "integer", + "minimum": 0, + "maximum": 255, + "default": 0 } } }