ChallengePriceConfig.lua 303 B

123456789101112131415161718
  1. local root = {
  2. {
  3. id = 1,
  4. timesRange = {1,1},
  5. price = {id=102,count=50}
  6. },
  7. {
  8. id = 1,
  9. timesRange = {2,3},
  10. price = {id=102,count=100}
  11. },
  12. {
  13. id = 1,
  14. timesRange = {4,-1},
  15. price = {id=102,count=200}
  16. }
  17. }
  18. return root