From 050e35bc1fcf5ce0ed0fdf84177288b31fb6bab2 Mon Sep 17 00:00:00 2001 From: yuxuanchiadm Date: Mon, 5 Feb 2024 13:41:48 +0800 Subject: [PATCH] Update schema --- playeraction/playeraction.schema.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/playeraction/playeraction.schema.json b/playeraction/playeraction.schema.json index c016ab8..0f56b68 100644 --- a/playeraction/playeraction.schema.json +++ b/playeraction/playeraction.schema.json @@ -362,6 +362,18 @@ "type" ] }, + { + "type": "object", + "properties": { + "type": { + "const": "effect", + "description": "给玩家上effect" + } + }, + "required": [ + "type" + ] + }, { "type": "object", "properties": {