ybx_Gdn 10 maanden geleden
bovenliggende
commit
d8eebd5b40

+ 2 - 1
Assets/Content/Config/GlobalCfg.csv

@@ -349,4 +349,5 @@ int,string,int,string,float
 362,挑战者大厅购买次数消耗,,2:50000;2:60000;2:80000;2:100000;2:120000;2:150000,
 363,最大关卡ID,580100,,
 364,远航最大购买次数,5,,
-365,自动爬塔计时秒数,10,,
+364,噩梦开放,580100,,
+465,自动爬塔计时秒数,10,,

+ 26 - 1
Assets/Content/Config/LanguagePackage_cn.csv

@@ -10027,4 +10027,29 @@ WanTxt,万
 YiTxt,亿
 ItemTypeDes_56,道具
 LoginGetServerListError,当前玩家用户过多,请稍后再试
-LoginGetServerListErrorString,正在登录玩家用户过多,{0}s后将重试
+LoginGetServerListErrorString,正在登录玩家用户过多,{0}s后将重试
+Notice_TeQuanKa,畢業特權卡以開放,購買特權後禮金使用額度將無上限。
+MapModeTxt_0,普通模式
+MapModeTxt_1,困難模式
+MapModeTxt_2,噩夢模式
+SelectMapModeTxt,模式切換
+Dif_S_LvName,[噩夢]
+Diff_S_TaskConditionTxt,通關噩夢模式{0}  {1}/1
+SelectMapModeTxt,模式切換
+TaskUI_1,困難任務
+TaskUI_2,噩夢任務
+wjTower,無盡深淵
+TowerMode,切換試煉
+TowerUnlock,通關【{0}】 【{1}層】 解鎖 【{2}】
+WjTowerRewardCondition,通關 {0} {1}層 獎勵
+WjBattleBuffTxt,戰鬥鼓舞
+WjBattleType1,金幣鼓舞
+WjBattleType2,普通鼓舞
+WjBattleType3,超級鼓舞
+WjBattleBuff_Dec,{0} :每層鼓舞增加{1}%攻擊力、防禦力和開場生成{2}%的最大生命值護盾\n當前鼓舞:{3}/{4}
+WjBattleBuff_Dec2,當前鼓舞增加{0}%攻擊力、防禦力和開場生成{1}%的最大生命值護盾
+WjBuyBattleBuff,前往鼓舞
+WjBattleBuff_Max,鼓舞上限
+WjBattleBuff_Btn,鼓舞
+WjBattleBuff_Dec3,每層鼓舞增加{0}%攻擊力、防禦力和開場生成{1}%的最大生命值護盾\n當前鼓舞:{2}/{3}
+WjBattleBuff_Dec4,是否消耗 <color=#00ab65>{0}</color>*<color=#078DF5>{1}</color> 购买一层 {2}

+ 1 - 1
Assets/Lua/UI/UIClimbingTower/UIClimbingTowerBattleWinView.lua

@@ -113,7 +113,7 @@ end
 
 function UIClimbingTowerBattleWinView:AutoPlayTimer()
 	self.autoPlay:SetActive(true)
-	self.maxTime = GlobalConfig.Instance:GetConfigIntValue(365)
+	self.maxTime = GlobalConfig.Instance:GetConfigIntValue(465)
 	self.curTime =0
 	self.curTimer = nil
 	self:StartTimer()

+ 1 - 1
Assets/Lua/UI/UIClimbingTower/UIClimbingTowerView.lua

@@ -907,7 +907,7 @@ end
 function UIClimbingTowerView:RefTowerModeBtn(cmode)
 	local curMode = cmode
 
-	local AllMode = {0,1,2} ---0 c  1 P  2 W
+	local AllMode = {0,1} ---0 c  1 P  2 W
 
 	-- local emUnlockLevel = GlobalConfig.Instance:GetConfigIntValue(365)
 	-- local curLevel = ManagerContainer.LuaBattleMgr:GetCurDiffLvID()