RoomBaseExConfig.json 31 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442
  1. [
  2. {
  3. "base": 300,
  4. "fee": 320,
  5. "hallId": 101,
  6. "level": 1,
  7. "loseExp": 0,
  8. "max": 100000,
  9. "min": 3000,
  10. "modeId": 1,
  11. "name": "初级场",
  12. "normalCardList": [1, 4],
  13. "operateTime": 15,
  14. "playerCount": 2,
  15. "readyTime": 20,
  16. "roomId": 10121,
  17. "roomType": "B",
  18. "tieExp": 0,
  19. "wfId": 1,
  20. "winExp": 0
  21. },
  22. {
  23. "base": 800,
  24. "fee": 800,
  25. "hallId": 101,
  26. "level": 2,
  27. "loseExp": 0,
  28. "max": 400000,
  29. "min": 20000,
  30. "modeId": 1,
  31. "name": "中级场",
  32. "normalCardList": [1, 4],
  33. "operateTime": 15,
  34. "playerCount": 2,
  35. "readyTime": 20,
  36. "roomId": 10122,
  37. "roomType": "B",
  38. "tieExp": 0,
  39. "wfId": 1,
  40. "winExp": 0
  41. },
  42. {
  43. "base": 2200,
  44. "fee": 2500,
  45. "hallId": 101,
  46. "level": 3,
  47. "loseExp": 0,
  48. "max": -1,
  49. "min": 55000,
  50. "modeId": 1,
  51. "name": "高级场",
  52. "normalCardList": [1, 4],
  53. "operateTime": 15,
  54. "playerCount": 2,
  55. "readyTime": 20,
  56. "roomId": 10123,
  57. "roomType": "B",
  58. "tieExp": 0,
  59. "wfId": 1,
  60. "winExp": 0
  61. },
  62. {
  63. "base": 6000,
  64. "fee": 6800,
  65. "hallId": 101,
  66. "level": 4,
  67. "loseExp": 0,
  68. "max": -1,
  69. "min": 150000,
  70. "modeId": 1,
  71. "name": "精英场",
  72. "normalCardList": [1, 4],
  73. "operateTime": 15,
  74. "playerCount": 2,
  75. "readyTime": 20,
  76. "roomId": 10124,
  77. "roomType": "B",
  78. "tieExp": 0,
  79. "wfId": 1,
  80. "winExp": 0
  81. },
  82. {
  83. "base": 16000,
  84. "fee": 18000,
  85. "hallId": 101,
  86. "level": 5,
  87. "loseExp": 0,
  88. "max": -1,
  89. "min": 400000,
  90. "modeId": 1,
  91. "name": "大师场",
  92. "normalCardList": [1, 4],
  93. "operateTime": 15,
  94. "playerCount": 2,
  95. "readyTime": 20,
  96. "roomId": 10125,
  97. "roomType": "B",
  98. "tieExp": 0,
  99. "wfId": 1,
  100. "winExp": 0
  101. },
  102. {
  103. "base": 42000,
  104. "fee": 45000,
  105. "hallId": 101,
  106. "level": 6,
  107. "loseExp": 0,
  108. "max": -1,
  109. "min": 1000000,
  110. "modeId": 1,
  111. "name": "雀神场",
  112. "normalCardList": [1, 4],
  113. "operateTime": 15,
  114. "playerCount": 2,
  115. "readyTime": 20,
  116. "roomId": 10126,
  117. "roomType": "B",
  118. "tieExp": 0,
  119. "wfId": 1,
  120. "winExp": 0
  121. },
  122. {
  123. "base": 1000,
  124. "fee": 480,
  125. "hallId": 102,
  126. "level": 1,
  127. "loseExp": 0,
  128. "max": 100000,
  129. "min": 3000,
  130. "modeId": 1,
  131. "name": "初级场",
  132. "normalCardList": [1, 2, 3, 4],
  133. "operateTime": 15,
  134. "playerCount": 4,
  135. "readyTime": 20,
  136. "roomId": 10221,
  137. "roomType": "B",
  138. "tieExp": 0,
  139. "wfId": 2,
  140. "winExp": 0
  141. },
  142. {
  143. "base": 2500,
  144. "fee": 1200,
  145. "hallId": 102,
  146. "level": 2,
  147. "loseExp": 0,
  148. "max": 400000,
  149. "min": 25000,
  150. "modeId": 1,
  151. "name": "中级场",
  152. "normalCardList": [1, 2, 3, 4],
  153. "operateTime": 15,
  154. "playerCount": 4,
  155. "readyTime": 20,
  156. "roomId": 10222,
  157. "roomType": "B",
  158. "tieExp": 0,
  159. "wfId": 2,
  160. "winExp": 0
  161. },
  162. {
  163. "base": 6400,
  164. "fee": 2800,
  165. "hallId": 102,
  166. "level": 3,
  167. "loseExp": 0,
  168. "max": -1,
  169. "min": 65000,
  170. "modeId": 1,
  171. "name": "高级场",
  172. "normalCardList": [1, 2, 3, 4],
  173. "operateTime": 15,
  174. "playerCount": 4,
  175. "readyTime": 20,
  176. "roomId": 10223,
  177. "roomType": "B",
  178. "tieExp": 0,
  179. "wfId": 2,
  180. "winExp": 0
  181. },
  182. {
  183. "base": 16000,
  184. "fee": 6800,
  185. "hallId": 102,
  186. "level": 4,
  187. "loseExp": 0,
  188. "max": -1,
  189. "min": 160000,
  190. "modeId": 1,
  191. "name": "精英场",
  192. "normalCardList": [1, 2, 3, 4],
  193. "operateTime": 15,
  194. "playerCount": 4,
  195. "readyTime": 20,
  196. "roomId": 10224,
  197. "roomType": "B",
  198. "tieExp": 0,
  199. "wfId": 2,
  200. "winExp": 0
  201. },
  202. {
  203. "base": 40000,
  204. "fee": 18000,
  205. "hallId": 102,
  206. "level": 5,
  207. "loseExp": 0,
  208. "max": -1,
  209. "min": 400000,
  210. "modeId": 1,
  211. "name": "大师场",
  212. "normalCardList": [1, 2, 3, 4],
  213. "operateTime": 15,
  214. "playerCount": 4,
  215. "readyTime": 20,
  216. "roomId": 10225,
  217. "roomType": "B",
  218. "tieExp": 0,
  219. "wfId": 2,
  220. "winExp": 0
  221. },
  222. {
  223. "base": 100000,
  224. "fee": 45000,
  225. "hallId": 102,
  226. "level": 6,
  227. "loseExp": 0,
  228. "max": -1,
  229. "min": 1000000,
  230. "modeId": 1,
  231. "name": "雀神场",
  232. "normalCardList": [1, 2, 3, 4],
  233. "operateTime": 15,
  234. "playerCount": 4,
  235. "readyTime": 20,
  236. "roomId": 10226,
  237. "roomType": "B",
  238. "tieExp": 0,
  239. "wfId": 2,
  240. "winExp": 0
  241. },
  242. {
  243. "base": 400,
  244. "fee": 320,
  245. "hallId": 103,
  246. "level": 1,
  247. "loseExp": 0,
  248. "max": 100000,
  249. "min": 3000,
  250. "modeId": 1,
  251. "name": "初级场",
  252. "normalCardList": [1, 2, 3],
  253. "operateTime": 20,
  254. "playerCount": 4,
  255. "readyTime": 20,
  256. "roomId": 10321,
  257. "roomType": "B",
  258. "tieExp": 0,
  259. "wfId": 3,
  260. "winExp": 0
  261. },
  262. {
  263. "base": 1000,
  264. "fee": 780,
  265. "hallId": 103,
  266. "level": 2,
  267. "loseExp": 0,
  268. "max": 400000,
  269. "min": 16000,
  270. "modeId": 1,
  271. "name": "中级场",
  272. "normalCardList": [1, 2, 3],
  273. "operateTime": 20,
  274. "playerCount": 4,
  275. "readyTime": 20,
  276. "roomId": 10322,
  277. "roomType": "B",
  278. "tieExp": 0,
  279. "wfId": 3,
  280. "winExp": 0
  281. },
  282. {
  283. "base": 2700,
  284. "fee": 2200,
  285. "hallId": 103,
  286. "level": 3,
  287. "loseExp": 0,
  288. "max": -1,
  289. "min": 45000,
  290. "modeId": 1,
  291. "name": "高级场",
  292. "normalCardList": [1, 2, 3],
  293. "operateTime": 20,
  294. "playerCount": 4,
  295. "readyTime": 20,
  296. "roomId": 10323,
  297. "roomType": "B",
  298. "tieExp": 0,
  299. "wfId": 3,
  300. "winExp": 0
  301. },
  302. {
  303. "base": 8000,
  304. "fee": 6600,
  305. "hallId": 103,
  306. "level": 4,
  307. "loseExp": 0,
  308. "max": -1,
  309. "min": 140000,
  310. "modeId": 1,
  311. "name": "精英场",
  312. "normalCardList": [1, 2, 3],
  313. "operateTime": 20,
  314. "playerCount": 4,
  315. "readyTime": 20,
  316. "roomId": 10324,
  317. "roomType": "B",
  318. "tieExp": 0,
  319. "wfId": 3,
  320. "winExp": 0
  321. },
  322. {
  323. "base": 25000,
  324. "fee": 20000,
  325. "hallId": 103,
  326. "level": 5,
  327. "loseExp": 0,
  328. "max": -1,
  329. "min": 450000,
  330. "modeId": 1,
  331. "name": "大师场",
  332. "normalCardList": [1, 2, 3],
  333. "operateTime": 20,
  334. "playerCount": 4,
  335. "readyTime": 20,
  336. "roomId": 10325,
  337. "roomType": "B",
  338. "tieExp": 0,
  339. "wfId": 3,
  340. "winExp": 0
  341. },
  342. {
  343. "base": 82000,
  344. "fee": 68000,
  345. "hallId": 103,
  346. "level": 6,
  347. "loseExp": 0,
  348. "max": -1,
  349. "min": 1600000,
  350. "modeId": 1,
  351. "name": "雀神场",
  352. "normalCardList": [1, 2, 3],
  353. "operateTime": 20,
  354. "playerCount": 4,
  355. "readyTime": 20,
  356. "roomId": 10326,
  357. "roomType": "B",
  358. "tieExp": 0,
  359. "wfId": 3,
  360. "winExp": 0
  361. },
  362. {
  363. "base": 500,
  364. "fee": 480,
  365. "hallId": 104,
  366. "level": 1,
  367. "loseExp": 0,
  368. "max": 100000,
  369. "min": 3000,
  370. "modeId": 1,
  371. "name": "初级场",
  372. "normalCardList": [1, 2, 3],
  373. "operateTime": 20,
  374. "playerCount": 4,
  375. "readyTime": 20,
  376. "roomId": 10421,
  377. "roomType": "B",
  378. "tieExp": 0,
  379. "wfId": 4,
  380. "winExp": 0
  381. },
  382. {
  383. "base": 1300,
  384. "fee": 980,
  385. "hallId": 104,
  386. "level": 2,
  387. "loseExp": 0,
  388. "max": 400000,
  389. "min": 22000,
  390. "modeId": 1,
  391. "name": "中级场",
  392. "normalCardList": [1, 2, 3],
  393. "operateTime": 20,
  394. "playerCount": 4,
  395. "readyTime": 20,
  396. "roomId": 10422,
  397. "roomType": "B",
  398. "tieExp": 0,
  399. "wfId": 4,
  400. "winExp": 0
  401. },
  402. {
  403. "base": 3500,
  404. "fee": 2800,
  405. "hallId": 104,
  406. "level": 3,
  407. "loseExp": 0,
  408. "max": -1,
  409. "min": 60000,
  410. "modeId": 1,
  411. "name": "高级场",
  412. "normalCardList": [1, 2, 3],
  413. "operateTime": 20,
  414. "playerCount": 4,
  415. "readyTime": 20,
  416. "roomId": 10423,
  417. "roomType": "B",
  418. "tieExp": 0,
  419. "wfId": 4,
  420. "winExp": 0
  421. },
  422. {
  423. "base": 10000,
  424. "fee": 8200,
  425. "hallId": 104,
  426. "level": 4,
  427. "loseExp": 0,
  428. "max": -1,
  429. "min": 180000,
  430. "modeId": 1,
  431. "name": "精英场",
  432. "normalCardList": [1, 2, 3],
  433. "operateTime": 20,
  434. "playerCount": 4,
  435. "readyTime": 20,
  436. "roomId": 10424,
  437. "roomType": "B",
  438. "tieExp": 0,
  439. "wfId": 4,
  440. "winExp": 0
  441. },
  442. {
  443. "base": 30000,
  444. "fee": 26000,
  445. "hallId": 104,
  446. "level": 5,
  447. "loseExp": 0,
  448. "max": -1,
  449. "min": 580000,
  450. "modeId": 1,
  451. "name": "大师场",
  452. "normalCardList": [1, 2, 3],
  453. "operateTime": 20,
  454. "playerCount": 4,
  455. "readyTime": 20,
  456. "roomId": 10425,
  457. "roomType": "B",
  458. "tieExp": 0,
  459. "wfId": 4,
  460. "winExp": 0
  461. },
  462. {
  463. "base": 96000,
  464. "fee": 88000,
  465. "hallId": 104,
  466. "level": 6,
  467. "loseExp": 0,
  468. "max": -1,
  469. "min": 2000000,
  470. "modeId": 1,
  471. "name": "雀神场",
  472. "normalCardList": [1, 2, 3],
  473. "operateTime": 20,
  474. "playerCount": 4,
  475. "readyTime": 20,
  476. "roomId": 10426,
  477. "roomType": "B",
  478. "tieExp": 0,
  479. "wfId": 4,
  480. "winExp": 0
  481. },
  482. {
  483. "base": 900,
  484. "fee": 480,
  485. "hallId": 105,
  486. "level": 1,
  487. "loseExp": 0,
  488. "max": 100000,
  489. "min": 3000,
  490. "modeId": 1,
  491. "name": "初级场",
  492. "normalCardList": [1, 2, 3],
  493. "operateTime": 20,
  494. "playerCount": 4,
  495. "readyTime": 20,
  496. "roomId": 10521,
  497. "roomType": "B",
  498. "tieExp": 0,
  499. "wfId": 5,
  500. "winExp": 0
  501. },
  502. {
  503. "base": 2200,
  504. "fee": 1200,
  505. "hallId": 105,
  506. "level": 2,
  507. "loseExp": 0,
  508. "max": 400000,
  509. "min": 25000,
  510. "modeId": 1,
  511. "name": "中级场",
  512. "normalCardList": [1, 2, 3],
  513. "operateTime": 20,
  514. "playerCount": 4,
  515. "readyTime": 20,
  516. "roomId": 10522,
  517. "roomType": "B",
  518. "tieExp": 0,
  519. "wfId": 5,
  520. "winExp": 0
  521. },
  522. {
  523. "base": 5600,
  524. "fee": 2800,
  525. "hallId": 105,
  526. "level": 3,
  527. "loseExp": 0,
  528. "max": -1,
  529. "min": 60000,
  530. "modeId": 1,
  531. "name": "高级场",
  532. "normalCardList": [1, 2, 3],
  533. "operateTime": 20,
  534. "playerCount": 4,
  535. "readyTime": 20,
  536. "roomId": 10523,
  537. "roomType": "B",
  538. "tieExp": 0,
  539. "wfId": 5,
  540. "winExp": 0
  541. },
  542. {
  543. "base": 14000,
  544. "fee": 6800,
  545. "hallId": 105,
  546. "level": 4,
  547. "loseExp": 0,
  548. "max": -1,
  549. "min": 150000,
  550. "modeId": 1,
  551. "name": "精英场",
  552. "normalCardList": [1, 2, 3],
  553. "operateTime": 20,
  554. "playerCount": 4,
  555. "readyTime": 20,
  556. "roomId": 10524,
  557. "roomType": "B",
  558. "tieExp": 0,
  559. "wfId": 5,
  560. "winExp": 0
  561. },
  562. {
  563. "base": 36000,
  564. "fee": 18000,
  565. "hallId": 105,
  566. "level": 5,
  567. "loseExp": 0,
  568. "max": -1,
  569. "min": 380000,
  570. "modeId": 1,
  571. "name": "大师场",
  572. "normalCardList": [1, 2, 3],
  573. "operateTime": 20,
  574. "playerCount": 4,
  575. "readyTime": 20,
  576. "roomId": 10525,
  577. "roomType": "B",
  578. "tieExp": 0,
  579. "wfId": 5,
  580. "winExp": 0
  581. },
  582. {
  583. "base": 90000,
  584. "fee": 46000,
  585. "hallId": 105,
  586. "level": 6,
  587. "loseExp": 0,
  588. "max": -1,
  589. "min": 1000000,
  590. "modeId": 1,
  591. "name": "雀神场",
  592. "normalCardList": [1, 2, 3],
  593. "operateTime": 20,
  594. "playerCount": 4,
  595. "readyTime": 20,
  596. "roomId": 10526,
  597. "roomType": "B",
  598. "tieExp": 0,
  599. "wfId": 5,
  600. "winExp": 0
  601. },
  602. {
  603. "base": 1200,
  604. "fee": 320,
  605. "hallId": 106,
  606. "level": 1,
  607. "loseExp": 0,
  608. "max": 100000,
  609. "min": 3000,
  610. "modeId": 1,
  611. "name": "初级场",
  612. "normalCardList": [1, 2, 3],
  613. "operateTime": 20,
  614. "playerCount": 4,
  615. "readyTime": 20,
  616. "roomId": 10621,
  617. "roomType": "B",
  618. "tieExp": 0,
  619. "wfId": 6,
  620. "winExp": 0
  621. },
  622. {
  623. "base": 3000,
  624. "fee": 780,
  625. "hallId": 106,
  626. "level": 2,
  627. "loseExp": 0,
  628. "max": 400000,
  629. "min": 18000,
  630. "modeId": 1,
  631. "name": "中级场",
  632. "normalCardList": [1, 2, 3],
  633. "operateTime": 20,
  634. "playerCount": 4,
  635. "readyTime": 20,
  636. "roomId": 10622,
  637. "roomType": "B",
  638. "tieExp": 0,
  639. "wfId": 6,
  640. "winExp": 0
  641. },
  642. {
  643. "base": 7800,
  644. "fee": 2200,
  645. "hallId": 106,
  646. "level": 3,
  647. "loseExp": 0,
  648. "max": -1,
  649. "min": 48000,
  650. "modeId": 1,
  651. "name": "高级场",
  652. "normalCardList": [1, 2, 3],
  653. "operateTime": 20,
  654. "playerCount": 4,
  655. "readyTime": 20,
  656. "roomId": 10623,
  657. "roomType": "B",
  658. "tieExp": 0,
  659. "wfId": 6,
  660. "winExp": 0
  661. },
  662. {
  663. "base": 20000,
  664. "fee": 5800,
  665. "hallId": 106,
  666. "level": 4,
  667. "loseExp": 0,
  668. "max": -1,
  669. "min": 130000,
  670. "modeId": 1,
  671. "name": "精英场",
  672. "normalCardList": [1, 2, 3],
  673. "operateTime": 20,
  674. "playerCount": 4,
  675. "readyTime": 20,
  676. "roomId": 10624,
  677. "roomType": "B",
  678. "tieExp": 0,
  679. "wfId": 6,
  680. "winExp": 0
  681. },
  682. {
  683. "base": 52000,
  684. "fee": 16000,
  685. "hallId": 106,
  686. "level": 5,
  687. "loseExp": 0,
  688. "max": -1,
  689. "min": 350000,
  690. "modeId": 1,
  691. "name": "大师场",
  692. "normalCardList": [1, 2, 3],
  693. "operateTime": 20,
  694. "playerCount": 4,
  695. "readyTime": 20,
  696. "roomId": 10625,
  697. "roomType": "B",
  698. "tieExp": 0,
  699. "wfId": 6,
  700. "winExp": 0
  701. },
  702. {
  703. "base": 140000,
  704. "fee": 46000,
  705. "hallId": 106,
  706. "level": 6,
  707. "loseExp": 0,
  708. "max": -1,
  709. "min": 1000000,
  710. "modeId": 1,
  711. "name": "雀神场",
  712. "normalCardList": [1, 2, 3],
  713. "operateTime": 20,
  714. "playerCount": 4,
  715. "readyTime": 20,
  716. "roomId": 10626,
  717. "roomType": "B",
  718. "tieExp": 0,
  719. "wfId": 6,
  720. "winExp": 0
  721. },
  722. {
  723. "base": 300,
  724. "fee": 320,
  725. "hallId": 201,
  726. "level": 1,
  727. "loseExp": 50,
  728. "max": 100000,
  729. "min": 3000,
  730. "modeId": 2,
  731. "name": "初级场",
  732. "normalCardList": [1, 4],
  733. "operateTime": 15,
  734. "playerCount": 2,
  735. "readyTime": 20,
  736. "roomId": 20121,
  737. "roomType": "B",
  738. "tieExp": 50,
  739. "wfId": 1,
  740. "winExp": 100
  741. },
  742. {
  743. "base": 800,
  744. "fee": 800,
  745. "hallId": 201,
  746. "level": 2,
  747. "loseExp": 50,
  748. "max": 400000,
  749. "min": 20000,
  750. "modeId": 2,
  751. "name": "中级场",
  752. "normalCardList": [1, 4],
  753. "operateTime": 15,
  754. "playerCount": 2,
  755. "readyTime": 20,
  756. "roomId": 20122,
  757. "roomType": "B",
  758. "tieExp": 50,
  759. "wfId": 1,
  760. "winExp": 100
  761. },
  762. {
  763. "base": 2200,
  764. "fee": 2500,
  765. "hallId": 201,
  766. "level": 3,
  767. "loseExp": 50,
  768. "max": -1,
  769. "min": 55000,
  770. "modeId": 2,
  771. "name": "高级场",
  772. "normalCardList": [1, 4],
  773. "operateTime": 15,
  774. "playerCount": 2,
  775. "readyTime": 20,
  776. "roomId": 20123,
  777. "roomType": "B",
  778. "tieExp": 50,
  779. "wfId": 1,
  780. "winExp": 100
  781. },
  782. {
  783. "base": 6000,
  784. "fee": 6800,
  785. "hallId": 201,
  786. "level": 4,
  787. "loseExp": 50,
  788. "max": -1,
  789. "min": 150000,
  790. "modeId": 2,
  791. "name": "精英场",
  792. "normalCardList": [1, 4],
  793. "operateTime": 15,
  794. "playerCount": 2,
  795. "readyTime": 20,
  796. "roomId": 20124,
  797. "roomType": "B",
  798. "tieExp": 50,
  799. "wfId": 1,
  800. "winExp": 100
  801. },
  802. {
  803. "base": 16000,
  804. "fee": 18000,
  805. "hallId": 201,
  806. "level": 5,
  807. "loseExp": 50,
  808. "max": -1,
  809. "min": 400000,
  810. "modeId": 2,
  811. "name": "大师场",
  812. "normalCardList": [1, 4],
  813. "operateTime": 15,
  814. "playerCount": 2,
  815. "readyTime": 20,
  816. "roomId": 20125,
  817. "roomType": "B",
  818. "tieExp": 50,
  819. "wfId": 1,
  820. "winExp": 100
  821. },
  822. {
  823. "base": 42000,
  824. "fee": 45000,
  825. "hallId": 201,
  826. "level": 6,
  827. "loseExp": 50,
  828. "max": -1,
  829. "min": 1000000,
  830. "modeId": 2,
  831. "name": "雀神场",
  832. "normalCardList": [1, 4],
  833. "operateTime": 15,
  834. "playerCount": 2,
  835. "readyTime": 20,
  836. "roomId": 20126,
  837. "roomType": "B",
  838. "tieExp": 50,
  839. "wfId": 1,
  840. "winExp": 100
  841. },
  842. {
  843. "base": 1000,
  844. "fee": 480,
  845. "hallId": 202,
  846. "level": 1,
  847. "loseExp": 50,
  848. "max": 100000,
  849. "min": 3000,
  850. "modeId": 2,
  851. "name": "初级场",
  852. "normalCardList": [1, 2, 3, 4],
  853. "operateTime": 15,
  854. "playerCount": 4,
  855. "readyTime": 20,
  856. "roomId": 20221,
  857. "roomType": "B",
  858. "tieExp": 50,
  859. "wfId": 2,
  860. "winExp": 100
  861. },
  862. {
  863. "base": 2500,
  864. "fee": 1200,
  865. "hallId": 202,
  866. "level": 2,
  867. "loseExp": 50,
  868. "max": 400000,
  869. "min": 25000,
  870. "modeId": 2,
  871. "name": "中级场",
  872. "normalCardList": [1, 2, 3, 4],
  873. "operateTime": 15,
  874. "playerCount": 4,
  875. "readyTime": 20,
  876. "roomId": 20222,
  877. "roomType": "B",
  878. "tieExp": 50,
  879. "wfId": 2,
  880. "winExp": 100
  881. },
  882. {
  883. "base": 6400,
  884. "fee": 2800,
  885. "hallId": 202,
  886. "level": 3,
  887. "loseExp": 50,
  888. "max": -1,
  889. "min": 65000,
  890. "modeId": 2,
  891. "name": "高级场",
  892. "normalCardList": [1, 2, 3, 4],
  893. "operateTime": 15,
  894. "playerCount": 4,
  895. "readyTime": 20,
  896. "roomId": 20223,
  897. "roomType": "B",
  898. "tieExp": 50,
  899. "wfId": 2,
  900. "winExp": 100
  901. },
  902. {
  903. "base": 16000,
  904. "fee": 6800,
  905. "hallId": 202,
  906. "level": 4,
  907. "loseExp": 50,
  908. "max": -1,
  909. "min": 160000,
  910. "modeId": 2,
  911. "name": "精英场",
  912. "normalCardList": [1, 2, 3, 4],
  913. "operateTime": 15,
  914. "playerCount": 4,
  915. "readyTime": 20,
  916. "roomId": 20224,
  917. "roomType": "B",
  918. "tieExp": 50,
  919. "wfId": 2,
  920. "winExp": 100
  921. },
  922. {
  923. "base": 40000,
  924. "fee": 18000,
  925. "hallId": 202,
  926. "level": 5,
  927. "loseExp": 50,
  928. "max": -1,
  929. "min": 400000,
  930. "modeId": 2,
  931. "name": "大师场",
  932. "normalCardList": [1, 2, 3, 4],
  933. "operateTime": 15,
  934. "playerCount": 4,
  935. "readyTime": 20,
  936. "roomId": 20225,
  937. "roomType": "B",
  938. "tieExp": 50,
  939. "wfId": 2,
  940. "winExp": 100
  941. },
  942. {
  943. "base": 100000,
  944. "fee": 45000,
  945. "hallId": 202,
  946. "level": 6,
  947. "loseExp": 50,
  948. "max": -1,
  949. "min": 1000000,
  950. "modeId": 2,
  951. "name": "雀神场",
  952. "normalCardList": [1, 2, 3, 4],
  953. "operateTime": 15,
  954. "playerCount": 4,
  955. "readyTime": 20,
  956. "roomId": 20226,
  957. "roomType": "B",
  958. "tieExp": 50,
  959. "wfId": 2,
  960. "winExp": 100
  961. },
  962. {
  963. "base": 400,
  964. "fee": 320,
  965. "hallId": 203,
  966. "level": 1,
  967. "loseExp": 50,
  968. "max": 100000,
  969. "min": 3000,
  970. "modeId": 2,
  971. "name": "初级场",
  972. "normalCardList": [1, 2, 3],
  973. "operateTime": 20,
  974. "playerCount": 4,
  975. "readyTime": 20,
  976. "roomId": 20321,
  977. "roomType": "B",
  978. "tieExp": 50,
  979. "wfId": 3,
  980. "winExp": 100
  981. },
  982. {
  983. "base": 1000,
  984. "fee": 780,
  985. "hallId": 203,
  986. "level": 2,
  987. "loseExp": 50,
  988. "max": 400000,
  989. "min": 16000,
  990. "modeId": 2,
  991. "name": "中级场",
  992. "normalCardList": [1, 2, 3],
  993. "operateTime": 20,
  994. "playerCount": 4,
  995. "readyTime": 20,
  996. "roomId": 20322,
  997. "roomType": "B",
  998. "tieExp": 50,
  999. "wfId": 3,
  1000. "winExp": 100
  1001. },
  1002. {
  1003. "base": 2700,
  1004. "fee": 2200,
  1005. "hallId": 203,
  1006. "level": 3,
  1007. "loseExp": 50,
  1008. "max": -1,
  1009. "min": 45000,
  1010. "modeId": 2,
  1011. "name": "高级场",
  1012. "normalCardList": [1, 2, 3],
  1013. "operateTime": 20,
  1014. "playerCount": 4,
  1015. "readyTime": 20,
  1016. "roomId": 20323,
  1017. "roomType": "B",
  1018. "tieExp": 50,
  1019. "wfId": 3,
  1020. "winExp": 100
  1021. },
  1022. {
  1023. "base": 8000,
  1024. "fee": 6600,
  1025. "hallId": 203,
  1026. "level": 4,
  1027. "loseExp": 50,
  1028. "max": -1,
  1029. "min": 140000,
  1030. "modeId": 2,
  1031. "name": "精英场",
  1032. "normalCardList": [1, 2, 3],
  1033. "operateTime": 20,
  1034. "playerCount": 4,
  1035. "readyTime": 20,
  1036. "roomId": 20324,
  1037. "roomType": "B",
  1038. "tieExp": 50,
  1039. "wfId": 3,
  1040. "winExp": 100
  1041. },
  1042. {
  1043. "base": 25000,
  1044. "fee": 20000,
  1045. "hallId": 203,
  1046. "level": 5,
  1047. "loseExp": 50,
  1048. "max": -1,
  1049. "min": 450000,
  1050. "modeId": 2,
  1051. "name": "大师场",
  1052. "normalCardList": [1, 2, 3],
  1053. "operateTime": 20,
  1054. "playerCount": 4,
  1055. "readyTime": 20,
  1056. "roomId": 20325,
  1057. "roomType": "B",
  1058. "tieExp": 50,
  1059. "wfId": 3,
  1060. "winExp": 100
  1061. },
  1062. {
  1063. "base": 82000,
  1064. "fee": 68000,
  1065. "hallId": 203,
  1066. "level": 6,
  1067. "loseExp": 50,
  1068. "max": -1,
  1069. "min": 1600000,
  1070. "modeId": 2,
  1071. "name": "雀神场",
  1072. "normalCardList": [1, 2, 3],
  1073. "operateTime": 20,
  1074. "playerCount": 4,
  1075. "readyTime": 20,
  1076. "roomId": 20326,
  1077. "roomType": "B",
  1078. "tieExp": 50,
  1079. "wfId": 3,
  1080. "winExp": 100
  1081. },
  1082. {
  1083. "base": 500,
  1084. "fee": 480,
  1085. "hallId": 204,
  1086. "level": 1,
  1087. "loseExp": 50,
  1088. "max": 100000,
  1089. "min": 3000,
  1090. "modeId": 2,
  1091. "name": "初级场",
  1092. "normalCardList": [1, 2, 3],
  1093. "operateTime": 20,
  1094. "playerCount": 4,
  1095. "readyTime": 20,
  1096. "roomId": 20421,
  1097. "roomType": "B",
  1098. "tieExp": 50,
  1099. "wfId": 4,
  1100. "winExp": 100
  1101. },
  1102. {
  1103. "base": 1300,
  1104. "fee": 980,
  1105. "hallId": 204,
  1106. "level": 2,
  1107. "loseExp": 50,
  1108. "max": 400000,
  1109. "min": 22000,
  1110. "modeId": 2,
  1111. "name": "中级场",
  1112. "normalCardList": [1, 2, 3],
  1113. "operateTime": 20,
  1114. "playerCount": 4,
  1115. "readyTime": 20,
  1116. "roomId": 20422,
  1117. "roomType": "B",
  1118. "tieExp": 50,
  1119. "wfId": 4,
  1120. "winExp": 100
  1121. },
  1122. {
  1123. "base": 3500,
  1124. "fee": 2800,
  1125. "hallId": 204,
  1126. "level": 3,
  1127. "loseExp": 50,
  1128. "max": -1,
  1129. "min": 60000,
  1130. "modeId": 2,
  1131. "name": "高级场",
  1132. "normalCardList": [1, 2, 3],
  1133. "operateTime": 20,
  1134. "playerCount": 4,
  1135. "readyTime": 20,
  1136. "roomId": 20423,
  1137. "roomType": "B",
  1138. "tieExp": 50,
  1139. "wfId": 4,
  1140. "winExp": 100
  1141. },
  1142. {
  1143. "base": 10000,
  1144. "fee": 8200,
  1145. "hallId": 204,
  1146. "level": 4,
  1147. "loseExp": 50,
  1148. "max": -1,
  1149. "min": 180000,
  1150. "modeId": 2,
  1151. "name": "精英场",
  1152. "normalCardList": [1, 2, 3],
  1153. "operateTime": 20,
  1154. "playerCount": 4,
  1155. "readyTime": 20,
  1156. "roomId": 20424,
  1157. "roomType": "B",
  1158. "tieExp": 50,
  1159. "wfId": 4,
  1160. "winExp": 100
  1161. },
  1162. {
  1163. "base": 30000,
  1164. "fee": 26000,
  1165. "hallId": 204,
  1166. "level": 5,
  1167. "loseExp": 50,
  1168. "max": -1,
  1169. "min": 580000,
  1170. "modeId": 2,
  1171. "name": "大师场",
  1172. "normalCardList": [1, 2, 3],
  1173. "operateTime": 20,
  1174. "playerCount": 4,
  1175. "readyTime": 20,
  1176. "roomId": 20425,
  1177. "roomType": "B",
  1178. "tieExp": 50,
  1179. "wfId": 4,
  1180. "winExp": 100
  1181. },
  1182. {
  1183. "base": 96000,
  1184. "fee": 88000,
  1185. "hallId": 204,
  1186. "level": 6,
  1187. "loseExp": 50,
  1188. "max": -1,
  1189. "min": 2000000,
  1190. "modeId": 2,
  1191. "name": "雀神场",
  1192. "normalCardList": [1, 2, 3],
  1193. "operateTime": 20,
  1194. "playerCount": 4,
  1195. "readyTime": 20,
  1196. "roomId": 20426,
  1197. "roomType": "B",
  1198. "tieExp": 50,
  1199. "wfId": 4,
  1200. "winExp": 100
  1201. },
  1202. {
  1203. "base": 900,
  1204. "fee": 480,
  1205. "hallId": 205,
  1206. "level": 1,
  1207. "loseExp": 50,
  1208. "max": 100000,
  1209. "min": 3000,
  1210. "modeId": 2,
  1211. "name": "初级场",
  1212. "normalCardList": [1, 2, 3],
  1213. "operateTime": 20,
  1214. "playerCount": 4,
  1215. "readyTime": 20,
  1216. "roomId": 20521,
  1217. "roomType": "B",
  1218. "tieExp": 50,
  1219. "wfId": 5,
  1220. "winExp": 100
  1221. },
  1222. {
  1223. "base": 2200,
  1224. "fee": 1200,
  1225. "hallId": 205,
  1226. "level": 2,
  1227. "loseExp": 50,
  1228. "max": 400000,
  1229. "min": 25000,
  1230. "modeId": 2,
  1231. "name": "中级场",
  1232. "normalCardList": [1, 2, 3],
  1233. "operateTime": 20,
  1234. "playerCount": 4,
  1235. "readyTime": 20,
  1236. "roomId": 20522,
  1237. "roomType": "B",
  1238. "tieExp": 50,
  1239. "wfId": 5,
  1240. "winExp": 100
  1241. },
  1242. {
  1243. "base": 5600,
  1244. "fee": 2800,
  1245. "hallId": 205,
  1246. "level": 3,
  1247. "loseExp": 50,
  1248. "max": -1,
  1249. "min": 60000,
  1250. "modeId": 2,
  1251. "name": "高级场",
  1252. "normalCardList": [1, 2, 3],
  1253. "operateTime": 20,
  1254. "playerCount": 4,
  1255. "readyTime": 20,
  1256. "roomId": 20523,
  1257. "roomType": "B",
  1258. "tieExp": 50,
  1259. "wfId": 5,
  1260. "winExp": 100
  1261. },
  1262. {
  1263. "base": 14000,
  1264. "fee": 6800,
  1265. "hallId": 205,
  1266. "level": 4,
  1267. "loseExp": 50,
  1268. "max": -1,
  1269. "min": 150000,
  1270. "modeId": 2,
  1271. "name": "精英场",
  1272. "normalCardList": [1, 2, 3],
  1273. "operateTime": 20,
  1274. "playerCount": 4,
  1275. "readyTime": 20,
  1276. "roomId": 20524,
  1277. "roomType": "B",
  1278. "tieExp": 50,
  1279. "wfId": 5,
  1280. "winExp": 100
  1281. },
  1282. {
  1283. "base": 36000,
  1284. "fee": 18000,
  1285. "hallId": 205,
  1286. "level": 5,
  1287. "loseExp": 50,
  1288. "max": -1,
  1289. "min": 380000,
  1290. "modeId": 2,
  1291. "name": "大师场",
  1292. "normalCardList": [1, 2, 3],
  1293. "operateTime": 20,
  1294. "playerCount": 4,
  1295. "readyTime": 20,
  1296. "roomId": 20525,
  1297. "roomType": "B",
  1298. "tieExp": 50,
  1299. "wfId": 5,
  1300. "winExp": 100
  1301. },
  1302. {
  1303. "base": 90000,
  1304. "fee": 46000,
  1305. "hallId": 205,
  1306. "level": 6,
  1307. "loseExp": 50,
  1308. "max": -1,
  1309. "min": 1000000,
  1310. "modeId": 2,
  1311. "name": "雀神场",
  1312. "normalCardList": [1, 2, 3],
  1313. "operateTime": 20,
  1314. "playerCount": 4,
  1315. "readyTime": 20,
  1316. "roomId": 20526,
  1317. "roomType": "B",
  1318. "tieExp": 50,
  1319. "wfId": 5,
  1320. "winExp": 100
  1321. },
  1322. {
  1323. "base": 1200,
  1324. "fee": 320,
  1325. "hallId": 206,
  1326. "level": 1,
  1327. "loseExp": 50,
  1328. "max": 100000,
  1329. "min": 3000,
  1330. "modeId": 2,
  1331. "name": "初级场",
  1332. "normalCardList": [1, 2, 3],
  1333. "operateTime": 20,
  1334. "playerCount": 4,
  1335. "readyTime": 20,
  1336. "roomId": 20621,
  1337. "roomType": "B",
  1338. "tieExp": 50,
  1339. "wfId": 6,
  1340. "winExp": 100
  1341. },
  1342. {
  1343. "base": 3000,
  1344. "fee": 780,
  1345. "hallId": 206,
  1346. "level": 2,
  1347. "loseExp": 50,
  1348. "max": 400000,
  1349. "min": 18000,
  1350. "modeId": 2,
  1351. "name": "中级场",
  1352. "normalCardList": [1, 2, 3],
  1353. "operateTime": 20,
  1354. "playerCount": 4,
  1355. "readyTime": 20,
  1356. "roomId": 20622,
  1357. "roomType": "B",
  1358. "tieExp": 50,
  1359. "wfId": 6,
  1360. "winExp": 100
  1361. },
  1362. {
  1363. "base": 7800,
  1364. "fee": 2200,
  1365. "hallId": 206,
  1366. "level": 3,
  1367. "loseExp": 50,
  1368. "max": -1,
  1369. "min": 48000,
  1370. "modeId": 2,
  1371. "name": "高级场",
  1372. "normalCardList": [1, 2, 3],
  1373. "operateTime": 20,
  1374. "playerCount": 4,
  1375. "readyTime": 20,
  1376. "roomId": 20623,
  1377. "roomType": "B",
  1378. "tieExp": 50,
  1379. "wfId": 6,
  1380. "winExp": 100
  1381. },
  1382. {
  1383. "base": 20000,
  1384. "fee": 5800,
  1385. "hallId": 206,
  1386. "level": 4,
  1387. "loseExp": 50,
  1388. "max": -1,
  1389. "min": 130000,
  1390. "modeId": 2,
  1391. "name": "精英场",
  1392. "normalCardList": [1, 2, 3],
  1393. "operateTime": 20,
  1394. "playerCount": 4,
  1395. "readyTime": 20,
  1396. "roomId": 20624,
  1397. "roomType": "B",
  1398. "tieExp": 50,
  1399. "wfId": 6,
  1400. "winExp": 100
  1401. },
  1402. {
  1403. "base": 52000,
  1404. "fee": 16000,
  1405. "hallId": 206,
  1406. "level": 5,
  1407. "loseExp": 50,
  1408. "max": -1,
  1409. "min": 350000,
  1410. "modeId": 2,
  1411. "name": "大师场",
  1412. "normalCardList": [1, 2, 3],
  1413. "operateTime": 20,
  1414. "playerCount": 4,
  1415. "readyTime": 20,
  1416. "roomId": 20625,
  1417. "roomType": "B",
  1418. "tieExp": 50,
  1419. "wfId": 6,
  1420. "winExp": 100
  1421. },
  1422. {
  1423. "base": 140000,
  1424. "fee": 46000,
  1425. "hallId": 206,
  1426. "level": 6,
  1427. "loseExp": 50,
  1428. "max": -1,
  1429. "min": 1000000,
  1430. "modeId": 2,
  1431. "name": "雀神场",
  1432. "normalCardList": [1, 2, 3],
  1433. "operateTime": 20,
  1434. "playerCount": 4,
  1435. "readyTime": 20,
  1436. "roomId": 20626,
  1437. "roomType": "B",
  1438. "tieExp": 50,
  1439. "wfId": 6,
  1440. "winExp": 100
  1441. }
  1442. ]