From 902cd1eb0aac155f2ebb9e8a24b0c114a4005149 Mon Sep 17 00:00:00 2001 From: mapleafgo Date: Fri, 7 Mar 2025 19:17:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E7=BB=88=E7=A1=AE=E5=AE=9A=E6=8A=A5?= =?UTF-8?q?=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- json.md | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) diff --git a/json.md b/json.md index 47fbdd8..c38b0c0 100644 --- a/json.md +++ b/json.md @@ -1,3 +1,54 @@ +### Game + +url: `server/wushan/0/play` + +```json +{ + "bgm": "file://./节点bgm.mp3", + "game": { + "wait": 12 + }, + "tts": { + "timer": [ + { + "time": 1, + "value": "ni听得到勇士欢迎来到三峡龙脊,你即将踏上勇者之路,祝你一往无前,登龙折桂!" + } + ] + }, + "volume": 1 +} +``` + +### Game + +url: `server/wushan/1/play` + +```json +{ + "bgm": "file://./节点bgm.mp3", + "game": { + "wait": 30 + }, + "power": true, + "tts": { + "timer": [ + { + "time": 1, + "value": "ni听得到勇士,请于击缶台就位!完成你的挑战!" + }, + { + "time": 15, + "value": "游戏时长已过半" + } + ], + "stop": "游戏终止", + "end": "游戏结束" + }, + "volume": 1 +} +``` + ## 点位2(镇水塔) ### 待机 @@ -35,6 +86,50 @@ url: `server/wushan/2/play` } ``` +### Game + +url: `server/wushan/3/play` + +```json +{ + "bgm": "file://./节点bgm.mp3", + "game": { + "wait": 12 + }, + "tts": { + "timer": [ + { + "time": 1, + "value": "ni听得到勇者,恭喜你成功通关,神力澎湃,可与星辰争辉!" + } + ] + }, + "volume": 1 +} +``` + +### Game + +url: `server/wushan/4/play` + +```json +{ + "bgm": "file://./节点bgm.mp3", + "game": { + "wait": 12 + }, + "tts": { + "timer": [ + { + "time": 1, + "value": "ni听得到勇者,恭喜你成功通关,神格加载,胜利曙光已现!" + } + ] + }, + "volume": 1 +} +``` + ## 点位5(登龙云台) ### 待机