teen_patti_conf.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "game_id": "teen_patti",
  3. "name": "teen_patti",
  4. "status": 1,
  5. "think_time": 10,
  6. "room_list": [
  7. {
  8. "type":"cash",
  9. "boot": "1",
  10. "minBuyin": "10",
  11. "chaalLimmit": "128",
  12. "potLimit": "1024",
  13. "totalPlayers":"1000",
  14. "roomLevel": "low",
  15. "confId": "1"
  16. },
  17. {
  18. "type":"cash",
  19. "boot": "10",
  20. "minBuyin": "1000",
  21. "chaalLimmit": "12800",
  22. "potLimit": "10240",
  23. "totalPlayers":"1000",
  24. "roomLevel": "mid",
  25. "confId": "2"
  26. },
  27. {
  28. "type":"cash",
  29. "boot": "100",
  30. "minBuyin": "10000",
  31. "chaalLimmit": "128000",
  32. "potLimit": "102400",
  33. "totalPlayers":"1000",
  34. "roomLevel": "high",
  35. "confId": "3"
  36. },
  37. {
  38. "type":"practice",
  39. "boot": "100",
  40. "minBuyin": "10000",
  41. "chaalLimmit": "128000",
  42. "potLimit": "102400",
  43. "totalPlayers":"1000",
  44. "roomLevel": "practice",
  45. "confId": "4"
  46. }
  47. ]
  48. }