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": {