Files
game-driver/json.md
2025-03-17 15:38:35 +08:00

3.1 KiB
Raw Blame History

点位0起点

Game

url: server/wushan/0/play

{
  "bgm": "file://./节点bgm.mp3",
  "game": {
    "wait": 12
  },
  "tts": {
    "timer": [
      {
        "time": 1,
        "value": "ni听得到勇士欢迎来到三峡龙脊,你即将踏上勇者之路,祝你一往无前,登龙折桂!"
      }
    ]
  },
  "volume": 1
}

点位1击缶台

待机

url: server/wushan/1/wait

{
  "cron": "18:00-22:00 * * *",
  "items": [
    {
      "type": 3,
      "data": "/dev/ttyACM0"
    }
  ]
}

Game

url: server/wushan/1/play

{
  "bgm": "file://./节点bgm.mp3",
  "game": {
    "wait": 30
  },
  "power": true,
  "tts": {
    "timer": [
      {
        "time": 1,
        "value": "ni听得到勇士,请于击缶台就位!完成你的挑战!"
      },
      {
        "time": 15,
        "value": "游戏时长已过半"
      }
    ],
    "stop": "游戏终止",
    "end": "游戏结束"
  },
  "volume": 1
}

点位2镇水塔

待机

url: server/wushan/2/wait

{
  "cron": "08:00-22:00 * * *",
  "items": [
    {
      "data": "file://./三峡龙脊BGM.mp3",
      "pause": true
    },
    {
      "cron": "18:00-22:00 * * *",
      "type": 5
    }
  ]
}

Game

url: server/wushan/2/play

{
  "tts": {
    "start": "刘佳勇者,恭喜你成功通关!",
    "timer": [
      {
        "time": 2,
        "value": "你的荣耀将获得法阵加持,请迅速移步到法阵位置!"
      }
    ]
  },
  "game": {
    "video": "file://./镇水塔法阵.mp4"
  }
}

点位3镇压异兽

待机

url: server/wushan/3/wait

{
  "cron": "08:00-22:00 * * *",
  "items": [
    {
      "data": "file://./三峡龙脊BGM.mp3",
      "pause": true
    }
  ]
}

Game

url: server/wushan/3/play

{
  "bgm": "file://./节点bgm.mp3",
  "game": {
    "wait": 12
  },
  "tts": {
    "timer": [
      {
        "time": 1,
        "value": "ni听得到勇者恭喜你成功通关神力澎湃可与星辰争辉"
      }
    ]
  },
  "volume": 1
}

点位4神女影像

待机

url: server/wushan/4/wait

{
  "cron": "08:00-22:00 * * *",
  "items": [
    {
      "data": "file://./三峡龙脊BGM.mp3",
      "pause": true
    }
  ]
}

Game

url: server/wushan/4/play

{
  "bgm": "file://./节点bgm.mp3",
  "game": {
    "wait": 12
  },
  "tts": {
    "timer": [
      {
        "time": 1,
        "value": "ni听得到勇者恭喜你成功通关神格加载胜利曙光已现"
      }
    ]
  },
  "volume": 1
}

点位5登龙云台

待机

url: server/wushan/5/wait

{
  "cron": "08:00-22:00 * * *",
  "items": [
    {
      "data": "file://./三峡龙脊BGM.mp3",
      "pause": true
    },
    {
      "cron": "12:05-12:10 * * *",
      "type": 6,
      "data": "wushan",
      "lock": true
    }
  ]
}

Game

url: server/wushan/5/play

{
  "bgm": "file://./登龙云台.mp3",
  "power": true,
  "volume":1,
  "game": {
    "osc": "dragon",
    "wait": 36
  }
}