源战役客户端
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.

462 lines
24 KiB

  1. Config = Config or {}
  2. --[[
  3. 1~2000
  4. 2001~2999
  5. --]]
  6. --活动的静态配置
  7. Config.ConfigActStatic = {}
  8. --需要请求活动奖励的活动[走通用奖励][选填]
  9. Config.ConfigActStatic.NeedRequireReward = {
  10. [1] = true,
  11. [2] = true,
  12. [3] = true,
  13. [4] = true,
  14. [7] = true,
  15. [11] = true,
  16. [14] = true,
  17. [15] = true,
  18. [17] = true,
  19. [23] = true,
  20. [25] = true,
  21. [19] = true,
  22. [20] = true,
  23. [21] = true,
  24. [22] = true,
  25. [30] = true,
  26. [33] = true,
  27. [34] = true,
  28. [24] = true,
  29. [27] = true,
  30. [39] = true,
  31. [40] = true,
  32. [41] = true,
  33. [42] = true,
  34. [43] = true,
  35. [44] = true,
  36. [46] = true,
  37. [47] = true,
  38. [48] = true,
  39. [51] = true,
  40. [56] = true,
  41. [55] = true,
  42. [57] = true,
  43. [58] = true,
  44. [37] = true,
  45. [38] = true,
  46. [61] = true,
  47. [60] = true,
  48. [59] = true,
  49. [63] = true,
  50. }
  51. --活动类型[1:开服活动 2:合服活动 3:运营活动 4:单独图标 5:封测活动 6:节日活动]
  52. Config.ConfigActStatic.ActType = {
  53. OPEN = 1,
  54. COMBINE = 2,
  55. RUN = 3,
  56. SOLO = 4,
  57. CLOSED = 5,
  58. FESTIVAL = 6,
  59. }
  60. --配置对应活动类型的活动[主要用于活动未开启时候,来获取活动的类型][选填]
  61. Config.ConfigActStatic.ActTypeToAct = {
  62. --开服活动
  63. [1] = {1, 4, 5, 7, 20, 33, 39},
  64. --合服活动
  65. [2] = {},
  66. --运营活动
  67. [3] = {3, 13},
  68. --单独图标
  69. [4] = {2},
  70. --封测活动
  71. [5] = {},
  72. --节日活动
  73. [6] = {},
  74. }
  75. --需要显示在精彩活动界面中的活动[选填]
  76. Config.ConfigActStatic.NeedShowInOperateView = {
  77. --[3] = {sub_view = MarryRankView, sort_index = 256,},
  78. [1] = {sub_view = CharmRankView, sort_index = 255,},
  79. -- [13] = {sub_view = ThrowEggView, sort_index = 254,},
  80. [14] = {sub_view = RechargeGiftView,sort_index = 253},
  81. [15] = {sub_view = LoginGiftView,sort_index = 252},
  82. [17] = {sub_view = DiscountShopView,sort_index = 251},
  83. [12] = {sub_view = DungeonMultipleDropView, sort_index = 257},
  84. [16] = {sub_view = DungeonMultipleExpView, sort_index = 258},
  85. [19] = {sub_view = EudemonsAttackEnterView, sort_index = 259},
  86. [20] = {sub_view = ActivityBossView, sort_index = 260},
  87. [23] = {sub_view = HighPointView, sort_index = 261},
  88. [22] = {sub_view = FireworksView, sort_index = 262},
  89. [21] = {sub_view = ActivityExchangeView, sort_index = 263},
  90. [29] = {sub_view = ActRedBagView, sort_index = 264},
  91. [7] = {sub_view = CumulativeRechargeView, sort_index = 252},
  92. [30] = {sub_view = AccConsumeView, sort_index = 253},
  93. --[31] = {sub_view = LuckyAccView, sort_index = 253},
  94. [4] = {sub_view = CollectingActSubView, sort_index = 258},
  95. [32] = {sub_view = ILoveGoddessView, sort_index = 265},
  96. --[33] = {sub_view = RechargeRankView, sort_index = 250},
  97. --[34] = {sub_view = KingAndQueenView, sort_index = 266},
  98. -- [39] = {sub_view = RechargeRankView, sort_index = 251},
  99. -- [46] = {sub_view = ActivityInvestValueView, sort_index = 252},
  100. [47] = {sub_view = NewDailyRechargeSubView, sort_index = 253},
  101. [48] = {sub_view = SingleRechargeSubView, sort_index = 253},
  102. [52] = {sub_view = BossActDropSubView, sort_index = 253},
  103. [13] = {sub_view = ThrowEggView, sort_index = 254},
  104. [54] = {sub_view = OnlineTimeView, sort_index = 255},
  105. [56] = {sub_view = EverydayLivelyView, sort_index = 256},
  106. [57] = {sub_view = RepeatRechargeView, sort_index = 265},
  107. [58] = {sub_view = RechargeDialView, sort_index = 266},
  108. [59] = {sub_view = EverydayTargetView, sort_index = 249},
  109. [60] = {sub_view = GrowthIntegralView, sort_index = 250},
  110. }
  111. --需要显示在合服活动界面中的活动[选填]
  112. Config.ConfigActStatic.NeedShowInCombineView = {
  113. [15] = {sub_view = LoginGiftView,sort_index = 251},
  114. [4] = {sub_view = CollectingActSubView, sort_index = 252},
  115. [21] = {sub_view = ActivityExchangeView, sort_index = 253},
  116. [16] = {sub_view = DungeonMultipleExpView, sort_index = 254},
  117. [12] = {sub_view = DungeonMultipleDropView, sort_index = 255},
  118. [30] = {sub_view = AccConsumeView, sort_index = 256},
  119. [33] = {sub_view = RechargeRankView, sort_index = 257},
  120. [17] = {sub_view = DiscountShopView,sort_index = 258},
  121. [44] = {sub_view = CombineGuildCompeteSubView,sort_index = 259},
  122. [27] = {sub_view = CombineGuildCompeteSubView,sort_index = 260},
  123. [52] = {sub_view = BossActDropSubView, sort_index = 253},
  124. }
  125. --活动开启等级[默认优先读取后台活动配置{role_lv,1}][没有等级要求的,可不填]
  126. Config.ConfigActStatic.ActOpenLevel = {
  127. [3] = 1,
  128. [4] = 80,
  129. [15] = 150,
  130. [25] = 80,
  131. [20] = 60,
  132. [13] = 75,
  133. [29] = Config.ConfigOpenLv.RightTop.activity or 75,
  134. [30] = 75,
  135. [31] = 75,
  136. [32] = 75,
  137. [43] = 75,
  138. [45] = 50,
  139. [46] = 75,
  140. [50] = 75,
  141. [51] = 75,
  142. [54] = Config.ConfigOpenLv.Activity.onlineTime or 80,
  143. [41] = 150,
  144. [35] = 100,
  145. [55] = 150,
  146. [61] = 150,
  147. }
  148. --活动开启等级[默认优先读取后台活动配置{role_lv,1}][没有等级要求的,可不填]
  149. Config.ConfigActStatic.MulSubActOpenLevel = {
  150. [42] = {
  151. [1] = 100,
  152. [2] = 500,
  153. [3] = 500,
  154. [4] = 999,
  155. }
  156. }
  157. --需要显示在[开服狂欢]界面中的活动[选填]
  158. Config.ConfigActStatic.NeedShowInKaiFuRevelView = {
  159. -- 勇者盟约
  160. [24] = {base_type = 24,sub_view = KFBraveGuildSubView,sort_index = 254,open_level = 70,name = "勇者盟约", light_res = "icon_yz1_1", dark_res = "icon_yz1_2"},
  161. -- 完美情人(三世恋人)
  162. [25] = {base_type = 25,sub_view = PerfectLoverView,sort_index = 259,open_level = 70,name = "完美情人", light_res = "icon_jh1_1", dark_res = "icon_jh1_2"},
  163. -- 社团争霸
  164. [27] = {base_type = 27,sub_view = KFGuildCompeteSubView,sort_index = 257,open_level = 70,name = "社团争霸", light_res = "icon_gh1_1", dark_res = "icon_gh1_2"},
  165. -- BOSS首杀
  166. [26] = {base_type = 26,sub_view = KFKillBossFirstSubView,sort_index = 255,open_level = 70,name = "首领首杀", light_res = "icon_sl1_1", dark_res = "icon_sl1_2"},
  167. -- 新加 集字
  168. [4] = {base_type = 4, sub_view = CollectingActSubView, sort_index = 258,open_level = 30, name = "集字狂欢", light_res = "icon_jz1_1", dark_res = "icon_jz1_2"},
  169. -- -- 新加 七日累充
  170. -- [7] = {base_type = 7, sub_view = SevenRechargeView, sort_index = 256,open_level = 30, name = "七日累充", light_res = "icon_qr1_1", dark_res = "icon_qr1_2"},
  171. -- 新加 每日活跃
  172. [56] = {base_type = 56, sub_view = EverydayLivelyRevelView, sort_index = 256,open_level = 30, name = "七日累充", light_res = "icon_qr1_1", dark_res = "icon_qr1_2"},
  173. }
  174. --需要显示在开服活动图标下拉的活动[选填]
  175. Config.ConfigActStatic.NeedShowInKFDropView = {
  176. -- [1] = {view_index = 1, base_type = 9999, sub_view = KFHighView, sort_index = 256, name = "开服狂欢"},--开服狂欢[弃用]
  177. -- [2] = {view_index = 2, base_type = 8888, sub_view = KFMonumentSubView, sort_index = 255, name = "永恒碑谷"},
  178. -- [3] = {view_index = 3, base_type = 10, sub_view = RushRankMainView, sort_index = 257, name = "开服冲榜"},
  179. -- -- [3] = {view_index = 3, base_type = 10, sub_view = RushRankMainView, sort_index = 257, name = "开服冲榜"},
  180. -- -- [4] = {view_index = 4, base_type = 4, sub_view = CollectingActSubView, sort_index = 258, name = "集字狂欢"},
  181. -- -- [5] = {view_index = 5, base_type = 7, sub_view = SevenRechargeView, sort_index = 259, name = "七日累充"},
  182. -- -- [999] = {view_index = 999, base_type = 999, sub_view = KFActPreView, sort_index = 999, name = "活动总览"},
  183. [10] = {base_type = 10, sub_view = RushRankMainView, sort_index = 257, name = "开服冲榜"},
  184. -- [2] = {view_index = 2, base_type = 10, sub_view = RushRankTargetView, sort_index = 258, name = "目标奖励"}, --开服冲榜的目标奖励 从开服冲榜分离出来了 需要特殊显示
  185. [60] = {base_type = 60, sub_view = GrowthIntegralOpenView, sort_index = 258, name = "成长积分"},
  186. [59] = {base_type = 59, sub_view = EverydayTargetOpenView, sort_index = 259, name = "每日目标"},
  187. [7] = {base_type = 7, sub_view = SevenRechargeOpenView, sort_index = 260, name = "开服累充"},
  188. [17] = {base_type = 17, sub_view = DiscountShopView, sort_index = 261, name = "限时抢购"},
  189. }
  190. Config.ConfigActStatic.KFDropViewTabSource = {
  191. [7] = {default = {light_res = "icon_fl1_1", dark_res = "icon_fl1_2"}, --开服累充
  192. --[[[1] = {light_res = "icon_yz1_1", dark_res = "icon_yz1_2"},
  193. [2] = {light_res = "icon_yz1_1", dark_res = "icon_yz1_2"},
  194. [3] = {light_res = "icon_yz1_1", dark_res = "icon_yz1_2"},
  195. [4] = {light_res = "icon_yz1_1", dark_res = "icon_yz1_2"},
  196. [5] = {light_res = "icon_yz1_1", dark_res = "icon_yz1_2"},
  197. [6] = {light_res = "icon_yz1_1", dark_res = "icon_yz1_2"},
  198. [7] = {light_res = "icon_yz1_1", dark_res = "icon_yz1_2"},--]]},
  199. [10] = {default = {light_res = "icon_yz1_1", dark_res = "icon_yz1_2"}, --开服冲榜
  200. [1] = {light_res = "icon_yz1_1", dark_res = "icon_yz1_2"},
  201. [2] = {light_res = "icon_hh1_1", dark_res = "icon_hh1_2"},
  202. [3] = {light_res = "icon_xl1_1", dark_res = "icon_xl1_2"},
  203. [4] = {light_res = "icon_hz1_1", dark_res = "icon_hz1_2"},
  204. [5] = {light_res = "icon_tz1_1", dark_res = "icon_tz1_2"},
  205. [6] = {light_res = "icon_gh1_1", dark_res = "icon_gh1_2"},},
  206. [60] = {default = {light_res = "icon_qr1_1", dark_res = "icon_qr1_2"}},
  207. [59] = {default = {light_res = "icon_yz1_1", dark_res = "icon_yz1_2"}},
  208. [17] = {default = {light_res = "icon_th1_1", dark_res = "icon_th1_2"}},
  209. }
  210. --需要独立显示图标的活动[选填]
  211. Config.ConfigActStatic.SingleIcon = {
  212. [1] = {base_type = 2, sub_view = CrossCharmRankView, name = "跨服魅力榜"},
  213. [2] = {base_type = 46, sub_view = InvestValueView, name = "超值投资"}
  214. }
  215. --活动对应外部独立图标,主要用来处理删除活动时候清除倒计时还没结束的情况[使用独立图标的必填]
  216. Config.ConfigActStatic.ActToIcon = {
  217. [20] = 41,
  218. [19] = 603,
  219. [13] = 42,
  220. [36] = 48,
  221. [31] = 51,
  222. [41] = {[1] = 411, [2] = 412, [3] = 413, [4] = 414, [5] = 415, [6] = 416, [7] = 417, [8] = 418, [9] = 419, [10] = 420, [11] = 421, [12] = 422},
  223. [42] = 55,
  224. [40] = {[1] = 53, [10001] = 56},
  225. [35] = 57,
  226. [28] = 43,
  227. [43] = 62,
  228. [16] = 45,
  229. [34] = 60,
  230. [33] = 61
  231. }
  232. --节日阶段配置[sort顺序一定要按着日期的顺序]
  233. Config.ConfigActStatic.ActDateInfo = {
  234. --七夕专题活动(8.26-8.28)
  235. [1] = {sort = 6, index = 1, open_date = "8-22", close_date = "8-28", source = "icon_rightTop_30", name = "七夕专题活动(8.26-8.28)"},
  236. --开学 中元 教师节(9.05-9.10)
  237. [2] = {sort = 7, index = 2, open_date = "9-1", close_date = "9-10", source = "icon_rightTop_30", name = "开学 中元 教师节(9.05-9.10)"},
  238. --国庆 中秋(10.01-10.07)
  239. [3] = {sort = 8, index = 3, open_date = "9-27", close_date = "10-9", source = "icon_rightTop_30", name = "国庆 中秋(10.01-10.09)"},
  240. --重阳 万圣节(10.28-11.1)
  241. [4] = {sort = 9, index = 4, open_date = "10-24", close_date = "11-1", source = "icon_rightTop_30", name = "重阳 万圣节(10.28-11.1)"},
  242. --双11(11.11-11.12)
  243. [5] = {sort = 10, index = 5, open_date = "11-7", close_date ="11-12", source = "icon_rightTop_30", name = "双11(11.11-11.12)"},
  244. --寒衣节(11.18-11.19)
  245. [14] = {sort = 11, index = 14, open_date = "11-18", close_date ="11-19", source = "icon_rightTop_30", name = "寒衣节(11.18-11.19)"},
  246. --感恩节(11.23-11.25)
  247. [6] = {sort = 12, index = 6, open_date = "11-21", close_date ="11-25", source = "icon_rightTop_30", name = "感恩节(11.23-11.25)"},
  248. --下元节(11.30-12.04)
  249. [7] = {sort = 13, index = 7, open_date = "11-30", close_date ="12-4", source = "icon_rightTop_30", name = "下元节(11.30-12.04)"},
  250. --双12(12.12-12.14)
  251. [15] = {sort = 14, index = 15, open_date = "12-11", close_date ="12-14", source = "icon_rightTop_30", name = "双12(12.12-12.14)"},
  252. --冬至 圣诞节(12.22-12.25)
  253. [8] = {sort = 15, index = 8, open_date = "12-22", close_date ="12-25", source = "icon_rightTop_30", name = "冬至 圣诞节(12.22-12.25)"},
  254. --元旦(12.30-1.01)
  255. [9] = {sort = 16, index = 9, open_date = "12-28", close_date = "1-3", source = "icon_rightTop_30", name = "元旦(12.30-1.01)"},
  256. --腊八节(1.22-1.24)
  257. [10] = {sort = 1, index = 10, open_date = "1-18", close_date = "1-24", source = "icon_rightTop_30", name = "腊八节(1.22-1.24)"},
  258. --小年(2.06-2.09)
  259. [11] = {sort = 2, index = 11, open_date = "2-4", close_date = "2-9", source = "icon_rightTop_30", name = "小年(2.06-2.09)"},
  260. --情人节(2.11-2.14)
  261. [12] = {sort = 3, index = 12, open_date = "2-11", close_date = "2-14", source = "icon_rightTop_30", name = "情人节(2.11-2.14)"},
  262. --春节 (2.15-2.26)
  263. [16] = {sort = 4, index = 16, open_date = "2-15", close_date = "2-26", source = "icon_rightTop_30", name = "春节(2.15-2.26)"},
  264. --元宵佳节(3.01-3.03)
  265. [13] = {sort = 5, index = 13, open_date = "2-28", close_date = "3-5", source = "icon_rightTop_30", name = "元宵佳节(3.01-3.03)"},
  266. --女神节(3.07-3.09)
  267. [17] = {sort = 5.1, index = 17, open_date = "3-6", close_date = "3-10", source = "icon_rightTop_30", name = "女神节(3.07-3.09)"},
  268. --植树迎春(3.12-3.14)
  269. [18] = {sort = 5.2, index = 18, open_date = "3-11", close_date = "3-16", source = "icon_rightTop_30", name = "植树迎春(3.01-3.03)"},
  270. --周年庆(3.18-3.27)
  271. [21] = {sort = 5.25, index = 21, open_date = "3-18", close_date = "3-2", source = "icon_rightTop_30", name = "周年庆(3.18-3.27)"},
  272. --愚人节(3.29-4.03)
  273. [19] = {sort = 5.3, index = 19, open_date = "3-29", close_date = "4-3", source = "icon_rightTop_30", name = "愚人节(3.29-4.03)"},
  274. --清明节(4.04-4.08)
  275. [20] = {sort = 5.4, index = 20, open_date = "4-4", close_date = "4-8", source = "icon_rightTop_qmj", name = "清明节(4.04-4.08)"},
  276. --春游踏青(4.13-4.15)
  277. [22] = {sort = 5.41, index = 22, open_date = "4-13", close_date = "4-15", source = "icon_rightTop_cytq", name = "春游踏青(4.13-4.15)"},
  278. --爱护地球(4.17-4.22)
  279. [23] = {sort = 5.42, index = 23, open_date = "4-17", close_date = "4-22", source = "icon_rightTop_ahdq", name = "爱护地球(4.17-4.22)"},
  280. --劳动光荣(4.28-5.1)
  281. [24] = {sort = 5.43, index = 24, open_date = "4-28", close_date = "5-1", source = "icon_rightTop_ldgr", name = "劳动光荣(4.28-5.1)"},
  282. --活力青春(5.4-5.7)
  283. [25] = {sort = 5.44, index = 25, open_date = "5-4", close_date = "5-7", source = "icon_rightTop_hlqc", name = "活力青春(5.4-5.7)"},
  284. --妈妈爱我(5.11-5.13)
  285. [26] = {sort = 5.45, index = 26, open_date = "5-11", close_date = "5-13", source = "icon_rightTop_mmaw", name = "妈妈爱我(5.11-5.13)"},
  286. }
  287. --漫灵联运需屏蔽的定制活动
  288. Config.ConfigActStatic.HideInManlingLianYun = {
  289. [6] = true,
  290. [7] = true,
  291. [14] = true,
  292. [33] = true,
  293. [39] = true,
  294. }
  295. Config.ConfigActStatic.CloudShoppingDescBenFu = [[
  296. 1.
  297. 2.
  298. 3.22
  299. 4.
  300. 5.
  301. 6.
  302. 7.18
  303. 8.
  304. vip05
  305. vip110
  306. vip215
  307. vip320
  308. vip430
  309. vip540
  310. vip650
  311. vip760
  312. vip880
  313. vip9100
  314. vip10120
  315. vip11150
  316. vip12200
  317. vip13250
  318. vip14300
  319. vip15400
  320. ]]
  321. Config.ConfigActStatic.CloudShoppingDescKuaFu = [[
  322. 1.022
  323. 2.
  324. 3.
  325. 4.22
  326. 5.
  327. 6.
  328. ]]
  329. --幸运转盘说明
  330. Config.ConfigActStatic.LuckyTurntableDesc = [[
  331. 1.680
  332. 2.*5
  333. 3.24:00
  334. ]]
  335. --幸运鉴宝图标资源[新加的资源必须加在这里]
  336. Config.ConfigActStatic.LuckyAccIconRes = {
  337. [8] = "lyzj",
  338. [9] = "wsws",
  339. [10] = "clzy",
  340. [11] = "xtsq",
  341. [12] = "hssb",
  342. [13] = "mwhq",
  343. [14] = "slyd",
  344. [15] = "jlwz",
  345. [17] = "mwbt",
  346. [19] = "hjbb",
  347. [21] = "chfb",
  348. [23] = "jwzj",
  349. [25] = "lyzy",
  350. [27] = "clhz",
  351. }
  352. --活跃转盘图标资源
  353. Config.ConfigActStatic.ActiveTurnIconRes = {
  354. [1] = "jljl",
  355. [2] = "qzyb",
  356. [3] = "jljh",
  357. }
  358. Config.ConfigActStatic.RushRankTitle = {
  359. [1] =[[<color=#ffee35></color>7
  360. <color=#ffee35>7</color>
  361. ]],
  362. [2] = [[<color=#ffee35></color>7
  363. <color=#ffee35>7</color>
  364. ]],
  365. [3] = [[<color=#ffee35></color>7
  366. <color=#ffee35>7</color>
  367. ]],
  368. [4] = [[<color=#ffee35></color>7
  369. <color=#ffee35>7</color>
  370. ]],
  371. [5] = [[<color=#ffee35></color>7
  372. <color=#ffee35>7</color>
  373. ]],
  374. [6] = [[<color=#ffee35></color>7
  375. <color=#ffee35>7</color>
  376. ]],
  377. [7] = [[]],
  378. }
  379. --七天登录图标资源
  380. Config.ConfigActStatic.SevenDayIconRes = {
  381. [1] = "icon_13_qtdl",
  382. [2] = "icon_150_qisl",
  383. [3] = "icon_150_qisl",
  384. [4] = "icon_150_qisl",
  385. }
  386. -- 开服冲榜之'我要上榜'的变强途径 winid和subid都是openfun的内容 sort_id排序 recommend_star推荐星级
  387. -- min_lv 和max_lv 是系统的开启等级 可以这里配置 也可以对openfun的
  388. Config.ConfigActStatic.KFRushRankWay = {
  389. [1] = {
  390. {name = "经验宝库", winid = 610, subid = 31, desc = "每天可参与2次经验宝库,获取超高额经验,V4及以上可额外购买进入次数", min_lv = 75, max_lv = 1000, sort_id = 1, recommend_star = 6},
  391. {name = "经验书馆", winid = 90, subid = 2, desc = "唤醒魔法书可领取大量经验,初始可领取10次,VIP可获得额外领取次数", min_lv = 75, max_lv = 1000, sort_id = 2, recommend_star = 6},
  392. {name = "限时抢购", winid = 331, subid = 13, desc = "冲榜特惠,不容错过", min_lv = 75, max_lv = 1000, sort_id = 3, recommend_star = 6},
  393. {name = "经验馆主", winid = 153, subid = 3, desc = "佩戴经验馆主+50%经验加成,自动拾取掉落物品,挂机必备", min_lv = 1, max_lv = 1000, sort_id = 4, recommend_star = 5},
  394. {name = "飞艇护送", winid = 500, subid = 0, desc = "飞艇护送即可获得海量经验和金币,最高品质更有红钻奖励哦", min_lv = 130, max_lv = 1000, sort_id = 5, recommend_star = 5},
  395. {name = "日常任务", winid = 300, subid = 2, desc = "完成日常任务可获取海量的经验和金币奖励", min_lv = 55, max_lv = 1000, sort_id = 6, recommend_star = 3},
  396. {name = "社团任务", winid = 300, subid = 3, desc = "完成社团任务可获得大量的社团贡献,金币和经验奖励", min_lv = 155, max_lv = 1000, sort_id = 7, recommend_star = 3},
  397. },
  398. [2] = {
  399. {name = "坐骑许愿", winid = 331, subid = 61, desc = "参与坐骑许愿可获得坐骑·规划中外观,加海量坐骑战力", min_lv = 115, max_lv = 1000, sort_id = 1, recommend_star = 6},
  400. {name = "限时抢购", winid = 331, subid = 13, desc = "冲榜特惠,不容错过", min_lv = 75, max_lv = 1000, sort_id = 2, recommend_star = 6},
  401. {name = "限购商城", winid = 153, subid = 1, desc = "所有商品打折出售,每周一凌晨4点刷新哦", min_lv = 1, max_lv = 1000, sort_id = 3, recommend_star = 6},
  402. {name = "常用商城", winid = 153, subid = 2, desc = "在商城,消耗彩钻和红钻购买坐骑树果,可快速升星提升坐骑战力", min_lv = 1, max_lv = 1000, sort_id = 4, recommend_star = 3},
  403. {name = "坐骑升星", winid = 19, subid = 1, desc = "在坐骑界面可进行坐骑升星,推荐勾选材料不足自动购买", min_lv = 24, max_lv = 1000, sort_id = 5, recommend_star = 3},
  404. },
  405. [3] = {
  406. {name = "降神许愿", winid = 331, subid = 61, desc = "参与降神许愿可获得降神·规划中外观,加海量降神战力", min_lv = 80, max_lv = 1000, sort_id = 1, recommend_star = 6},
  407. {name = "限时抢购", winid = 331, subid = 13, desc = "冲榜特惠,不容错过", min_lv = 75, max_lv = 1000, sort_id = 2, recommend_star = 6},
  408. {name = "每周限购", winid = 153, subid = 1, desc = "每周限购神源之火,快速提升降神战力", min_lv = 1, max_lv = 1000, sort_id = 3, recommend_star = 6},
  409. {name = "常用商城", winid = 153, subid = 2, desc = "商城,消耗彩钻和红钻购买神源之火,可快速升星提升降神战力", min_lv = 1, max_lv = 1000, sort_id = 4, recommend_star = 4},
  410. {name = "降神升阶", winid = 440, subid = 1, desc = "在降神界面可进行降神升阶,推荐勾选材料不足自动购买", min_lv = 75, max_lv = 1000, sort_id = 5, recommend_star = 3},
  411. },
  412. [4] = {
  413. {name = "魂珠秘宝", winid = 181, subid = 5, desc = "参与魂珠秘宝,快速获得成品魂珠,10连抽必得橙色以上魂珠,加海量魂珠战力", min_lv = 200, max_lv = 1000, sort_id = 1, recommend_star = 6},
  414. {name = "魂珠副本", winid = 610, subid = 5, desc = "通关魂珠副本,可获得大量魂珠道具", min_lv = 105, max_lv = 1000, sort_id = 2, recommend_star = 4},
  415. {name = "魂珠限购", winid = 331, subid = 411, desc = "参与魂珠巨折,极低折扣价,享受超值魂珠,魂珠升战快速有效", min_lv = 150, max_lv = 1000, sort_id = 3, recommend_star = 3},
  416. {name = "限时抢购", winid = 331, subid = 13, desc = "冲榜特惠,不容错过", min_lv = 75, max_lv = 1000, sort_id = 4, recommend_star = 3},
  417. },
  418. [5] = {
  419. {name = "合成红装", winid = 4, subid = 1, desc = "红装属性逆天,战力爆棚,使用橙二装备可合成红装", min_lv = 55, max_lv = 1000, sort_id = 1, recommend_star = 6},
  420. {name = "打造套装", winid = 152, subid = 7, desc = "激活2,4,5件套装,加海量装备战力", min_lv = 240, max_lv = 1000, sort_id = 2, recommend_star = 6},
  421. {name = "宝石限购", winid = 331, subid = 412, desc = "参与宝石巨折,极低折扣价,享受超值宝石,装备战力飞快提升", min_lv = 150, max_lv = 1000, sort_id = 3, recommend_star = 5},
  422. {name = "龙王秘宝", winid = 416, subid = 1, desc = "参与龙王秘宝即有概率获得高级宝石及各类极品道具", min_lv = 1, max_lv = 1000, sort_id = 4, recommend_star = 4},
  423. {name = "限时抢购", winid = 331, subid = 13, desc = "冲榜特惠,不容错过", min_lv = 75, max_lv = 1000, sort_id = 5, recommend_star = 3},
  424. {name = "原罪祭坛", winid = 460, subid = 1, desc = "挑战击败各类BOSS即有概率获得橙二、红二装备,每日5次BOSS次数不容错过", min_lv = 94, max_lv = 1000, sort_id = 6, recommend_star = 2},
  425. },
  426. [6] = {
  427. {name = "合成红装", winid = 4, subid = 1, desc = "红装属性逆天,战力爆棚,使用橙二装备可合成红装", min_lv = 55, max_lv = 1000, sort_id = 1, recommend_star = 6},
  428. {name = "打造套装", winid = 152, subid = 7, desc = "激活2,4,5件套装,加海量装备战力", min_lv = 240, max_lv = 1000, sort_id = 2, recommend_star = 6},
  429. {name = "魂珠秘宝", winid = 181, subid = 5, desc = "参与魂珠秘宝,快速获得成品魂珠,10连抽必得橙色以上魂珠,加海量魂珠战力", min_lv = 200, max_lv = 1000, sort_id = 3, recommend_star = 5},
  430. {name = "限时抢购", winid = 331, subid = 13, desc = "冲榜特惠,不容错过", min_lv = 75, max_lv = 1000, sort_id = 4, recommend_star = 4},
  431. {name = "星灵收集", winid = 430, subid = 1, desc = "收集星灵可带来丰富的羁绊技能,升阶、升星更可带来强大的战力提升", min_lv = 75, max_lv = 1000, sort_id = 5, recommend_star = 3},
  432. {name = "坐骑升星", winid = 19, subid = 1, desc = "在坐骑界面可进行坐骑升星,推荐勾选材料不足自动购买", min_lv = 24, max_lv = 1000, sort_id = 6, recommend_star = 3},
  433. {name = "降神升阶", winid = 440, subid = 1, desc = "在降神界面可进行降神升阶,推荐勾选材料不足自动购买", min_lv = 75, max_lv = 1000, sort_id = 7, recommend_star = 3},
  434. },
  435. }