源战役客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

479 lines
15 KiB

  1. --副本配置 客户端用的
  2. Config.ConfigDungeonClient = {}
  3. --关卡副本id,需要填写在关卡中才会出现指向刷怪点
  4. Config.ConfigDungeonClient.Dungeon_level_ids = {}
  5. --进入副本多久后开始寻怪 格式 副本id@场景id
  6. Config.ConfigDungeonClient.first_find_time = {["2401@2401"] = 5,["2180@2180"] = 5,["2300@2308"] = 5,["2300@2309"] = 5}
  7. --杀完所有怪物多久后继续寻怪(寻找刷怪点,出现箭头时间)
  8. Config.ConfigDungeonClient.delay_find_time_when_kill_all_monster = 2
  9. --触发刷怪时间多久后继续寻怪(到达目标点后寻怪,寻找刷怪点,出现箭头时间)
  10. Config.ConfigDungeonClient.delay_find_time_when_trigger_monster = 2
  11. Config.ConfigDungeonClient.world_boss_enter_distance = 1000 --进入世界BOSS范围
  12. Config.ConfigDungeonClient.home_boss_enter_distance = 1300 --进入世界BOSS范围
  13. --强制下马
  14. --【副本ID】
  15. Config.ConfigDungeonClient.force_hide_horse =
  16. {
  17. [1003]=true,
  18. [2201]=true,
  19. [2202]=true,
  20. [2203]=true,
  21. [2204]=true,
  22. [10003]=true,
  23. [2101]=true,
  24. [2102]=true,
  25. [2103]=true,
  26. [2104]=true,
  27. [2105]=true,
  28. [2106]=true,
  29. [2107]=true,
  30. [2108]=true,
  31. [2109]=true,
  32. [2110]=true,
  33. [3001]=true,
  34. [3002]=true,
  35. [3110]=true,
  36. [3111]=true,
  37. [3112]=true,
  38. [3113]=true,
  39. [3114]=true,
  40. [3300]=true,
  41. [3301]=true,
  42. [3302]=true,
  43. [3303]=true,
  44. [3304]=true,
  45. [5200]=true,
  46. [5201]=true,
  47. [5202]=true,
  48. [5900]=true,
  49. [5901]=true,
  50. [5902]=true,
  51. [5903]=true,
  52. [5904]=true,
  53. [5905]=true,
  54. [5906]=true,
  55. [5907]=true,
  56. [5908]=true,
  57. [5909]=true,
  58. [5910]=true,
  59. [5911]=true,
  60. [5912]=true,
  61. [5913]=true,
  62. [5914]=true,
  63. [5915]=true,
  64. [5916]=true,
  65. [5917]=true,
  66. [5918]=true,
  67. [5919]=true,
  68. [5920]=true,
  69. [5921]=true,
  70. [5922]=true,
  71. [5923]=true,
  72. [5924]=true,
  73. [5925]=true,
  74. [5926]=true,
  75. [5927]=true,
  76. [5928]=true,
  77. [5929]=true,
  78. [5930]=true,
  79. [5931]=true,
  80. [5932]=true,
  81. [5933]=true,
  82. [5934]=true,
  83. [5935]=true,
  84. [5936]=true,
  85. [5937]=true,
  86. [5938]=true,
  87. [5939]=true,
  88. [5940]=true,
  89. [5941]=true,
  90. [5942]=true,
  91. [5943]=true,
  92. [5944]=true,
  93. [5945]=true,
  94. [5946]=true,
  95. [5947]=true,
  96. [5948]=true,
  97. [5949]=true,
  98. [5950]=true,
  99. [5951]=true,
  100. [5952]=true,
  101. [5953]=true,
  102. [5954]=true,
  103. [5955]=true,
  104. [5956]=true,
  105. [5957]=true,
  106. [5958]=true,
  107. [5959]=true,
  108. [5960]=true,
  109. [5961]=true,
  110. [5962]=true,
  111. [5963]=true,
  112. [5964]=true,
  113. [5965]=true,
  114. [5966]=true,
  115. [5967]=true,
  116. [5968]=true,
  117. [5969]=true,
  118. [5970]=true,
  119. [5971]=true,
  120. [5972]=true,
  121. [5973]=true,
  122. [5974]=true,
  123. [5975]=true,
  124. [5976]=true,
  125. [5977]=true,
  126. [5978]=true,
  127. [5979]=true,
  128. [5980]=true,
  129. [5981]=true,
  130. [5982]=true,
  131. [5983]=true,
  132. [5984]=true,
  133. [5985]=true,
  134. [5986]=true,
  135. [5987]=true,
  136. [5988]=true,
  137. [5989]=true,
  138. [5990]=true,
  139. [5991]=true,
  140. [5992]=true,
  141. [5993]=true,
  142. [5994]=true,
  143. [5995]=true,
  144. [5996]=true,
  145. [5997]=true,
  146. [5998]=true,
  147. [5999]=true,
  148. [56000]=true,
  149. [56001]=true,
  150. [56002]=true,
  151. [56003]=true,
  152. [56004]=true,
  153. [56005]=true,
  154. [56006]=true,
  155. [56007]=true,
  156. [56008]=true,
  157. [56009]=true,
  158. [56010]=true,
  159. [56011]=true,
  160. [56012]=true,
  161. [56013]=true,
  162. [56014]=true,
  163. [56015]=true,
  164. [56016]=true,
  165. [56017]=true,
  166. [56018]=true,
  167. [56019]=true,
  168. [56020]=true,
  169. [56021]=true,
  170. [56022]=true,
  171. [56023]=true,
  172. [56024]=true,
  173. [56025]=true,
  174. [56026]=true,
  175. [56027]=true,
  176. [56028]=true,
  177. [56029]=true,
  178. [56030]=true,
  179. [56031]=true,
  180. [56032]=true,
  181. [56033]=true,
  182. [56034]=true,
  183. [56035]=true,
  184. [56036]=true,
  185. [56037]=true,
  186. [56038]=true,
  187. [56039]=true,
  188. [56040]=true,
  189. [56041]=true,
  190. [56042]=true,
  191. [56043]=true,
  192. [56044]=true,
  193. [56045]=true,
  194. [56046]=true,
  195. [56047]=true,
  196. [56048]=true,
  197. [56049]=true,
  198. [56050]=true,
  199. [56051]=true,
  200. [56052]=true,
  201. [56053]=true,
  202. [56054]=true,
  203. [56055]=true,
  204. [56056]=true,
  205. [56057]=true,
  206. [56058]=true,
  207. [56059]=true,
  208. [56060]=true,
  209. [56061]=true,
  210. [56062]=true,
  211. [56063]=true,
  212. [56064]=true,
  213. [56065]=true,
  214. [56066]=true,
  215. [56067]=true,
  216. [56068]=true,
  217. [56069]=true,
  218. [56070]=true,
  219. [56071]=true,
  220. [56072]=true,
  221. [56073]=true,
  222. [56074]=true,
  223. [56075]=true,
  224. [56076]=true,
  225. [56077]=true,
  226. [56078]=true,
  227. [56079]=true,
  228. [56080]=true,
  229. [56081]=true,
  230. [56082]=true,
  231. [56083]=true,
  232. [56084]=true,
  233. [56085]=true,
  234. [56086]=true,
  235. [56087]=true,
  236. [56088]=true,
  237. [56089]=true,
  238. [56090]=true,
  239. [56091]=true,
  240. [56092]=true,
  241. [56093]=true,
  242. [56094]=true,
  243. [56095]=true,
  244. [56096]=true,
  245. [56097]=true,
  246. [56098]=true,
  247. [56099]=true,
  248. [14001]=true,
  249. }
  250. --重铸副本的寻路位置
  251. Config.ConfigDungeonClient.rebuild_tower_find_way_pos =
  252. {
  253. x = 6280,
  254. y = 4058
  255. }
  256. Config.ConfigDungeonClient.change_scene_transfer_time = 1.6 --切换场景吟唱动作时间
  257. Config.ConfigDungeonClient.change_scene_particle = --吟唱时播放的特效
  258. {
  259. [1] = "mjs_transfer",
  260. [2] = "lqs_transfer",
  261. [3] = "lqs_transfer",
  262. [4] = "zps_transfer",
  263. }
  264. Config.ConfigDungeonClient.GodViewModelInfo = {
  265. big = {pos = Vector3(0,0,0),size = 100},
  266. small = {pos = Vector3(0,0,0),size = 80}
  267. }
  268. Config.ConfigDungeonClient.CheckMonsterDungeonId = {
  269. [10003] = true,
  270. [40001] = true,
  271. [10000] = true,
  272. [1002] = true,
  273. [1003] = true,
  274. [2301] = true,
  275. [2302] = true,
  276. [2303] = true,
  277. [10006] = true,
  278. [10008] = true,
  279. [10009] = true,
  280. [2201] = true,
  281. [2202] = true,
  282. [2203] = true,
  283. [2301] = true,
  284. [2302] = true,
  285. [2303] = true,
  286. [3110] = true,
  287. [3111] = true,
  288. [3112] = true,
  289. [3113] = true,
  290. [3114] = true,
  291. [3300] = true,
  292. [3301] = true,
  293. [3302] = true,
  294. [3303] = true,
  295. [3304] = true,
  296. [5200] = true,
  297. [5201] = true,
  298. [5202] = true,
  299. [2101] = true,
  300. [2102] = true,
  301. }
  302. --在同一场景传送到不同区域吟唱时间
  303. Config.ConfigDungeonClient.FlyWaitTime = 2.5
  304. --在同一场景传送到不同区域等待开始时间
  305. Config.ConfigDungeonClient.BeforeFlyTime = 4
  306. --吟唱时播放的特效
  307. Config.ConfigDungeonClient.transfer_particle =
  308. {
  309. [1] = "mjs_transfer",
  310. [2] = "lqs_transfer",
  311. [3] = "lqs_transfer",
  312. [4] = "zps_transfer",
  313. }
  314. --模拟物品掉落时候的物品特效
  315. Config.ConfigDungeonClient.DropItemEffect =
  316. {
  317. [3] = "function_getobj_yellow",
  318. [4] = "function_getobj_red",
  319. [5] = "function_getobj_red",
  320. [6] = "function_getobj_red",
  321. }
  322. Config.ConfigDungeonClient.God_ID_Start = 56000 -- 神格副本最小的ID
  323. Config.ConfigDungeonClient.God_ID_End = 56099 --神格副本最大的ID
  324. Config.ConfigDungeonClient.SurperExpDungeonTicket = 38340001 --经验副本次数劵ID
  325. --副本中触发机关的最大值,max -- 本关最大机关数量,pos 机关位置,用于寻路
  326. Config.ConfigDungeonClient.triggerMaxCount = {
  327. [3110]= {
  328. [2] = {max = 1,pos = {[1] = {x = 2752,y = 4919}} ,tips = {[1] = "打开这个大门就可以前往BOSS的大本营了"}},
  329. [3] = {max = 1,pos = {[1] = {x = 7382,y = 7639}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"}},
  330. },
  331. [3111]= {
  332. [2] = {max = 1,pos = {[1] = {x = 5954,y = 3249}} ,tips = {[1] = "打开这个大门就可以前往BOSS的大本营了"}},
  333. [3] = {max = 1,pos = {[1] = {x = 8595,y = 4970}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"}},
  334. },
  335. [3112]= {
  336. [2] = {max = 1,pos = {[1] = {x = 17614,y = 12958}} ,tips = {[1] = "打开这个大门就可以前往BOSS的大本营了"}},
  337. [3] = {max = 1,pos = {[1] = {x = 16232,y = 8829}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"}},
  338. },
  339. [3113]= {
  340. [2] = {max = 1,pos = {[1] = {x = 10511,y = 10358}} ,tips = {[1] = "打开这个大门就可以前往BOSS的大本营了"}},
  341. [3] = {max = 1,pos = {[1] = {x = 14069,y = 9941}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"}},
  342. },
  343. [3114]= {
  344. [2] = {max = 1,pos = {[1] = {x = 12285,y = 9834}} ,tips = {[1] = "打开这个大门就可以前往BOSS的大本营了"}},
  345. [3] = {max = 1,pos = {[1] = {x = 13505,y = 14424}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"}},
  346. },
  347. [3115]= {
  348. [2] = {max = 1,pos = {[1] = {x = 12285,y = 9834}} ,tips = {[1] = "打开这个大门就可以前往BOSS的大本营了"}},
  349. [3] = {max = 1,pos = {[1] = {x = 13505,y = 14424}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"}},
  350. },
  351. [3116]= {
  352. [2] = {max = 1,pos = {[1] = {x = 12285,y = 9834}} ,tips = {[1] = "打开这个大门就可以前往BOSS的大本营了"}},
  353. [3] = {max = 1,pos = {[1] = {x = 13505,y = 14424}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"}},
  354. },
  355. [3117]= {
  356. [2] = {max = 1,pos = {[1] = {x = 12285,y = 9834}} ,tips = {[1] = "打开这个大门就可以前往BOSS的大本营了"}},
  357. [3] = {max = 1,pos = {[1] = {x = 13505,y = 14424}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"}},
  358. },
  359. [3118]= {
  360. [2] = {max = 1,pos = {[1] = {x = 12285,y = 9834}} ,tips = {[1] = "打开这个大门就可以前往BOSS的大本营了"}},
  361. [3] = {max = 1,pos = {[1] = {x = 13505,y = 14424}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"}},
  362. },
  363. [3119]= {
  364. [2] = {max = 1,pos = {[1] = {x = 12285,y = 9834}} ,tips = {[1] = "打开这个大门就可以前往BOSS的大本营了"}},
  365. [3] = {max = 1,pos = {[1] = {x = 13505,y = 14424}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"}},
  366. },
  367. [3120]= {
  368. [2] = {max = 1,pos = {[1] = {x = 12285,y = 9834}} ,tips = {[1] = "打开这个大门就可以前往BOSS的大本营了"}},
  369. [3] = {max = 1,pos = {[1] = {x = 13505,y = 14424}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"}},
  370. },
  371. [3121]= {
  372. [2] = {max = 1,pos = {[1] = {x = 12285,y = 9834}} ,tips = {[1] = "打开这个大门就可以前往BOSS的大本营了"}},
  373. [3] = {max = 1,pos = {[1] = {x = 13505,y = 14424}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"}},
  374. },
  375. [3122]= {
  376. [2] = {max = 1,pos = {[1] = {x = 12285,y = 9834}} ,tips = {[1] = "打开这个大门就可以前往BOSS的大本营了"}},
  377. [3] = {max = 1,pos = {[1] = {x = 13505,y = 14424}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"}},
  378. },
  379. [3300]= {
  380. ["4@1"] = {max = 1,pos = {[1] = {x = 7138,y = 17240}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"},open_tips = {[1] = "胜利就在前方了,赶快破除机关"}},
  381. ["4@2"] = {max = 1,pos = {[1] = {x = 17112,y = 18086}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"},open_tips = {[1] = "胜利就在前方了,赶快破除机关"}},
  382. --[4] = {max = 1,pos = {[1] = {x = 4677,y = 3644}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"}},
  383. },
  384. [3301]= {
  385. ["4@1"] = {max = 1,pos = {[1] = {x = 7138,y = 17240}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"},open_tips = {[1] = "胜利就在前方了,赶快破除机关"}},
  386. ["4@2"] = {max = 1,pos = {[1] = {x = 17112,y = 18086}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"},open_tips = {[1] = "胜利就在前方了,赶快破除机关"}},
  387. --[4] = {max = 1,pos = {[1] = {x = 4677,y = 3644}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"}},
  388. },
  389. [3302]= {
  390. ["4@1"] = {max = 1,pos = {[1] = {x = 7138,y = 17240}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"},open_tips = {[1] = "胜利就在前方了,赶快破除机关"}},
  391. ["4@2"] = {max = 1,pos = {[1] = {x = 17112,y = 18086}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"},open_tips = {[1] = "胜利就在前方了,赶快破除机关"}},
  392. --[4] = {max = 1,pos = {[1] = {x = 4677,y = 3644}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"}},
  393. },
  394. [3303]= {
  395. ["4@1"] = {max = 1,pos = {[1] = {x = 7138,y = 17240}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"},open_tips = {[1] = "胜利就在前方了,赶快破除机关"}},
  396. ["4@2"] = {max = 1,pos = {[1] = {x = 17112,y = 18086}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"},open_tips = {[1] = "胜利就在前方了,赶快破除机关"}},
  397. --[4] = {max = 1,pos = {[1] = {x = 4677,y = 3644}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"}},
  398. },
  399. [3304]= {
  400. ["4@1"] = {max = 1,pos = {[1] = {x = 7138,y = 17240}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"},open_tips = {[1] = "胜利就在前方了,赶快破除机关"}},
  401. ["4@2"] = {max = 1,pos = {[1] = {x = 17112,y = 18086}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"},open_tips = {[1] = "胜利就在前方了,赶快破除机关"}},
  402. --[4] = {max = 1,pos = {[1] = {x = 4677,y = 3644}} ,tips = {[1] = "最终的BOSS就在前方了,要抓紧破解机关"}},
  403. },
  404. }
  405. Config.ConfigDungeonClient.infoList = {
  406. [1] = {
  407. [1] = {name = "星灵副本",view = DungeonItemSubView,dun_type = BaseDungeonModel.DUN_TYPE.COIN,circle = "fbui_bg1_6",open_lv = 85},
  408. [2] = {name = "经验宝库",view = DungeonExpSubView,dun_type = BaseDungeonModel.DUN_TYPE.EXP,circle = "fbui_bg1_5",open_lv = 70},
  409. --[3] = {name = "铜币副本",view = DungeonItemSubView,dun_type = BaseDungeonModel.DUN_TYPE.STAR,circle = "fbui_bg1_3"},
  410. [3] = {name = "降神副本",view = DungeonItemSubView,dun_type = BaseDungeonModel.DUN_TYPE.GOD,circle = "fbui_bg1_4",open_lv = 115},
  411. },
  412. [2] = {
  413. --[1] = {name = "洗练副本",view = DungeonItemSubView,dun_type = BaseDungeonModel.DUN_TYPE.REFINE,circle = "fbui_bg1_5"},
  414. [1] = {name = "情侣副本",view = DungeonItemSubView,dun_type = BaseDungeonModel.DUN_TYPE.LOVE,circle = "fbui_bg1_2",open_lv = 180},
  415. [2] = {name = "装备副本",view = DungeonItemSubView,dun_type = BaseDungeonModel.DUN_TYPE.EQUIP,circle = "fbui_bg1_8",open_lv = 105},
  416. [3] = {name = "洗练副本",view = DungeonItemSubView,dun_type = BaseDungeonModel.DUN_TYPE.REFINE,circle = "fbui_bg1_7",open_lv = 260},
  417. [4] = {name = "重铸副本",view = DungeonItemSubView,dun_type = BaseDungeonModel.DUN_TYPE.REBUILD,circle = "fbui_bg1_2",open_lv = 330},
  418. },
  419. -- [3] = {
  420. -- },
  421. -- [3] = {view = DungeonItemSubView,dun_type = BaseDungeonModel.DUN_TYPE.COIN},
  422. -- [4] = {view = DungeonExpSubView,dun_type = BaseDungeonModel.DUN_TYPE.EXP},
  423. -- [5] = {view = DungeonItemSubView,dun_type = BaseDungeonModel.DUN_TYPE.STAR},
  424. -- [6] = {view = DungeonItemSubView,dun_type = BaseDungeonModel.DUN_TYPE.GOD},
  425. -- [7] = {},
  426. } --副本的内容
  427. --怪物出生需要固定方向
  428. Config.ConfigDungeonClient.monster_direction = {
  429. [1003001] = -30,
  430. [1003002] = -90,
  431. }
  432. Config.ConfigDungeonClient.dunTypeStr = {
  433. [0] = "普通副本",
  434. [1] = "诛仙塔",
  435. [2] = "金币副本",
  436. [3] = "宠物副本",
  437. [4] = "经验宝库",
  438. [5] = "装备副本",
  439. [6] = "五行副本",
  440. [7] = "塔防副本",
  441. [8] = "聚魂副本",
  442. [9] = "社团首领",
  443. [10] = "个人首领",
  444. [11] = "守卫社团",
  445. [12] = "符文副本",
  446. [13] = "情缘副本",
  447. [14] = "诛邪战场",
  448. }
  449. --单人Boss副本,星级对应的掉落加成
  450. Config.ConfigDungeonClient.PersonBossStarAdd = {
  451. ["style_scene"] = "当前掉落<color='#ffdf00'> %s%%</color>",--场景内显示的格式
  452. ["style_result"] = "当前掉落<color='#ffdf00'> %s%%</color>",--结算界面格式
  453. ["style_scene_non"] = "当前掉落<color='#ffdf00'> 100%</color>",--场景内格式0星
  454. ["style_result_non"] = "当前掉落<color='#ffdf00'> 100%</color>",--结算界面格式0星
  455. [1] = 140,
  456. [2] = 170,
  457. [3] = 200
  458. }