skill_config.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "skillTypes": [
  3. {
  4. "id": 0,
  5. "name": "Damage",
  6. "displayName": "伤害",
  7. "nameTemplate": "伤害 +{}%",
  8. "type": "damage"
  9. },
  10. {
  11. "id": 1,
  12. "name": "Ball Speed",
  13. "displayName": "球速",
  14. "nameTemplate": "球速 +{}%",
  15. "type": "ball_speed"
  16. },
  17. {
  18. "id": 2,
  19. "name": "Crit Damage",
  20. "displayName": "暴击伤害",
  21. "nameTemplate": "暴击伤害 +{}%",
  22. "type": "crit_damage"
  23. }
  24. ],
  25. "skillGroups": [
  26. {
  27. "group": 1,
  28. "effectPercent": 5,
  29. "diamondCost": 10
  30. },
  31. {
  32. "group": 2,
  33. "effectPercent": 10,
  34. "diamondCost": 20
  35. },
  36. {
  37. "group": 3,
  38. "effectPercent": 15,
  39. "diamondCost": 30
  40. },
  41. {
  42. "group": 4,
  43. "effectPercent": 20,
  44. "diamondCost": 40
  45. },
  46. {
  47. "group": 5,
  48. "effectPercent": 25,
  49. "diamondCost": 50
  50. },
  51. {
  52. "group": 6,
  53. "effectPercent": 30,
  54. "diamondCost": 60
  55. },
  56. {
  57. "group": 7,
  58. "effectPercent": 35,
  59. "diamondCost": 70
  60. },
  61. {
  62. "group": 8,
  63. "effectPercent": 40,
  64. "diamondCost": 80
  65. },
  66. {
  67. "group": 9,
  68. "effectPercent": 45,
  69. "diamondCost": 90
  70. },
  71. {
  72. "group": 10,
  73. "effectPercent": 50,
  74. "diamondCost": 100
  75. },
  76. {
  77. "group": 11,
  78. "effectPercent": 55,
  79. "diamondCost": 110
  80. },
  81. {
  82. "group": 12,
  83. "effectPercent": 60,
  84. "diamondCost": 120
  85. }
  86. ],
  87. "totalGroups": 12,
  88. "skillsPerGroup": 3,
  89. "skills": []
  90. }