orchard.yaml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. free_wash_limit: 20 #接受浇水次数
  2. steal_fruit: 50000 #每天最多偷这么多
  3. steal_per: 20 #偷窃百分比
  4. multiple: [1,2,3,5] #果实倍数
  5. decline_rate: 5 #衰减百分比
  6. decline_max_exp: 320 #最多扣5%
  7. open_duration: 8h
  8. limit: 50 #通知信息的椰树
  9. tree_version: 1
  10. store_version: 1
  11. duration_wash: 300 #需要冷却时间
  12. duration_time: 5m
  13. water_limit: 2
  14. wash_list: #浇水等级
  15. - type: 1
  16. remain_times: 5
  17. exp: 10
  18. - type: 2
  19. remain_times: 10
  20. exp: 50
  21. - type: 3
  22. cost_bean: 0
  23. remain_times: -1
  24. exp: 20
  25. - type: 4
  26. cost_bean: 0
  27. remain_times: -1
  28. exp: 50
  29. water_times: 20
  30. tree_list:
  31. - level: 1
  32. exp: 200
  33. max_fruit: 2
  34. basic_product: 4
  35. common: 100
  36. show_output: 4
  37. - level: 2
  38. exp: 400
  39. max_fruit: 3
  40. basic_product: 8
  41. common: 100
  42. show_output: 8
  43. - level: 3
  44. exp: 800
  45. max_fruit: 4
  46. basic_product: 12
  47. common: 92
  48. middle: 8
  49. high: 0
  50. super: 0
  51. show_output: 12
  52. - level: 4
  53. exp: 1600
  54. max_fruit: 4
  55. basic_product: 20
  56. common: 100
  57. show_output: 20
  58. - level: 5
  59. exp: 3200
  60. max_fruit: 5
  61. basic_product: 25
  62. common: 100
  63. show_output: 25
  64. - level: 6
  65. exp: 6400
  66. max_fruit: 5
  67. basic_product: 35
  68. common: 100
  69. show_output: 35
  70. - level: 7
  71. exp: 12800
  72. max_fruit: 6
  73. basic_product: 40
  74. common: 100
  75. show_output: 30000
  76. - level: 8
  77. exp: 25600
  78. max_fruit: 6
  79. basic_product: 50
  80. common: 100
  81. show_output: 50
  82. - level: 9
  83. exp: 51200
  84. max_fruit: 6
  85. basic_product: 60
  86. common: 100
  87. show_output: 60
  88. - level: 10
  89. exp: 102400
  90. max_fruit: 6
  91. basic_product: 72
  92. common: 100
  93. show_output: 72
  94. - level: 11
  95. exp: 0
  96. max_fruit: 6
  97. basic_product: 100
  98. common: 100
  99. show_output: 100
  100. blessing_list:
  101. - type: 1 #财神
  102. cost_diamond: 10
  103. updated_rate: 120
  104. duration: 12
  105. - type: 2 #太上老君
  106. cost_diamond: 10
  107. updated_rate: 75
  108. duration: 12
  109. - type: 3 #招财猫
  110. cost_diamond: 10
  111. updated_rate: 110
  112. duration: 12
  113. store_list:
  114. - store_id: 1
  115. basic_bean: 60000 #6w
  116. high_bean: 420000 #42w
  117. store_name: 青铜宝箱
  118. min_multi: 300
  119. max_multi: 400
  120. number: 1800
  121. - store_id: 2
  122. basic_bean: 120000 #12w
  123. high_bean: 900000 #90w
  124. store_name: 黄铜宝箱
  125. min_multi: 310
  126. max_multi: 410
  127. number: 3600
  128. - store_id: 3
  129. basic_bean: 300000 #30w
  130. high_bean: 2400000 #240w
  131. store_name: 白银宝箱
  132. min_multi: 320
  133. max_multi: 420
  134. number: 9000
  135. - store_id: 4
  136. basic_bean: 500000 #30w
  137. high_bean: 4250000 #425w
  138. store_name: 黄金宝箱
  139. min_multi: 330
  140. max_multi: 430
  141. number: 15000
  142. - store_id: 5
  143. basic_bean: 980000 #98w
  144. high_bean: 8800000 #425w
  145. store_name: 钻石宝箱
  146. min_multi: 340
  147. max_multi: 440
  148. number: 29400
  149. - store_id: 6
  150. basic_bean: 1980000 #198w
  151. high_bean: 18790000 #1879w
  152. store_name: 史诗宝箱
  153. min_multi: 350
  154. max_multi: 450
  155. number: 59400
  156. - store_id: 7
  157. basic_bean: 3280000 #328w
  158. high_bean: 32800000 #3280w
  159. store_name: 荣耀宝箱
  160. min_multi: 360
  161. max_multi: 460
  162. number: 146400
  163. - store_id: 8
  164. basic_bean: 6480000 #328w
  165. high_bean: 64800000 #3280w
  166. store_name: 至尊宝箱
  167. min_multi: 370
  168. max_multi: 470
  169. number: 194400