1
0

cfgTable.js 21 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121
  1. /*
  2. **************************
  3. *
  4. *说明:配置文件内容
  5. *作者:xxj
  6. *版本:v1.0
  7. *
  8. **************************
  9. */
  10. cfgTable = {}
  11. //aiskill表数据
  12. cfgTable.aiskillData = {
  13. [0]: {
  14. victorynum: 0,
  15. skillselect: ['1-20', '2-30', '3-50', '4-20'],
  16. skilllevel: [-3, 0],
  17. },
  18. [1]: {
  19. victorynum: 1,
  20. skillselect: ['1-30', '2-30', '3-40', '4-20'],
  21. skilllevel: [-3, 2],
  22. },
  23. [2]: {
  24. victorynum: 2,
  25. skillselect: ['1-40', '2-40', '3-40', '4-40'],
  26. skilllevel: [-1, 3],
  27. },
  28. [3]: {
  29. victorynum: 3,
  30. skillselect: ['1-50', '2-50', '3-40', '4-40'],
  31. skilllevel: [0, 3],
  32. },
  33. [4]: {
  34. victorynum: 4,
  35. skillselect: ['1-80', '2-70', '3-20', '4-40'],
  36. skilllevel: [1, 4],
  37. },
  38. [5]: {
  39. victorynum: 5,
  40. skillselect: ['1-80', '2-70', '3-20', '4-40'],
  41. skilllevel: [2, 5],
  42. },
  43. [6]: {
  44. victorynum: 6,
  45. skillselect: ['1-90', '2-70', '3-20', '4-40'],
  46. skilllevel: [3, 6],
  47. },
  48. [7]: {
  49. victorynum: 7,
  50. skillselect: ['1-90', '2-70', '3-20', '4-40'],
  51. skilllevel: [4, 7],
  52. },
  53. [8]: {
  54. victorynum: 8,
  55. skillselect: ['1-90', '2-70', '3-50', '4-40'],
  56. skilllevel: [5, 8],
  57. },
  58. [9]: {
  59. victorynum: 9,
  60. skillselect: ['1-90', '2-70', '3-50', '4-40'],
  61. skilllevel: [6, 9],
  62. },
  63. }
  64. //ballrod表数据
  65. cfgTable.ballrodData = {
  66. [1]: {
  67. id: 1,
  68. name: 'Crimson Edge',
  69. price: 0,
  70. describe: 'rookie',
  71. quality: 0,
  72. img: 'qg0',
  73. spine: '',
  74. skillLevel: 0,
  75. sort: 1,
  76. },
  77. [2]: {
  78. id: 2,
  79. name: 'Violet Glaze',
  80. price: 1000,
  81. describe: 'master',
  82. quality: 1,
  83. img: 'qg1',
  84. spine: 'qiugan1',
  85. skillLevel: 0,
  86. sort: 3,
  87. },
  88. [3]: {
  89. id: 3,
  90. name: 'Vine Pact',
  91. price: 1500,
  92. describe: 'master',
  93. quality: 1,
  94. img: 'qg2',
  95. spine: 'qiugan2',
  96. skillLevel: 0,
  97. sort: 4,
  98. },
  99. [4]: {
  100. id: 4,
  101. name: 'Blaze Chain',
  102. price: 2000,
  103. describe: 'master',
  104. quality: 1,
  105. img: 'qg3',
  106. spine: 'qiugan3',
  107. skillLevel: 0,
  108. sort: 5,
  109. },
  110. [5]: {
  111. id: 5,
  112. name: 'Dragon Rainbow',
  113. price: 3000,
  114. describe: 'legend',
  115. quality: 2,
  116. img: 'qg4',
  117. spine: 'qiugan4',
  118. skillLevel: 0,
  119. sort: 6,
  120. },
  121. [6]: {
  122. id: 6,
  123. name: 'Brown Ease',
  124. price: 0,
  125. describe: 'rookie',
  126. quality: 0,
  127. img: 'qg5',
  128. spine: '',
  129. skillLevel: 0,
  130. sort: 2,
  131. },
  132. }
  133. //bigmove表数据
  134. cfgTable.bigmoveData = {
  135. [1]: {
  136. level: 1,
  137. target: 20,
  138. },
  139. [2]: {
  140. level: 2,
  141. target: 35,
  142. },
  143. [3]: {
  144. level: 3,
  145. target: 20,
  146. },
  147. [4]: {
  148. level: 4,
  149. target: 25,
  150. },
  151. [5]: {
  152. level: 5,
  153. target: 18,
  154. },
  155. [6]: {
  156. level: 6,
  157. target: 20,
  158. },
  159. [7]: {
  160. level: 7,
  161. target: 15,
  162. },
  163. }
  164. //classictimes表数据
  165. cfgTable.classictimesData = {
  166. [1]: {
  167. id: 1,
  168. name: 'Newbie',
  169. times: 9,
  170. },
  171. [2]: {
  172. id: 2,
  173. name: 'Veteran',
  174. times: 49,
  175. },
  176. [3]: {
  177. id: 3,
  178. name: 'Master',
  179. times: 119,
  180. },
  181. [4]: {
  182. id: 4,
  183. name: 'Professional level',
  184. times: 199,
  185. },
  186. [5]: {
  187. id: 5,
  188. name: 'Pinnacle Master',
  189. times: 200,
  190. },
  191. }
  192. //draw表数据
  193. cfgTable.drawData = {
  194. [1]: {
  195. id: 1,
  196. icon: 'qg2',
  197. award: 4,
  198. num: 1,
  199. weight: 0,
  200. times: 3,
  201. nextid: ['1', '888', 'hb_zs_5'],
  202. rotation: 0,
  203. },
  204. [2]: {
  205. id: 2,
  206. icon: 'hb_jb1',
  207. award: 2,
  208. num: 1000,
  209. weight: 50,
  210. times: -1,
  211. nextid: [''],
  212. rotation: -60,
  213. },
  214. [3]: {
  215. id: 3,
  216. icon: 'hb_jb2',
  217. award: 2,
  218. num: 6666,
  219. weight: 45,
  220. times: -1,
  221. nextid: [''],
  222. rotation: -120,
  223. },
  224. [4]: {
  225. id: 4,
  226. icon: 'hb_zs_1',
  227. award: 1,
  228. num: 200,
  229. weight: 30,
  230. times: -1,
  231. nextid: [''],
  232. rotation: 180,
  233. },
  234. [5]: {
  235. id: 5,
  236. icon: 'hb_jb3',
  237. award: 2,
  238. num: 10000,
  239. weight: 20,
  240. times: -1,
  241. nextid: [''],
  242. rotation: 120,
  243. },
  244. [6]: {
  245. id: 6,
  246. icon: 'hb_zs_3',
  247. award: 1,
  248. num: 500,
  249. weight: 10,
  250. times: -1,
  251. nextid: [''],
  252. rotation: 60,
  253. },
  254. }
  255. //emotion表数据
  256. cfgTable.emotionData = {
  257. [1]: {
  258. id: 1,
  259. icon: 'yxz_bqb1',
  260. spine: 'kuxiao',
  261. },
  262. [2]: {
  263. id: 2,
  264. icon: 'yxz_bqb2',
  265. spine: 'kanshouji',
  266. },
  267. [3]: {
  268. id: 3,
  269. icon: 'yxz_bqb3',
  270. spine: 'wunai',
  271. },
  272. [4]: {
  273. id: 4,
  274. icon: 'yxz_bqb4',
  275. spine: 'wenhao',
  276. },
  277. [5]: {
  278. id: 5,
  279. icon: 'yxz_bqb5',
  280. spine: 'weixiao',
  281. },
  282. [6]: {
  283. id: 6,
  284. icon: 'yxz_bqb6',
  285. spine: 'zhoumei',
  286. },
  287. [7]: {
  288. id: 7,
  289. icon: 'yxz_bqb7',
  290. spine: 'wa',
  291. },
  292. [8]: {
  293. id: 8,
  294. icon: 'yxz_bqb8',
  295. spine: 'xiaolian',
  296. }
  297. }
  298. //modeselect表数据
  299. cfgTable.modeselectData = {
  300. [1]: {
  301. id: 1,
  302. need: 500,
  303. award: 1000,
  304. aiLevel: [1, 3],
  305. },
  306. [2]: {
  307. id: 2,
  308. need: 1000,
  309. award: 2000,
  310. aiLevel: [4, 7],
  311. },
  312. [3]: {
  313. id: 3,
  314. need: 2000,
  315. award: 3000,
  316. aiLevel: [8, 10],
  317. },
  318. }
  319. //money表数据
  320. cfgTable.moneyData = {
  321. [1]: {
  322. id: 1,
  323. type: 'diamond',
  324. get: 'share',
  325. num: 15,
  326. },
  327. [2]: {
  328. id: 2,
  329. type: 'diamond',
  330. get: 'video',
  331. num: 50,
  332. },
  333. [3]: {
  334. id: 3,
  335. type: 'coin',
  336. get: 'diamond_50',
  337. num: 2000,
  338. },
  339. [4]: {
  340. id: 4,
  341. type: 'coin',
  342. get: 'diamond_100',
  343. num: 5000,
  344. },
  345. [5]: {
  346. id: 5,
  347. type: 'coin',
  348. get: 'diamond_200',
  349. num: 12000,
  350. },
  351. }
  352. //placeball表数据
  353. cfgTable.placeballData = {
  354. [1]: {
  355. id: 1,
  356. type: 0,
  357. ball: -1,
  358. hp: 4,
  359. award: [800, 5],
  360. },
  361. [2]: {
  362. id: 2,
  363. type: 0,
  364. ball: -1,
  365. hp: 4,
  366. award: [800, 5],
  367. },
  368. [3]: {
  369. id: 3,
  370. type: 0,
  371. ball: -1,
  372. hp: 4,
  373. award: [800, 5],
  374. },
  375. [4]: {
  376. id: 4,
  377. type: 1,
  378. ball: 10,
  379. hp: 4,
  380. award: [0, 50],
  381. },
  382. [5]: {
  383. id: 5,
  384. type: 0,
  385. ball: -1,
  386. hp: 4,
  387. award: [800, 5],
  388. },
  389. [6]: {
  390. id: 6,
  391. type: 0,
  392. ball: -1,
  393. hp: 4,
  394. award: [800, 5],
  395. },
  396. [7]: {
  397. id: 7,
  398. type: 0,
  399. ball: -1,
  400. hp: 4,
  401. award: [800, 5],
  402. },
  403. [8]: {
  404. id: 8,
  405. type: 1,
  406. ball: 15,
  407. hp: 4,
  408. award: [0, 50],
  409. },
  410. [9]: {
  411. id: 9,
  412. type: 0,
  413. ball: -1,
  414. hp: 4,
  415. award: [800, 5],
  416. },
  417. [10]: {
  418. id: 10,
  419. type: 0,
  420. ball: -1,
  421. hp: 4,
  422. award: [800, 5],
  423. },
  424. [11]: {
  425. id: 11,
  426. type: 0,
  427. ball: -1,
  428. hp: 4,
  429. award: [800, 5],
  430. },
  431. [12]: {
  432. id: 12,
  433. type: 1,
  434. ball: 15,
  435. hp: 4,
  436. award: [0, 50],
  437. },
  438. [13]: {
  439. id: 13,
  440. type: 0,
  441. ball: -1,
  442. hp: 4,
  443. award: [800, 5],
  444. },
  445. [14]: {
  446. id: 14,
  447. type: 0,
  448. ball: -1,
  449. hp: 4,
  450. award: [800, 5],
  451. },
  452. [15]: {
  453. id: 15,
  454. type: 0,
  455. ball: -1,
  456. hp: 4,
  457. award: [800, 5],
  458. },
  459. [16]: {
  460. id: 16,
  461. type: 1,
  462. ball: 20,
  463. hp: 4,
  464. award: [0, 50],
  465. },
  466. [17]: {
  467. id: 17,
  468. type: 0,
  469. ball: -1,
  470. hp: 4,
  471. award: [800, 5],
  472. },
  473. [18]: {
  474. id: 18,
  475. type: 0,
  476. ball: -1,
  477. hp: 4,
  478. award: [800, 5],
  479. },
  480. [19]: {
  481. id: 19,
  482. type: 0,
  483. ball: -1,
  484. hp: 4,
  485. award: [800, 5],
  486. },
  487. [20]: {
  488. id: 20,
  489. type: 1,
  490. ball: 15,
  491. hp: 4,
  492. award: [0, 50],
  493. },
  494. [21]: {
  495. id: 21,
  496. type: 0,
  497. ball: -1,
  498. hp: 4,
  499. award: [800, 5],
  500. },
  501. [22]: {
  502. id: 22,
  503. type: 0,
  504. ball: -1,
  505. hp: 4,
  506. award: [800, 5],
  507. },
  508. [23]: {
  509. id: 23,
  510. type: 0,
  511. ball: -1,
  512. hp: 4,
  513. award: [800, 5],
  514. },
  515. [24]: {
  516. id: 24,
  517. type: 1,
  518. ball: 15,
  519. hp: 4,
  520. award: [0, 50],
  521. },
  522. [25]: {
  523. id: 25,
  524. type: 0,
  525. ball: -1,
  526. hp: 4,
  527. award: [800, 5],
  528. },
  529. [26]: {
  530. id: 26,
  531. type: 0,
  532. ball: -1,
  533. hp: 4,
  534. award: [800, 5],
  535. },
  536. [27]: {
  537. id: 27,
  538. type: 0,
  539. ball: -1,
  540. hp: 4,
  541. award: [800, 5],
  542. },
  543. [28]: {
  544. id: 28,
  545. type: 1,
  546. ball: 15,
  547. hp: 4,
  548. award: [0, 50],
  549. },
  550. [29]: {
  551. id: 29,
  552. type: 0,
  553. ball: -1,
  554. hp: 4,
  555. award: [800, 5],
  556. },
  557. [30]: {
  558. id: 30,
  559. type: 0,
  560. ball: -1,
  561. hp: 4,
  562. award: [800, 5],
  563. },
  564. [31]: {
  565. id: 31,
  566. type: 0,
  567. ball: -1,
  568. hp: 4,
  569. award: [800, 5],
  570. },
  571. [32]: {
  572. id: 32,
  573. type: 1,
  574. ball: 15,
  575. hp: 4,
  576. award: [0, 50],
  577. },
  578. [33]: {
  579. id: 33,
  580. type: 0,
  581. ball: -1,
  582. hp: 4,
  583. award: [800, 5],
  584. },
  585. [34]: {
  586. id: 34,
  587. type: 0,
  588. ball: -1,
  589. hp: 4,
  590. award: [800, 5],
  591. },
  592. [35]: {
  593. id: 35,
  594. type: 0,
  595. ball: -1,
  596. hp: 4,
  597. award: [800, 5],
  598. },
  599. [36]: {
  600. id: 36,
  601. type: 1,
  602. ball: 15,
  603. hp: 4,
  604. award: [0, 50],
  605. },
  606. [37]: {
  607. id: 37,
  608. type: 0,
  609. ball: -1,
  610. hp: 4,
  611. award: [800, 5],
  612. },
  613. [38]: {
  614. id: 38,
  615. type: 0,
  616. ball: -1,
  617. hp: 4,
  618. award: [800, 5],
  619. },
  620. [39]: {
  621. id: 39,
  622. type: 0,
  623. ball: -1,
  624. hp: 4,
  625. award: [800, 5],
  626. },
  627. [40]: {
  628. id: 40,
  629. type: 0,
  630. ball: -1,
  631. hp: 4,
  632. award: [800, 5],
  633. },
  634. [41]: {
  635. id: 41,
  636. type: 0,
  637. ball: -1,
  638. hp: 4,
  639. award: [800, 5],
  640. },
  641. [42]: {
  642. id: 42,
  643. type: 0,
  644. ball: -1,
  645. hp: 4,
  646. award: [800, 5],
  647. },
  648. [43]: {
  649. id: 43,
  650. type: 0,
  651. ball: -1,
  652. hp: 4,
  653. award: [800, 5],
  654. },
  655. [44]: {
  656. id: 44,
  657. type: 0,
  658. ball: -1,
  659. hp: 4,
  660. award: [800, 5],
  661. },
  662. [45]: {
  663. id: 45,
  664. type: 0,
  665. ball: -1,
  666. hp: 4,
  667. award: [800, 5],
  668. },
  669. [46]: {
  670. id: 46,
  671. type: 0,
  672. ball: -1,
  673. hp: 4,
  674. award: [800, 5],
  675. },
  676. [47]: {
  677. id: 47,
  678. type: 0,
  679. ball: -1,
  680. hp: 4,
  681. award: [800, 5],
  682. },
  683. [48]: {
  684. id: 48,
  685. type: 1,
  686. ball: 15,
  687. hp: 4,
  688. award: [0, 50],
  689. },
  690. [49]: {
  691. id: 49,
  692. type: 0,
  693. ball: -1,
  694. hp: 4,
  695. award: [800, 5],
  696. },
  697. [50]: {
  698. id: 50,
  699. type: 0,
  700. ball: -1,
  701. hp: 4,
  702. award: [800, 5],
  703. },
  704. [51]: {
  705. id: 51,
  706. type: 0,
  707. ball: -1,
  708. hp: 4,
  709. award: [800, 5],
  710. },
  711. [52]: {
  712. id: 52,
  713. type: 0,
  714. ball: -1,
  715. hp: 4,
  716. award: [800, 5],
  717. },
  718. [53]: {
  719. id: 53,
  720. type: 0,
  721. ball: -1,
  722. hp: 4,
  723. award: [800, 5],
  724. },
  725. [54]: {
  726. id: 54,
  727. type: 0,
  728. ball: -1,
  729. hp: 4,
  730. award: [800, 5],
  731. },
  732. [55]: {
  733. id: 55,
  734. type: 0,
  735. ball: -1,
  736. hp: 4,
  737. award: [800, 5],
  738. },
  739. [56]: {
  740. id: 56,
  741. type: 0,
  742. ball: -1,
  743. hp: 4,
  744. award: [800, 5],
  745. },
  746. [57]: {
  747. id: 57,
  748. type: 0,
  749. ball: -1,
  750. hp: 4,
  751. award: [800, 5],
  752. },
  753. [58]: {
  754. id: 58,
  755. type: 0,
  756. ball: -1,
  757. hp: 4,
  758. award: [800, 5],
  759. },
  760. [59]: {
  761. id: 59,
  762. type: 0,
  763. ball: -1,
  764. hp: 4,
  765. award: [800, 5],
  766. },
  767. [60]: {
  768. id: 60,
  769. type: 1,
  770. ball: 20,
  771. hp: 4,
  772. award: [0, 50],
  773. },
  774. }
  775. //secretary表数据
  776. cfgTable.secretaryData = {
  777. [1]: {
  778. id: 1,
  779. msg: 'Welcome back, boss',
  780. },
  781. [2]: {
  782. id: 2,
  783. msg: 'Strengthening the pole method will make you stronger, boss',
  784. },
  785. [3]: {
  786. id: 3,
  787. msg: 'What color does the boss like?',
  788. },
  789. [4]: {
  790. id: 4,
  791. msg: 'Don\'t worry, I won\'t take a leave',
  792. },
  793. [5]: {
  794. id: 5,
  795. msg: 'After wiping my glasses, I felt clearer looking at the boss',
  796. },
  797. [6]: {
  798. id: 6,
  799. msg: 'Eating grapes without vomiting Oh, I accidentally said something',
  800. },
  801. [7]: {
  802. id: 7,
  803. msg: 'Is the boss still there ...? Fortunately, my collar was crooked and I wasn\'t seen',
  804. },
  805. [8]: {
  806. id: 8,
  807. msg: 'Truly worthy of being the boss! You played too well'
  808. },
  809. [9]: {
  810. id: 9,
  811. msg: 'It\'s okay, the boss has already played very well'
  812. },
  813. [10]: {
  814. id: 10,
  815. msg: 'Please claim today\'s reward'
  816. },
  817. [11]: {
  818. id: 11,
  819. msg: 'Your luck is amazing!'
  820. },
  821. [12]: {
  822. id: 12,
  823. msg: 'These are all the boss\'s tricks'
  824. },
  825. [13]: {
  826. id: 13,
  827. msg: 'come on! I have confidence in you'
  828. },
  829. [14]: {
  830. id: 14,
  831. msg: 'I can\'t wait to see your performance'
  832. },
  833. [15]: {
  834. id: 15,
  835. msg: 'It\'s also good to come to the mall occasionally to take a look'
  836. },
  837. [16]: {
  838. id: 16,
  839. msg: 'Boss, you are here. I am your exclusive secretary, Luna'
  840. },
  841. }
  842. //secretaryshop表数据
  843. cfgTable.secretaryshopData = {
  844. [1]: {
  845. id: 1,
  846. name: 'Luna',
  847. height: '164',
  848. food: 'Pizza,Cake',
  849. history: 'Luna is a smart, clever, and caring secretary. She is diligent and responsible at work, hoping to achieve a happy life through her own efforts. Everyone likes her very much.',
  850. price: 2000,
  851. nameImg: 'xiaoning',
  852. spine: 'mishu',
  853. }
  854. }
  855. //sign表数据
  856. cfgTable.signData = {
  857. [1]: {
  858. id: 1,
  859. icon: ['hb_jb1'],
  860. title: 'Day1',
  861. award: ['2-2000'],
  862. },
  863. [2]: {
  864. id: 2,
  865. icon: ['qg1'],
  866. title: 'Day2',
  867. award: ['3-1'],
  868. },
  869. [3]: {
  870. id: 3,
  871. icon: ['hb_zs_1'],
  872. title: 'Day3',
  873. award: ['1-100'],
  874. },
  875. [4]: {
  876. id: 4,
  877. icon: ['hb_jb2'],
  878. title: 'Day4',
  879. award: ['2-5000'],
  880. },
  881. [5]: {
  882. id: 5,
  883. icon: ['hb_zs_3'],
  884. title: 'Day5',
  885. award: ['1-150'],
  886. },
  887. [6]: {
  888. id: 6,
  889. icon: ['hb_jb3'],
  890. title: 'Day6',
  891. award: ['2-8000'],
  892. },
  893. [7]: {
  894. id: 7,
  895. icon: ['hb_zs_5', 'hb_jb3'],
  896. title: 'Day7',
  897. award: ['1-300', '2-10000'],
  898. },
  899. }
  900. //talkwords表数据
  901. cfgTable.talkwordsData = {
  902. [1]: {
  903. id: 1,
  904. msg: 'Good shot',
  905. },
  906. [2]: {
  907. id: 2,
  908. msg: 'Thank you',
  909. },
  910. [3]: {
  911. id: 3,
  912. msg: 'Give you a shot',
  913. },
  914. [4]: {
  915. id: 4,
  916. msg: 'Look at me!',
  917. },
  918. [5]: {
  919. id: 5,
  920. msg: 'I am the true king.',
  921. },
  922. [6]: {
  923. id: 6,
  924. msg: 'hello',
  925. },
  926. [7]: {
  927. id: 7,
  928. msg: 'What a talented person!',
  929. },
  930. [8]: {
  931. id: 8,
  932. msg: 'Goodbye',
  933. },
  934. }
  935. //words表数据
  936. cfgTable.wordsData = {
  937. [1]: {
  938. id: 1,
  939. msg: 'Opponent broke. You shoot next. Target: Solid Balls.',
  940. },
  941. [2]: {
  942. id: 2,
  943. msg: 'Opponent broke. You shoot next. Target: Striped Balls',
  944. },
  945. [3]: {
  946. id: 3,
  947. msg: 'Break successful. Target: Solid Balls.',
  948. },
  949. [4]: {
  950. id: 4,
  951. msg: 'The break was successful, and your objective for this round is to pocket the [striped/solid/colored] balls.',
  952. },
  953. [5]: {
  954. id: 5,
  955. msg: 'Opponent fouled (# of $). Your turn.',
  956. },
  957. [6]: {
  958. id: 6,
  959. msg: 'Foul. Opponent racks. Fouls: # of $.',
  960. },
  961. [7]: {
  962. id: 7,
  963. msg: 'No ball scored; turn exchanges.',
  964. },
  965. [8]: {
  966. id: 8,
  967. msg: 'The black ball is pocketed, and the game ends.',
  968. },
  969. [9]: {
  970. id: 9,
  971. msg: 'This game will kick off for you first',
  972. },
  973. [10]: {
  974. id: 10,
  975. msg: 'This game will kick off for the opponent first',
  976. },
  977. [11]: {
  978. id: 11,
  979. msg: 'If you pot a non-target ball, the turn switches to your opponent.',
  980. },
  981. [12]: {
  982. id: 12,
  983. msg: 'Your opponent\'s white ball went in the pocket, +3 points for you.',
  984. },
  985. [13]: {
  986. id: 13,
  987. msg: 'You pocketed the white ball, so your opponent gets +3 points.',
  988. },
  989. [14]: {
  990. id: 14,
  991. msg: 'Your opponent timed out on the shot, +3 points for you.',
  992. },
  993. [15]: {
  994. id: 15,
  995. msg: 'You timed out, +3 points for your opponent.',
  996. },
  997. }
  998. //排行榜数据
  999. cfgTable.paiHangBangData = {
  1000. "list": [{
  1001. "rankScore": "160",
  1002. "userId": "my150_1",
  1003. "userData": "{\"user\":{\"userId\":\"my1204nv7opn0j0ruz0u\",\"nickName\":\"SkyWalker92\",\"headIcon\":\"res/playersImg/1.png\"}}"
  1004. }, {
  1005. "rankScore": "150",
  1006. "userId": "my150_2",
  1007. "userData": "{\"user\":{\"userId\":\"my1208tvwh3z7ttej5hk\",\"nickName\":\"CoffeeNinja\",\"headIcon\":\"res/playersImg/2.png\"}}"
  1008. }, {
  1009. "rankScore": "151",
  1010. "userId": "my150_3",
  1011. "userData": "{\"user\":{\"userId\":\"my120yfv7bdb7imrttd1\",\"nickName\":\"PixelPioneer\",\"headIcon\":\"res/playersImg/3.png\"}}"
  1012. }, {
  1013. "rankScore": "145",
  1014. "userId": "my150_4",
  1015. "userData": "{\"user\":{\"userId\":\"my120hb47wlqv8ujmdle\",\"nickName\":\"BroadwayStarlet\",\"headIcon\":\"res/playersImg/4.png\"}}"
  1016. }, {
  1017. "rankScore": "140",
  1018. "userId": "my150_5",
  1019. "userData": "{\"user\":{\"userId\":\"my120e8bbxhv8rjxml2h\",\"nickName\":\"RockyMountainHigh\",\"headIcon\":\"res/playersImg/5.png\"}}"
  1020. }, {
  1021. "rankScore": "135",
  1022. "userId": "my150_6",
  1023. "userData": "{\"user\":{\"userId\":\"my1206pfouw21pfcupwd\",\"nickName\":\"SherlockWiFi\",\"headIcon\":\"res/playersImg/6.png\"}}"
  1024. }, {
  1025. "rankScore": "134",
  1026. "userId": "my150_7",
  1027. "userData": "{\"user\":{\"userId\":\"my1206pfouw21pfcupwd\",\"nickName\":\"PopcornDetective\",\"headIcon\":\"res/playersImg/7.png\"}}"
  1028. }, {
  1029. "rankScore": "131",
  1030. "userId": "my150_8",
  1031. "userData": "{\"user\":{\"userId\":\"my1206pfouw21pfcupwd\",\"nickName\":\"ZombieSurferDude\",\"headIcon\":\"res/playersImg/8.png\"}}"
  1032. }, {
  1033. "rankScore": "120",
  1034. "userId": "my150_9",
  1035. "userData": "{\"user\":{\"userId\":\"my1206pfouw21pfcupwd\",\"nickName\":\"AlienInMyBathroom\",\"headIcon\":\"res/playersImg/9.png\"}}"
  1036. }, {
  1037. "rankScore": "118",
  1038. "userId": "my150_10",
  1039. "userData": "{\"user\":{\"userId\":\"my1206pfouw21pfcupwd\",\"nickName\":\"PajamaPartyKing\",\"headIcon\":\"res/playersImg/10.png\"}}"
  1040. }],
  1041. "lastScore": "111",
  1042. "type": "total",
  1043. "rankId": "12000"
  1044. }
  1045. //道具新增购买
  1046. cfgTable.daoJuData = {
  1047. [1]: {
  1048. id: 1,
  1049. name: 'aaaaa',
  1050. price: 0,
  1051. describe: 'rookie',
  1052. quality: 0,
  1053. img: 'qg0',
  1054. spine: '',
  1055. skillLevel: 0,
  1056. sort: 1,
  1057. },
  1058. [2]: {
  1059. id: 2,
  1060. name: 'bbbbb',
  1061. price: 1000,
  1062. describe: 'master',
  1063. quality: 1,
  1064. img: 'qg1',
  1065. spine: 'qiugan1',
  1066. skillLevel: 0,
  1067. sort: 3,
  1068. },
  1069. [3]: {
  1070. id: 3,
  1071. name: 'cccc',
  1072. price: 1500,
  1073. describe: 'master',
  1074. quality: 1,
  1075. img: 'qg2',
  1076. spine: 'qiugan2',
  1077. skillLevel: 0,
  1078. sort: 4,
  1079. },
  1080. [4]: {
  1081. id: 4,
  1082. name: 'ddd',
  1083. price: 2000,
  1084. describe: 'master',
  1085. quality: 1,
  1086. img: 'qg3',
  1087. spine: 'qiugan3',
  1088. skillLevel: 0,
  1089. sort: 5,
  1090. },
  1091. [5]: {
  1092. id: 5,
  1093. name: 'eee',
  1094. price: 3000,
  1095. describe: 'legend',
  1096. quality: 2,
  1097. img: 'qg4',
  1098. spine: 'qiugan4',
  1099. skillLevel: 0,
  1100. sort: 6,
  1101. },
  1102. [6]: {
  1103. id: 6,
  1104. name: 'ffff',
  1105. price: 0,
  1106. describe: 'rookie',
  1107. quality: 0,
  1108. img: 'qg5',
  1109. spine: '',
  1110. skillLevel: 0,
  1111. sort: 2,
  1112. },
  1113. }