CfgSkillInfo.ts 642 B

12345678910111213141516171819202122232425262728293031
  1. export const CfgSkillInfo = [
  2. {
  3. id: 0,
  4. name: 'Frost',
  5. desc: 'Freeze time 30s',
  6. icon: 'item/icon_bd',
  7. btnIcon: 'icon_dp/Skill0_Get'
  8. },
  9. {
  10. id: 1,
  11. name: 'Eliminate',
  12. desc: 'Remove three sets of items',
  13. icon: 'item/icon_dp',
  14. btnIcon: 'icon_dp/Skill1_Get'
  15. },
  16. {
  17. id: 2,
  18. name: 'Refresh',
  19. desc: 'Refresh item location',
  20. icon: 'item/icon_sx',
  21. btnIcon: 'icon_dp/Skill2_Get'
  22. },
  23. {
  24. id: 3,
  25. name: '星星道具',
  26. desc: '获得星星双倍30秒',
  27. icon: 'item/icon_xxx2'
  28. }
  29. ]