CfgSkillInfo.ts 569 B

12345678910111213141516171819202122232425262728
  1. export const CfgSkillInfo = [
  2. {
  3. id: 0,
  4. name: 'FreezingTime',
  5. desc: 'Freeze time 30 seconds',
  6. icon: 'item/icon_bd'
  7. },
  8. {
  9. id: 1,
  10. name: 'Bulb',
  11. desc: 'Eliminate 3 groups \n of items immediately',
  12. icon: 'item/icon_dp'
  13. },
  14. {
  15. id: 2,
  16. name: 'ChangePosition',
  17. desc: 'Reset the location of all items',
  18. icon: 'item/icon_sx'
  19. },
  20. {
  21. id: 3,
  22. name: 'DoubleStar',
  23. desc: 'Earn Star Double 30 seconds',
  24. icon: 'item/icon_xxx2'
  25. }
  26. ]