From 978aca61cf1425d083ae6fb0bd83e7c8d93196ee Mon Sep 17 00:00:00 2001 From: syui Date: Sat, 9 Nov 2024 13:27:04 +0900 Subject: [PATCH] fix --- at/lexicons/ai/syui/game/user.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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 } } }