Files
game-driver/json.md

68 lines
869 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 点位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,
"game": {
"wait": 36
}
}
```