BlindBoxConfig.lua 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. local root = {
  2. {
  3. boxId = 1001,
  4. name = '初薪之乌',
  5. ty = 1,
  6. price = 459,
  7. originPrice = 499,
  8. const = 8500
  9. },
  10. {
  11. boxId = 1002,
  12. name = '始明之青',
  13. ty = 1,
  14. price = 899,
  15. originPrice = 999,
  16. const = 8500
  17. },
  18. {
  19. boxId = 1003,
  20. name = '了彻之白',
  21. ty = 1,
  22. price = 1799,
  23. originPrice = 1999,
  24. const = 8500
  25. },
  26. {
  27. boxId = 1004,
  28. name = '如曜之金',
  29. ty = 1,
  30. price = 8999,
  31. originPrice = 9999,
  32. const = 8500
  33. },
  34. {
  35. boxId = 1005,
  36. name = '流幻之铂',
  37. ty = 1,
  38. price = 44999,
  39. originPrice = 49999,
  40. const = 8500
  41. },
  42. {
  43. boxId = 1006,
  44. name = '永恒之钻',
  45. ty = 1,
  46. price = 89999,
  47. originPrice = 99999,
  48. const = 8500
  49. },
  50. {
  51. boxId = 1007,
  52. name = '永夜之星',
  53. ty = 1,
  54. price = 179999,
  55. originPrice = 199999,
  56. const = 8500
  57. },
  58. {
  59. boxId = 1008,
  60. name = '天枢',
  61. ty = 2,
  62. price = 459,
  63. originPrice = 499,
  64. const = 8500
  65. },
  66. {
  67. boxId = 1009,
  68. name = '天璇',
  69. ty = 2,
  70. price = 899,
  71. originPrice = 999,
  72. const = 8500
  73. },
  74. {
  75. boxId = 1010,
  76. name = '天玑',
  77. ty = 2,
  78. price = 1799,
  79. originPrice = 1999,
  80. const = 8500
  81. },
  82. {
  83. boxId = 1011,
  84. name = '天权',
  85. ty = 2,
  86. price = 8999,
  87. originPrice = 9999,
  88. const = 8500
  89. },
  90. {
  91. boxId = 1012,
  92. name = '玉衡',
  93. ty = 2,
  94. price = 44999,
  95. originPrice = 49999,
  96. const = 8500
  97. },
  98. {
  99. boxId = 1013,
  100. name = '开阳',
  101. ty = 2,
  102. price = 89999,
  103. originPrice = 99999,
  104. const = 8500
  105. },
  106. {
  107. boxId = 1014,
  108. name = '瑶光',
  109. ty = 2,
  110. price = 179999,
  111. originPrice = 199999,
  112. const = 8500
  113. },
  114. {
  115. boxId = 1015,
  116. name = '迷梦',
  117. ty = 3,
  118. price = 459,
  119. originPrice = 499,
  120. const = 8500
  121. },
  122. {
  123. boxId = 1016,
  124. name = '觉醒',
  125. ty = 3,
  126. price = 899,
  127. originPrice = 999,
  128. const = 8500
  129. },
  130. {
  131. boxId = 1017,
  132. name = '追影',
  133. ty = 3,
  134. price = 1799,
  135. originPrice = 1999,
  136. const = 8500
  137. },
  138. {
  139. boxId = 1018,
  140. name = '怀忆',
  141. ty = 3,
  142. price = 8999,
  143. originPrice = 9999,
  144. const = 8500
  145. },
  146. {
  147. boxId = 1019,
  148. name = '彻悟',
  149. ty = 3,
  150. price = 44999,
  151. originPrice = 49999,
  152. const = 8500
  153. },
  154. {
  155. boxId = 1020,
  156. name = '见道',
  157. ty = 3,
  158. price = 89999,
  159. originPrice = 99999,
  160. const = 8500
  161. },
  162. {
  163. boxId = 1021,
  164. name = '飞升',
  165. ty = 3,
  166. price = 179999,
  167. originPrice = 199999,
  168. const = 8500
  169. },
  170. {
  171. boxId = 1022,
  172. name = '墨阳',
  173. ty = 4,
  174. price = 459,
  175. originPrice = 499,
  176. const = 8500
  177. },
  178. {
  179. boxId = 1023,
  180. name = '沧浪',
  181. ty = 4,
  182. price = 899,
  183. originPrice = 999,
  184. const = 8500
  185. },
  186. {
  187. boxId = 1024,
  188. name = '玄月',
  189. ty = 4,
  190. price = 1799,
  191. originPrice = 1999,
  192. const = 8500
  193. },
  194. {
  195. boxId = 1025,
  196. name = '朱影',
  197. ty = 4,
  198. price = 8999,
  199. originPrice = 9999,
  200. const = 8500
  201. },
  202. {
  203. boxId = 1026,
  204. name = '太阿',
  205. ty = 4,
  206. price = 44999,
  207. originPrice = 49999,
  208. const = 8500
  209. },
  210. {
  211. boxId = 1027,
  212. name = '昆仑',
  213. ty = 4,
  214. price = 89999,
  215. originPrice = 99999,
  216. const = 8500
  217. },
  218. {
  219. boxId = 1028,
  220. name = '鸿蒙',
  221. ty = 4,
  222. price = 179999,
  223. originPrice = 199999,
  224. const = 8500
  225. }
  226. }
  227. return root