add 拉霸游戏
This commit is contained in:
parent
887e6f1b0a
commit
289538fdb1
|
@ -88,6 +88,7 @@ const (
|
|||
GameId_GatesOfOlympus = 314 // GatesOfOlympus
|
||||
GameId_FortuneSnake = 315 // FortuneSnake
|
||||
GameId_GaneshaGold = 316 // GaneshaGold
|
||||
GameId_SugarRush = 317 // SugarRush
|
||||
__GameId_Fishing_Min__ = 400 //################捕鱼类################
|
||||
GameId_HFishing = 401 //欢乐捕鱼
|
||||
GameId_TFishing = 402 //天天捕鱼
|
||||
|
|
Binary file not shown.
|
@ -6954,6 +6954,41 @@
|
|||
"BetWaterRate": 100,
|
||||
"GameName": "GaneshaGold"
|
||||
},
|
||||
{
|
||||
"Id": 3170001,
|
||||
"Name": "SugarRush",
|
||||
"Title": "1",
|
||||
"GameId": 317,
|
||||
"GameRule": 31700,
|
||||
"GameType": 3,
|
||||
"SceneType": 1,
|
||||
"Desc": "0",
|
||||
"ShowType": 2,
|
||||
"ShowId": 31700,
|
||||
"LimitCoin": 10000,
|
||||
"BaseScore": 1000,
|
||||
"Turn": 31700,
|
||||
"BetDec": "1000",
|
||||
"Ai": [
|
||||
0
|
||||
],
|
||||
"OtherIntParams": [
|
||||
0
|
||||
],
|
||||
"RobotNumRng": [
|
||||
0
|
||||
],
|
||||
"SameIpLimit": 1,
|
||||
"GameDif": "317",
|
||||
"GameClass": 2,
|
||||
"PlatformName": "越南棋牌",
|
||||
"MaxBetCoin": [
|
||||
0
|
||||
],
|
||||
"PlayerWaterRate": 100,
|
||||
"BetWaterRate": 100,
|
||||
"GameName": "SugarRush"
|
||||
},
|
||||
{
|
||||
"Id": 6080001,
|
||||
"Name": "娃娃机",
|
||||
|
|
Binary file not shown.
|
@ -274,6 +274,12 @@
|
|||
"GameId": 316,
|
||||
"GameDif": "316"
|
||||
},
|
||||
{
|
||||
"Id": 31700,
|
||||
"Name": "SugarRush",
|
||||
"GameId": 317,
|
||||
"GameDif": "317"
|
||||
},
|
||||
{
|
||||
"Id": 60800,
|
||||
"Name": "娃娃机",
|
||||
|
|
Binary file not shown.
|
@ -1,4 +1,4 @@
|
|||
|
||||
(€β8–@΅θ;PdX–`c
|
||||
< ((€β2ΕΈ2συ8¬@Άθ;JΖΈJσυPdX¬`Η
|
||||
?<18>ΑΧ/ 2(€β2ΕΈ2συ8ξ@£θ;JσυJΖΈPdXξ`σ
|
||||
?<18>ΑΧ/ 2(€β2ΕΈ2συ8ξ@£θ;JΖΈJσυPdXξ`σ
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
6ӆԆՆֆ׆"¡<>À„=
|
||||
.и<EFBFBD>й<>к<>л<EFBFBD>"Ё<>Р<>=
|
||||
Wл<EFBFBD>г<>д<>й<>к<>е<>ж<>з<>и<EFBFBD>" Ё<><10>т
|
||||
]е<EFBFBD>й<>к<>л<>м<>г<>д<>ж<>з<>и<EFBFBD>"Ђ<>є
|
||||
.к<EFBFBD>л<>и<>й<EFBFBD>"Ё<>Р<>=
|
||||
Wд<EFBFBD>е<>й<>к<>г<>з<>и<>л<>ж<EFBFBD>" Ё<><10>т
|
||||
]ж<EFBFBD>к<>м<>г<>д<>е<>л<>з<>и<>й<EFBFBD>"Ђ<>є
|
||||
à†"¸(
|
||||
à†
|
||||
"¢<>(
|
||||
|
|
BIN
data/DB_Task.dat
BIN
data/DB_Task.dat
Binary file not shown.
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"GameName":"SugarRush",
|
||||
"GameId":317,
|
||||
"GameMode":[0],
|
||||
"SceneType":[1,2,3,4],
|
||||
"CanForceStart":true,
|
||||
"DefaultPlayerCnt":1,
|
||||
"DependentPlayerCnt":true,
|
||||
"EnterAfterStart":true
|
||||
}
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue