From bf8ae0711d661e56d89a8c4c90ecdcc952c155c3 Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Thu, 22 Aug 2024 13:48:32 +0800 Subject: [PATCH] update --- data/gameconfig/tienlencustom.json | 21 +++++++++++++++++++++ data/gameconfig/tienlencustom_toend.json | 0 data/gameconfig/tienlencustom_yl.json | 0 data/gameconfig/tienlencustom_yl_toend.json | 0 protocol/player/player.proto | 2 +- 5 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 data/gameconfig/tienlencustom.json create mode 100644 data/gameconfig/tienlencustom_toend.json create mode 100644 data/gameconfig/tienlencustom_yl.json create mode 100644 data/gameconfig/tienlencustom_yl_toend.json diff --git a/data/gameconfig/tienlencustom.json b/data/gameconfig/tienlencustom.json new file mode 100644 index 0000000..25f0e3f --- /dev/null +++ b/data/gameconfig/tienlencustom.json @@ -0,0 +1,21 @@ +{ + "GameName":"tienlen房卡经典", + "GameId":215, + "GameMode":[0], + "SceneType":[1], + "CanForceStart":true, + "MinPlayerCnt":2, + "DefaultPlayerCnt":4, + "MaxIndex":7, + "TimeFreeStart":0, + "TimeFreeEnd":0, + "DependentPlayerCnt":true, + "EnterAfterStart":false, + "Params":[ + {"Name":"PlayerNum", "AliasName":"pn", "Desc":"人数选项,0四人1八人", "Min":0, "Max":1, "Default":0, "Value":[4,8], "CustomIndex":1 }, + {"Name":"BaiPai", "AliasName":"bp", "Desc":"摆牌方式,0自动1手动", "Min":0, "Max":1, "Default":0, "CustomIndex":-1 }, + {"Name":"Time", "AliasName":"t", "Desc":"摆牌时间", "Min":30, "Max":90, "Default":30, "CustomIndex":-1 }, + {"Name":"Base", "AliasName":"b", "Desc":"底分选项", "Min":50, "Max":50000, "Default":50, "CustomIndex":6 }, + {"Name":"LaiZi", "AliasName":"lz", "Desc":"癞子,0没有1有", "Min":0, "Max":1, "Default":0, "CustomIndex":-1 } + ] +} \ No newline at end of file diff --git a/data/gameconfig/tienlencustom_toend.json b/data/gameconfig/tienlencustom_toend.json new file mode 100644 index 0000000..e69de29 diff --git a/data/gameconfig/tienlencustom_yl.json b/data/gameconfig/tienlencustom_yl.json new file mode 100644 index 0000000..e69de29 diff --git a/data/gameconfig/tienlencustom_yl_toend.json b/data/gameconfig/tienlencustom_yl_toend.json new file mode 100644 index 0000000..e69de29 diff --git a/protocol/player/player.proto b/protocol/player/player.proto index 4b45515..d336347 100644 --- a/protocol/player/player.proto +++ b/protocol/player/player.proto @@ -1351,7 +1351,7 @@ message SCGuideConfig{ message Config{ // Tp 类型: // 1:小精灵快捷入口 On开关 Value地址 - // 2: ... + // 2:比赛观战开关 On开关 // ... int32 Tp = 1; bool On = 2;