skill.json 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "skills": [
  3. {
  4. "id": "cheaper_units",
  5. "name": "便宜方块",
  6. "description": "方块价格降低 10%。能让玩家在购买单位时花费更少资源(如金币等)。",
  7. "iconPath": "images/SkillImages/cheaper_units",
  8. "maxLevel": 5,
  9. "currentLevel": 0,
  10. "priceReduction": 0.1,
  11. "critChanceIncrease": 0.0,
  12. "critDamageBonus": 0.0,
  13. "healthIncrease": 0.0,
  14. "multiShotChance": 0.0,
  15. "energyGainIncrease": 0.0,
  16. "ballSpeedIncrease": 0.0
  17. },
  18. {
  19. "id": "crit_chance",
  20. "name": "暴击几率",
  21. "description": "将造成暴击伤害的几率提高 10%。触发暴击可使伤害大幅提升,有概率触发暴击伤害。",
  22. "iconPath": "images/SkillImages/crit_chance",
  23. "maxLevel": 5,
  24. "currentLevel": 0,
  25. "priceReduction": 0.0,
  26. "critChanceIncrease": 0.1,
  27. "critDamageBonus": 0.1,
  28. "healthIncrease": 0.0,
  29. "multiShotChance": 0.0,
  30. "energyGainIncrease": 0.0,
  31. "ballSpeedIncrease": 0.0
  32. },
  33. {
  34. "id": "heal",
  35. "name": "治疗",
  36. "description": "使墙的生命值增加 10%。",
  37. "iconPath": "images/SkillImages/heal",
  38. "maxLevel": 5,
  39. "currentLevel": 0,
  40. "priceReduction": 0.0,
  41. "critChanceIncrease": 0.0,
  42. "critDamageBonus": 0.0,
  43. "healthIncrease": 0.1,
  44. "multiShotChance": 0.0,
  45. "energyGainIncrease": 0.0,
  46. "ballSpeedIncrease": 0.0
  47. },
  48. {
  49. "id": "multi_shots",
  50. "name": "多重射击",
  51. "description": "将多发子弹同时射出(多射)的几率提高 10%。在游戏战斗场景中,触发多射可在一次攻击时发射多颗子弹(原来的单发子弹有概率多发子弹)。",
  52. "iconPath": "images/SkillImages/multi_shots",
  53. "maxLevel": 5,
  54. "currentLevel": 0,
  55. "priceReduction": 0.0,
  56. "critChanceIncrease": 0.0,
  57. "critDamageBonus": 0.0,
  58. "healthIncrease": 0.0,
  59. "multiShotChance": 0.1,
  60. "energyGainIncrease": 0.0,
  61. "ballSpeedIncrease": 0.0
  62. },
  63. {
  64. "id": "energy_hunter",
  65. "name": "能量猎手",
  66. "description": "获取的能量值增加 10%。在游戏进程中,更多能量值能让玩家更快触发技能选择,解锁新技能、道具或提升角色属性,从长远角度助力角色成长和游戏进度推进。",
  67. "iconPath": "images/SkillImages/xp_hunter",
  68. "maxLevel": 5,
  69. "currentLevel": 0,
  70. "priceReduction": 0.0,
  71. "critChanceIncrease": 0.0,
  72. "critDamageBonus": 0.0,
  73. "healthIncrease": 0.0,
  74. "multiShotChance": 0.0,
  75. "energyGainIncrease": 0.1,
  76. "ballSpeedIncrease": 0.0
  77. },
  78. {
  79. "id": "ball_speed",
  80. "name": "球速提升",
  81. "description": "在游戏中,球的速度加快10%。",
  82. "iconPath": "images/SkillImages/ball_speed",
  83. "maxLevel": 5,
  84. "currentLevel": 0,
  85. "priceReduction": 0.0,
  86. "critChanceIncrease": 0.0,
  87. "critDamageBonus": 0.0,
  88. "healthIncrease": 0.0,
  89. "multiShotChance": 0.0,
  90. "energyGainIncrease": 0.0,
  91. "ballSpeedIncrease": 0.1
  92. }
  93. ]
  94. }