## 点位2(镇水塔) ### 待机 url: `server/wushan/2/wait` ```json { "cron": "08:00-22:00 * * *", "items": [ { "data": "file://./三峡龙脊BGM.mp3" } ] } ``` ### Game url: `server/wushan/2/play` ```json { "tts": { "start": "刘佳勇者,恭喜你成功通关!", "timer": [ { "time": 2, "value": "你的荣耀将获得法阵加持,请迅速移步到法阵位置!" } ] }, "game": { "video": "file://./镇水塔法阵.mp4" } } ``` ## 点位5(登龙云台) ### 待机 url: `server/wushan/5/wait` ```json { "cron": "08:00-22:00 * * *", "items": [ { "data": "file://./三峡龙脊BGM.mp3" } ] } ``` ### Game url: `server/wushan/5/play` ```json { "bgm": "file://./青云龙台.mp3", "power": true, "volume":1, "tts": { "start": "刘佳勇者,恭喜你成功通关!" }, "game": { "wait": 10 } } ```