Files
game-driver/game.md
2024-11-13 11:25:37 +08:00

54 lines
565 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.
# 特殊游戏节点报文
## 入口0
入口处不需要任何额外的处理
```json lines
{}
```
## 召唤神女1
```json lines
{
// 等待30s
"wait": 30
}
```
## 镇水神力2
```json lines
{
// 播放文件地址,支持 file:// 本地文件地址、 http(s):// 远程文件地址
"video": "",
}
```
## 神女除妖3
除妖处不需要任何额外的处理,待游戏自然完成即可
```json lines
{}
```
## 神女授书4
待定
```json lines
{
}
```
## 青云龙台5
待定
```json lines
{
}
```