dd
This commit is contained in:
20
assets/script/game/common/config/CardSet.ts
Normal file
20
assets/script/game/common/config/CardSet.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* @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:{ }
|
||||
},
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user