dd
This commit is contained in:
@@ -31,6 +31,7 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
// {uuid:6216,type:2},{uuid:6217,type:2},{uuid:6218,type:2}
|
||||
];
|
||||
items: any = []
|
||||
sitems:any = []
|
||||
player_skills: any = [
|
||||
];
|
||||
player_buffs: any = [
|
||||
@@ -149,6 +150,18 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
skill3:{uuid:1001,cd:3,cd_max:3,alive:false},
|
||||
skill4:{uuid:1001,cd:3,cd_max:3,alive:false},
|
||||
skill5:{uuid:1001,cd:3,cd_max:3,alive:false},
|
||||
items:{
|
||||
1001:{uuid: 1001,num:0},
|
||||
1002:{uuid: 1002,num:0},
|
||||
1003:{uuid: 1003,num:0},
|
||||
1004:{uuid: 1004,num:0},
|
||||
1005:{uuid: 1005,num:0},
|
||||
1006:{uuid: 1006,num:0},
|
||||
1007:{uuid: 1007,num:0},
|
||||
1008:{uuid: 1008,num:0},
|
||||
1009:{uuid: 1009,num:0},
|
||||
1010:{uuid: 1010,num:0},
|
||||
}
|
||||
},
|
||||
talent:{
|
||||
1001:{uuid:1001,lv:0,},
|
||||
|
||||
Reference in New Issue
Block a user