20 lines
352 B
TypeScript
20 lines
352 B
TypeScript
/*
|
|
* @Author: dgflash
|
|
* @Date: 2021-11-23 15:28:39
|
|
* @LastEditors: dgflash
|
|
* @LastEditTime: 2022-01-26 16:42:00
|
|
*/
|
|
|
|
export const CardSet = {
|
|
1001:{
|
|
uuid:1001,
|
|
name:'嬴政',
|
|
level:1,
|
|
prefab_path:'yinzheng',
|
|
hp:100,
|
|
power:100,
|
|
speed:100,
|
|
skill:{ }
|
|
},
|
|
|
|
} |