添加多语言,config添加内容
parent
f7c6439075
commit
badce2c889
Binary file not shown.
@ -0,0 +1,165 @@
|
||||
{
|
||||
"baseGuestComeTimeInter": 15,
|
||||
"waiterCleanTableTime": 3,
|
||||
"cameraMoveTime": 0.8,
|
||||
"buffetMoveTime": 7,
|
||||
"guestMoveBaseSpeed": 23,
|
||||
"rushTimeGuestMaxCount": 30,
|
||||
"rushTimeGuestMaxCount2": 20,
|
||||
"rushTimeGuestInterTime": 1,
|
||||
"blastGameBuffMul": 2,
|
||||
"blastGameBuffFrequency": 20,
|
||||
"blastGameCannonClickCD": 0.4,
|
||||
"noWaiterWarnAppearDishNum": 0,
|
||||
"noWaiterWarnAppearTimeInter": 20,
|
||||
"haveWaiterWarnAppearDishNum": 5,
|
||||
"haveWaiterWarnAppearTimeInter": 30,
|
||||
"match3GameLimit": 260,
|
||||
"merge2GameLimit": 290,
|
||||
"link3GameLimit": 10000,
|
||||
"guide1901star": 600,
|
||||
"guide1901bamboo": 10000,
|
||||
"guide2001star": 350,
|
||||
"guideCkkEntry": 8000,
|
||||
"drinkTask1": 10000,
|
||||
"drinkTask2": 11000,
|
||||
"GrocerAppearsStar": 500,
|
||||
"GrocerStayTime": 300,
|
||||
"GrocerInterTime": 600,
|
||||
"AdDrumpStickProduct": 12,
|
||||
"signLimit": 300,
|
||||
"activityCentent": 300,
|
||||
"pandaPrivilage": 300,
|
||||
"storeExchangeGold": 500,
|
||||
"VIPButton": 300,
|
||||
"AddStarsBtn": 200,
|
||||
"PrivilageTimes": 350,
|
||||
"randomGuestComeTimeInter": [
|
||||
{
|
||||
"time": 5,
|
||||
"weight": 1000
|
||||
},
|
||||
{
|
||||
"time": 8,
|
||||
"weight": 2000
|
||||
},
|
||||
{
|
||||
"time": 10,
|
||||
"weight": 2000
|
||||
},
|
||||
{
|
||||
"time": 13,
|
||||
"weight": 4000
|
||||
},
|
||||
{
|
||||
"time": 15,
|
||||
"weight": 1000
|
||||
}
|
||||
],
|
||||
"randomGuestComeTimeInter2": [
|
||||
{
|
||||
"time": 3,
|
||||
"weight": 1000
|
||||
},
|
||||
{
|
||||
"time": 6,
|
||||
"weight": 2000
|
||||
},
|
||||
{
|
||||
"time": 8,
|
||||
"weight": 2000
|
||||
},
|
||||
{
|
||||
"time": 10,
|
||||
"weight": 4000
|
||||
},
|
||||
{
|
||||
"time": 11,
|
||||
"weight": 1000
|
||||
}
|
||||
],
|
||||
"polular": {
|
||||
"drumToolAddPop": 1000,
|
||||
"freeDrumpClick": 400,
|
||||
"doubleClickInter": 0.3,
|
||||
"starGrow": [
|
||||
{
|
||||
"star": 0,
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"star": 100,
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"star": 1000,
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"star": 5000,
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"star": 10000,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"baseGrow": [
|
||||
{
|
||||
"getType": 2,
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"getType": 3,
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"getType": 4,
|
||||
"value": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"outdoor": {
|
||||
"plantSpeed": [
|
||||
0,
|
||||
1,
|
||||
1,
|
||||
0.1,
|
||||
0.1
|
||||
],
|
||||
"harvestSpeed": [
|
||||
0,
|
||||
0.3,
|
||||
0.3,
|
||||
0.6,
|
||||
0.6
|
||||
],
|
||||
"fishMoveSpeed": 15,
|
||||
"farmMoveSpeed": 18,
|
||||
"npcMoveSpeed": 90,
|
||||
"plantGragDistance": 60,
|
||||
"woodenhammerReduceProcessingTime": 0.5,
|
||||
"woodenhammerEffectiveTime": 600
|
||||
},
|
||||
"func_open_actor_eatTime": true,
|
||||
"func_open_actor_guestMove": true,
|
||||
"func_open_actor_cookTime": true,
|
||||
"func_open_actor_orderTime": true,
|
||||
"func_open_actor_waiterMove": true,
|
||||
"func_open_actor_tip": true,
|
||||
"actor_eatTime": 8,
|
||||
"actor_guestMoveUp": 2,
|
||||
"actor_cookEffiUp": 0.8,
|
||||
"actor_orderEffiUp": 0.8,
|
||||
"actor_waiterSpeedUp": 2,
|
||||
"actor_tipPro": 0.99,
|
||||
"actor_eatTime_str": "8s",
|
||||
"actor_guestMoveUp_str": "+200%",
|
||||
"actor_cookEffiUp_str": "+80%",
|
||||
"actor_orderEffiUp_str": "+80%",
|
||||
"actor_waiterSpeedUp_str": "+200%",
|
||||
"actor_tipPro_str": "",
|
||||
"actor_stayTime": 9,
|
||||
"pandaDrinkGuestCome": 0.25,
|
||||
"addInitHotRecipeNum": 3
|
||||
}
|
Loading…
Reference in New Issue