12345678910111213141516171819202122232425262728 |
- export const CfgSkillInfo = [
- {
- id: 0,
- name: 'FreezingTime',
- desc: 'Freeze time 30 seconds',
- icon: 'item/icon_bd'
- },
- {
- id: 1,
- name: 'Bulb',
- desc: 'Eliminate 3 groups \n of items immediately',
- icon: 'item/icon_dp'
- },
- {
- id: 2,
- name: 'ChangePosition',
- desc: 'Reset the location of all items',
- icon: 'item/icon_sx'
- },
- {
- id: 3,
- name: 'DoubleStar',
- desc: 'Earn Star Double 30 seconds',
- icon: 'item/icon_xxx2'
- }
- ]
|