12345678910111213141516171819202122232425262728293031 |
- export const CfgSkillInfo = [
- {
- id: 0,
- name: 'Frost',
- desc: 'Freeze time 30s',
- icon: 'item/icon_bd',
- btnIcon: 'icon_dp/Skill0_Get'
- },
- {
- id: 1,
- name: 'Eliminate',
- desc: 'Remove three sets of items',
- icon: 'item/icon_dp',
- btnIcon: 'icon_dp/Skill1_Get'
- },
- {
- id: 2,
- name: 'Refresh',
- desc: 'Refresh item location',
- icon: 'item/icon_sx',
- btnIcon: 'icon_dp/Skill2_Get'
- },
- {
- id: 3,
- name: '星星道具',
- desc: '获得星星双倍30秒',
- icon: 'item/icon_xxx2'
- }
- ]
|