tilegame.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. {
  2. "global":{
  3. "tiles_max_in_x":"18",
  4. "tiles_max_in_y":"20",
  5. "tile_offset_unit":"0.5",
  6. "interval_collect":"1000",
  7. "interval_match":"2000",
  8. "tile_var":{
  9. "1":"100",
  10. "2":"70,30",
  11. "3":"60,30,10",
  12. "4":"50,30,15,5",
  13. "5":"50,20,15,10,5",
  14. "6":"40,20,15,10,10,5",
  15. "7":"30,20,20,15,10,5",
  16. "8":"25,25,20,15,10,5"
  17. },
  18. "revive":{
  19. "coins":"900,1600,2500,2500"
  20. },
  21. "dtc_progress":"30:20,60:50,100:70",
  22. "dtc_progress_collect_bar":"30:20,60:50,100:70",
  23. "move_unit":"0:0.3,2:0.25,4:0.15,6:0.12,8:0.09,12:0.07",
  24. "default_user_cat":"3",
  25. "rotate_tile_grp":"50",
  26. "lv_int_ad":"300000",
  27. "lvsuffix":"13",
  28. "lvinstMap":"1:1,3:2,5:3"
  29. },
  30. "boost":{
  31. "png_plist":"tileMatch_ui.plist",
  32. "boost_plusone":{
  33. "name":"More Boost",
  34. "desc":"Add extra slot int the backpack",
  35. "cost":"500",
  36. "min_lv":"1",
  37. "png":"plus_blue_banner_icon.png"
  38. },
  39. "boost_giveback1":{
  40. "name":"More Boost",
  41. "desc":"Put back the last tile",
  42. "cost":"650",
  43. "min_lv":"21",
  44. "ccb":"ig_inbooster_沙漏.redream",
  45. "png":"g_prop_1.png"
  46. },
  47. "boost_fetchTop3":{
  48. "name":"More Boost",
  49. "desc":"Moveaway 3 tiles at the top",
  50. "cost":"800",
  51. "min_lv":"22",
  52. "ccb":"ig_inbooster_吸尘器.redream",
  53. "png":"g_prop_2.png"
  54. },
  55. "boost_find3":{
  56. "name":"More Boost",
  57. "desc":"Eliminate as much as more tiles in the backpack",
  58. "cost":"1300",
  59. "min_lv":"23",
  60. "ccb":"ig_inbooster_磁铁.redream",
  61. "png":"g_prop_3.png"
  62. },
  63. "boost_reroll":{
  64. "name":"More Boost",
  65. "desc":"Re-arrange all the tiles",
  66. "cost":"650",
  67. "min_lv":"24",
  68. "ccb":"ig_inbooster_风扇.redream",
  69. "png":"g_prop_4.png"
  70. }
  71. },
  72. "boost_outside":{
  73. "png_plist":"tileMatch_ui.plist",
  74. "boost_outside_shell3":{
  75. "name":"More Boost",
  76. "desc":"Add 3 shell in the map",
  77. "cost":"4900",
  78. "min_lv":"15",
  79. "png":"game_prop_8.png"
  80. },
  81. "boost_outside_fetchTop3":{
  82. "name":"More Boost",
  83. "desc":"Moveaway 3 tiles at the top",
  84. "cost":"2900",
  85. "min_lv":"8",
  86. "png":"game_prop_6.png"
  87. },
  88. "boost_outside_find3":{
  89. "name":"More Boost",
  90. "desc":"Eliminate as much as more tiles in the backpack",
  91. "cost":"3900",
  92. "min_lv":"10",
  93. "png":"game_prop_7.png"
  94. },
  95. "boost_outside_claw":{
  96. "name":"More Boost",
  97. "desc":"Moveaway 3 tiles at the top",
  98. "cost":"900",
  99. "min_lv":"15",
  100. "png":"game_prop_9.png"
  101. },
  102. "boost_outside_master_card":{
  103. "name":"More Boost",
  104. "desc":"Eliminate as much as more tiles in the backpack",
  105. "cost":"1900",
  106. "min_lv":"16",
  107. "png":"game_prop_10.png"
  108. },
  109. "boost_outside_shell_double":{
  110. "name":"More Boost",
  111. "desc":"shell double in the map",
  112. "cost":"4900",
  113. "min_lv":"15",
  114. "png":"game_prop_12.png"
  115. },
  116. "boost_outside_plusone":{
  117. "name":"More Boost",
  118. "desc":"Add extra slot int the backpack",
  119. "cost":"1500",
  120. "min_lv":"17",
  121. "png":"game_prop_13.png"
  122. }
  123. },
  124. "groups":{
  125. "grp_1":{
  126. "lvsuffix":"1",
  127. "lvinstIdx":"1",
  128. "win_streak_3_start_level":"62",
  129. "options":{
  130. "dda":"1",
  131. "failure_help":"1",
  132. "cnt1_deeper":"1",
  133. "use_outside_boost":"1",
  134. "use_new_tile_theme":"1",
  135. "plusone_onlyonce":"1"
  136. }
  137. },
  138. "grp_2":{
  139. "lvsuffix":"1",
  140. "lvinstIdx":"2",
  141. "win_streak_3_start_level":"62",
  142. "options":{
  143. "dda":"1",
  144. "failure_help":"1",
  145. "cnt1_deeper":"1",
  146. "use_outside_boost":"1",
  147. "use_new_tile_theme":"1",
  148. "plusone_onlyonce":"1"
  149. }
  150. }
  151. }
  152. }