1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048 |
- /*
- **************************
- *
- *说明:配置文件内容
- *作者: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"
-
- }
|