emotionConfig.json 444 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "configList": [
  3. {
  4. "ID": 1,
  5. "type": 1,
  6. "icon": "",
  7. "des": 2043,
  8. "hanganUpRate": [
  9. 1100,
  10. 1300
  11. ]
  12. },
  13. {
  14. "ID": 2,
  15. "type": 2,
  16. "icon": "",
  17. "des": 2044,
  18. "hanganUpRate": [
  19. 900,
  20. 1100
  21. ]
  22. },
  23. {
  24. "ID": 3,
  25. "type": 3,
  26. "icon": "",
  27. "des": 2045,
  28. "hanganUpRate": [
  29. 700,
  30. 900
  31. ]
  32. }
  33. ]
  34. }