12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121 |
- /*
- **************************
- *
- *说明:配置文件内容
- *作者:xxj
- *版本:v1.0
- *
- **************************
- */
- cfgTable = {}
- //aiskill表数据
- cfgTable.aiskillData = {
- [0]: {
- victorynum: 0,
- skillselect: ['1-20', '2-30', '3-50', '4-20'],
- skilllevel: [-3, 0],
- },
- [1]: {
- victorynum: 1,
- skillselect: ['1-30', '2-30', '3-40', '4-20'],
- skilllevel: [-3, 2],
- },
- [2]: {
- victorynum: 2,
- skillselect: ['1-40', '2-40', '3-40', '4-40'],
- skilllevel: [-1, 3],
- },
- [3]: {
- victorynum: 3,
- skillselect: ['1-50', '2-50', '3-40', '4-40'],
- skilllevel: [0, 3],
- },
- [4]: {
- victorynum: 4,
- skillselect: ['1-80', '2-70', '3-20', '4-40'],
- skilllevel: [1, 4],
- },
- [5]: {
- victorynum: 5,
- skillselect: ['1-80', '2-70', '3-20', '4-40'],
- skilllevel: [2, 5],
- },
- [6]: {
- victorynum: 6,
- skillselect: ['1-90', '2-70', '3-20', '4-40'],
- skilllevel: [3, 6],
- },
- [7]: {
- victorynum: 7,
- skillselect: ['1-90', '2-70', '3-20', '4-40'],
- skilllevel: [4, 7],
- },
- [8]: {
- victorynum: 8,
- skillselect: ['1-90', '2-70', '3-50', '4-40'],
- skilllevel: [5, 8],
- },
- [9]: {
- victorynum: 9,
- skillselect: ['1-90', '2-70', '3-50', '4-40'],
- skilllevel: [6, 9],
- },
- }
- //ballrod表数据
- cfgTable.ballrodData = {
- [1]: {
- id: 1,
- name: 'Crimson Edge',
- price: 0,
- describe: 'rookie',
- quality: 0,
- img: 'qg0',
- spine: '',
- skillLevel: 0,
- sort: 1,
- },
- [2]: {
- id: 2,
- name: 'Violet Glaze',
- price: 1000,
- describe: 'master',
- quality: 1,
- img: 'qg1',
- spine: 'qiugan1',
- skillLevel: 0,
- sort: 3,
- },
- [3]: {
- id: 3,
- name: 'Vine Pact',
- price: 1500,
- describe: 'master',
- quality: 1,
- img: 'qg2',
- spine: 'qiugan2',
- skillLevel: 0,
- sort: 4,
- },
- [4]: {
- id: 4,
- name: 'Blaze Chain',
- price: 2000,
- describe: 'master',
- quality: 1,
- img: 'qg3',
- spine: 'qiugan3',
- skillLevel: 0,
- sort: 5,
- },
- [5]: {
- id: 5,
- name: 'Dragon Rainbow',
- price: 3000,
- describe: 'legend',
- quality: 2,
- img: 'qg4',
- spine: 'qiugan4',
- skillLevel: 0,
- sort: 6,
- },
- [6]: {
- id: 6,
- name: 'Brown Ease',
- price: 0,
- describe: 'rookie',
- quality: 0,
- img: 'qg5',
- spine: '',
- skillLevel: 0,
- sort: 2,
- },
- }
- //bigmove表数据
- cfgTable.bigmoveData = {
- [1]: {
- level: 1,
- target: 20,
- },
- [2]: {
- level: 2,
- target: 35,
- },
- [3]: {
- level: 3,
- target: 20,
- },
- [4]: {
- level: 4,
- target: 25,
- },
- [5]: {
- level: 5,
- target: 18,
- },
- [6]: {
- level: 6,
- target: 20,
- },
- [7]: {
- level: 7,
- target: 15,
- },
- }
- //classictimes表数据
- cfgTable.classictimesData = {
- [1]: {
- id: 1,
- name: 'Newbie',
- times: 9,
- },
- [2]: {
- id: 2,
- name: 'Veteran',
- times: 49,
- },
- [3]: {
- id: 3,
- name: 'Master',
- times: 119,
- },
- [4]: {
- id: 4,
- name: 'Professional level',
- times: 199,
- },
- [5]: {
- id: 5,
- name: 'Pinnacle Master',
- times: 200,
- },
- }
- //draw表数据
- cfgTable.drawData = {
- [1]: {
- id: 1,
- icon: 'qg2',
- award: 4,
- num: 1,
- weight: 0,
- times: 3,
- nextid: ['1', '888', 'hb_zs_5'],
- rotation: 0,
- },
- [2]: {
- id: 2,
- icon: 'hb_jb1',
- award: 2,
- num: 1000,
- weight: 50,
- times: -1,
- nextid: [''],
- rotation: -60,
- },
- [3]: {
- id: 3,
- icon: 'hb_jb2',
- award: 2,
- num: 6666,
- weight: 45,
- times: -1,
- nextid: [''],
- rotation: -120,
- },
- [4]: {
- id: 4,
- icon: 'hb_zs_1',
- award: 1,
- num: 200,
- weight: 30,
- times: -1,
- nextid: [''],
- rotation: 180,
- },
- [5]: {
- id: 5,
- icon: 'hb_jb3',
- award: 2,
- num: 10000,
- weight: 20,
- times: -1,
- nextid: [''],
- rotation: 120,
- },
- [6]: {
- id: 6,
- icon: 'hb_zs_3',
- award: 1,
- num: 500,
- weight: 10,
- times: -1,
- nextid: [''],
- rotation: 60,
- },
- }
- //emotion表数据
- cfgTable.emotionData = {
- [1]: {
- id: 1,
- icon: 'yxz_bqb1',
- spine: 'kuxiao',
- },
- [2]: {
- id: 2,
- icon: 'yxz_bqb2',
- spine: 'kanshouji',
- },
- [3]: {
- id: 3,
- icon: 'yxz_bqb3',
- spine: 'wunai',
- },
- [4]: {
- id: 4,
- icon: 'yxz_bqb4',
- spine: 'wenhao',
- },
- [5]: {
- id: 5,
- icon: 'yxz_bqb5',
- spine: 'weixiao',
- },
- [6]: {
- id: 6,
- icon: 'yxz_bqb6',
- spine: 'zhoumei',
- },
- [7]: {
- id: 7,
- icon: 'yxz_bqb7',
- spine: 'wa',
- },
- [8]: {
- id: 8,
- icon: 'yxz_bqb8',
- spine: 'xiaolian',
- }
- }
- //modeselect表数据
- cfgTable.modeselectData = {
- [1]: {
- id: 1,
- need: 500,
- award: 1000,
- aiLevel: [1, 3],
- },
- [2]: {
- id: 2,
- need: 1000,
- award: 2000,
- aiLevel: [4, 7],
- },
- [3]: {
- id: 3,
- need: 2000,
- award: 3000,
- aiLevel: [8, 10],
- },
- }
- //money表数据
- cfgTable.moneyData = {
- [1]: {
- id: 1,
- type: 'diamond',
- get: 'share',
- num: 15,
- },
- [2]: {
- id: 2,
- type: 'diamond',
- get: 'video',
- num: 50,
- },
- [3]: {
- id: 3,
- type: 'coin',
- get: 'diamond_50',
- num: 2000,
- },
- [4]: {
- id: 4,
- type: 'coin',
- get: 'diamond_100',
- num: 5000,
- },
- [5]: {
- id: 5,
- type: 'coin',
- get: 'diamond_200',
- num: 12000,
- },
- }
- //placeball表数据
- cfgTable.placeballData = {
- [1]: {
- id: 1,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [2]: {
- id: 2,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [3]: {
- id: 3,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [4]: {
- id: 4,
- type: 1,
- ball: 10,
- hp: 4,
- award: [0, 50],
- },
- [5]: {
- id: 5,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [6]: {
- id: 6,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [7]: {
- id: 7,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [8]: {
- id: 8,
- type: 1,
- ball: 15,
- hp: 4,
- award: [0, 50],
- },
- [9]: {
- id: 9,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [10]: {
- id: 10,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [11]: {
- id: 11,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [12]: {
- id: 12,
- type: 1,
- ball: 15,
- hp: 4,
- award: [0, 50],
- },
- [13]: {
- id: 13,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [14]: {
- id: 14,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [15]: {
- id: 15,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [16]: {
- id: 16,
- type: 1,
- ball: 20,
- hp: 4,
- award: [0, 50],
- },
- [17]: {
- id: 17,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [18]: {
- id: 18,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [19]: {
- id: 19,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [20]: {
- id: 20,
- type: 1,
- ball: 15,
- hp: 4,
- award: [0, 50],
- },
- [21]: {
- id: 21,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [22]: {
- id: 22,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [23]: {
- id: 23,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [24]: {
- id: 24,
- type: 1,
- ball: 15,
- hp: 4,
- award: [0, 50],
- },
- [25]: {
- id: 25,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [26]: {
- id: 26,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [27]: {
- id: 27,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [28]: {
- id: 28,
- type: 1,
- ball: 15,
- hp: 4,
- award: [0, 50],
- },
- [29]: {
- id: 29,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [30]: {
- id: 30,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [31]: {
- id: 31,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [32]: {
- id: 32,
- type: 1,
- ball: 15,
- hp: 4,
- award: [0, 50],
- },
- [33]: {
- id: 33,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [34]: {
- id: 34,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [35]: {
- id: 35,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [36]: {
- id: 36,
- type: 1,
- ball: 15,
- hp: 4,
- award: [0, 50],
- },
- [37]: {
- id: 37,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [38]: {
- id: 38,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [39]: {
- id: 39,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [40]: {
- id: 40,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [41]: {
- id: 41,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [42]: {
- id: 42,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [43]: {
- id: 43,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [44]: {
- id: 44,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [45]: {
- id: 45,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [46]: {
- id: 46,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [47]: {
- id: 47,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [48]: {
- id: 48,
- type: 1,
- ball: 15,
- hp: 4,
- award: [0, 50],
- },
- [49]: {
- id: 49,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [50]: {
- id: 50,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [51]: {
- id: 51,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [52]: {
- id: 52,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [53]: {
- id: 53,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [54]: {
- id: 54,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [55]: {
- id: 55,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [56]: {
- id: 56,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [57]: {
- id: 57,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [58]: {
- id: 58,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [59]: {
- id: 59,
- type: 0,
- ball: -1,
- hp: 4,
- award: [800, 5],
- },
- [60]: {
- id: 60,
- type: 1,
- ball: 20,
- hp: 4,
- award: [0, 50],
- },
- }
- //secretary表数据
- cfgTable.secretaryData = {
- [1]: {
- id: 1,
- msg: 'Welcome back, boss',
- },
- [2]: {
- id: 2,
- msg: 'Strengthening the pole method will make you stronger, boss',
- },
- [3]: {
- id: 3,
- msg: 'What color does the boss like?',
- },
- [4]: {
- id: 4,
- msg: 'Don\'t worry, I won\'t take a leave',
- },
- [5]: {
- id: 5,
- msg: 'After wiping my glasses, I felt clearer looking at the boss',
- },
- [6]: {
- id: 6,
- msg: 'Eating grapes without vomiting Oh, I accidentally said something',
- },
- [7]: {
- id: 7,
- msg: 'Is the boss still there ...? Fortunately, my collar was crooked and I wasn\'t seen',
- },
- [8]: {
- id: 8,
- msg: 'Truly worthy of being the boss! You played too well'
- },
- [9]: {
- id: 9,
- msg: 'It\'s okay, the boss has already played very well'
- },
- [10]: {
- id: 10,
- msg: 'Please claim today\'s reward'
- },
- [11]: {
- id: 11,
- msg: 'Your luck is amazing!'
- },
- [12]: {
- id: 12,
- msg: 'These are all the boss\'s tricks'
- },
- [13]: {
- id: 13,
- msg: 'come on! I have confidence in you'
- },
- [14]: {
- id: 14,
- msg: 'I can\'t wait to see your performance'
- },
- [15]: {
- id: 15,
- msg: 'It\'s also good to come to the mall occasionally to take a look'
- },
- [16]: {
- id: 16,
- msg: 'Boss, you are here. I am your exclusive secretary, Luna'
- },
- }
- //secretaryshop表数据
- cfgTable.secretaryshopData = {
- [1]: {
- id: 1,
- name: 'Luna',
- height: '164',
- food: 'Pizza,Cake',
- 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.',
- price: 2000,
- nameImg: 'xiaoning',
- spine: 'mishu',
- }
- }
- //sign表数据
- cfgTable.signData = {
- [1]: {
- id: 1,
- icon: ['hb_jb1'],
- title: 'Day1',
- award: ['2-2000'],
- },
- [2]: {
- id: 2,
- icon: ['qg1'],
- title: 'Day2',
- award: ['3-1'],
- },
- [3]: {
- id: 3,
- icon: ['hb_zs_1'],
- title: 'Day3',
- award: ['1-100'],
- },
- [4]: {
- id: 4,
- icon: ['hb_jb2'],
- title: 'Day4',
- award: ['2-5000'],
- },
- [5]: {
- id: 5,
- icon: ['hb_zs_3'],
- title: 'Day5',
- award: ['1-150'],
- },
- [6]: {
- id: 6,
- icon: ['hb_jb3'],
- title: 'Day6',
- award: ['2-8000'],
- },
- [7]: {
- id: 7,
- icon: ['hb_zs_5', 'hb_jb3'],
- title: 'Day7',
- award: ['1-300', '2-10000'],
- },
- }
- //talkwords表数据
- cfgTable.talkwordsData = {
- [1]: {
- id: 1,
- msg: 'Good shot',
- },
- [2]: {
- id: 2,
- msg: 'Thank you',
- },
- [3]: {
- id: 3,
- msg: 'Give you a shot',
- },
- [4]: {
- id: 4,
- msg: 'Look at me!',
- },
- [5]: {
- id: 5,
- msg: 'I am the true king.',
- },
- [6]: {
- id: 6,
- msg: 'hello',
- },
- [7]: {
- id: 7,
- msg: 'What a talented person!',
- },
- [8]: {
- id: 8,
- msg: 'Goodbye',
- },
- }
- //words表数据
- cfgTable.wordsData = {
- [1]: {
- id: 1,
- msg: 'Opponent broke. You shoot next. Target: Solid Balls.',
- },
- [2]: {
- id: 2,
- msg: 'Opponent broke. You shoot next. Target: Striped Balls',
- },
- [3]: {
- id: 3,
- msg: 'Break successful. Target: Solid Balls.',
- },
- [4]: {
- id: 4,
- msg: 'The break was successful, and your objective for this round is to pocket the [striped/solid/colored] balls.',
- },
- [5]: {
- id: 5,
- msg: 'Opponent fouled (# of $). Your turn.',
- },
- [6]: {
- id: 6,
- msg: 'Foul. Opponent racks. Fouls: # of $.',
- },
- [7]: {
- id: 7,
- msg: 'No ball scored; turn exchanges.',
- },
- [8]: {
- id: 8,
- msg: 'The black ball is pocketed, and the game ends.',
- },
- [9]: {
- id: 9,
- msg: 'This game will kick off for you first',
- },
- [10]: {
- id: 10,
- msg: 'This game will kick off for the opponent first',
- },
- [11]: {
- id: 11,
- msg: 'If you pot a non-target ball, the turn switches to your opponent.',
- },
- [12]: {
- id: 12,
- msg: 'Your opponent\'s white ball went in the pocket, +3 points for you.',
- },
- [13]: {
- id: 13,
- msg: 'You pocketed the white ball, so your opponent gets +3 points.',
- },
- [14]: {
- id: 14,
- msg: 'Your opponent timed out on the shot, +3 points for you.',
- },
- [15]: {
- id: 15,
- msg: 'You timed out, +3 points for your opponent.',
- },
- }
- //排行榜数据
- cfgTable.paiHangBangData = {
- "list": [{
- "rankScore": "160",
- "userId": "my150_1",
- "userData": "{\"user\":{\"userId\":\"my1204nv7opn0j0ruz0u\",\"nickName\":\"SkyWalker92\",\"headIcon\":\"res/playersImg/1.png\"}}"
- }, {
- "rankScore": "150",
- "userId": "my150_2",
- "userData": "{\"user\":{\"userId\":\"my1208tvwh3z7ttej5hk\",\"nickName\":\"CoffeeNinja\",\"headIcon\":\"res/playersImg/2.png\"}}"
- }, {
- "rankScore": "151",
- "userId": "my150_3",
- "userData": "{\"user\":{\"userId\":\"my120yfv7bdb7imrttd1\",\"nickName\":\"PixelPioneer\",\"headIcon\":\"res/playersImg/3.png\"}}"
- }, {
- "rankScore": "145",
- "userId": "my150_4",
- "userData": "{\"user\":{\"userId\":\"my120hb47wlqv8ujmdle\",\"nickName\":\"BroadwayStarlet\",\"headIcon\":\"res/playersImg/4.png\"}}"
- }, {
- "rankScore": "140",
- "userId": "my150_5",
- "userData": "{\"user\":{\"userId\":\"my120e8bbxhv8rjxml2h\",\"nickName\":\"RockyMountainHigh\",\"headIcon\":\"res/playersImg/5.png\"}}"
- }, {
- "rankScore": "135",
- "userId": "my150_6",
- "userData": "{\"user\":{\"userId\":\"my1206pfouw21pfcupwd\",\"nickName\":\"SherlockWiFi\",\"headIcon\":\"res/playersImg/6.png\"}}"
- }, {
- "rankScore": "134",
- "userId": "my150_7",
- "userData": "{\"user\":{\"userId\":\"my1206pfouw21pfcupwd\",\"nickName\":\"PopcornDetective\",\"headIcon\":\"res/playersImg/7.png\"}}"
- }, {
- "rankScore": "131",
- "userId": "my150_8",
- "userData": "{\"user\":{\"userId\":\"my1206pfouw21pfcupwd\",\"nickName\":\"ZombieSurferDude\",\"headIcon\":\"res/playersImg/8.png\"}}"
- }, {
- "rankScore": "120",
- "userId": "my150_9",
- "userData": "{\"user\":{\"userId\":\"my1206pfouw21pfcupwd\",\"nickName\":\"AlienInMyBathroom\",\"headIcon\":\"res/playersImg/9.png\"}}"
- }, {
- "rankScore": "118",
- "userId": "my150_10",
- "userData": "{\"user\":{\"userId\":\"my1206pfouw21pfcupwd\",\"nickName\":\"PajamaPartyKing\",\"headIcon\":\"res/playersImg/10.png\"}}"
- }],
- "lastScore": "111",
- "type": "total",
- "rankId": "12000"
-
- }
- //道具新增购买
- cfgTable.daoJuData = {
- [1]: {
- id: 1,
- name: 'aaaaa',
- price: 0,
- describe: 'rookie',
- quality: 0,
- img: 'qg0',
- spine: '',
- skillLevel: 0,
- sort: 1,
- },
- [2]: {
- id: 2,
- name: 'bbbbb',
- price: 1000,
- describe: 'master',
- quality: 1,
- img: 'qg1',
- spine: 'qiugan1',
- skillLevel: 0,
- sort: 3,
- },
- [3]: {
- id: 3,
- name: 'cccc',
- price: 1500,
- describe: 'master',
- quality: 1,
- img: 'qg2',
- spine: 'qiugan2',
- skillLevel: 0,
- sort: 4,
- },
- [4]: {
- id: 4,
- name: 'ddd',
- price: 2000,
- describe: 'master',
- quality: 1,
- img: 'qg3',
- spine: 'qiugan3',
- skillLevel: 0,
- sort: 5,
- },
- [5]: {
- id: 5,
- name: 'eee',
- price: 3000,
- describe: 'legend',
- quality: 2,
- img: 'qg4',
- spine: 'qiugan4',
- skillLevel: 0,
- sort: 6,
- },
- [6]: {
- id: 6,
- name: 'ffff',
- price: 0,
- describe: 'rookie',
- quality: 0,
- img: 'qg5',
- spine: '',
- skillLevel: 0,
- sort: 2,
- },
- }
|