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;