ddd
This commit is contained in:
@@ -23,7 +23,11 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
/** 游戏地图 */
|
||||
map: GameMap = null!;
|
||||
cards: any = [
|
||||
{uuid:9001,type:1},{uuid:9002,type:1},{uuid:9011,type:1},{uuid:9021,type:1},{uuid:9031,type:1},{uuid:9041,type:1}
|
||||
{uuid:9001,type:1},{uuid:9002,type:1},{uuid:9011,type:1},{uuid:9021,type:1},{uuid:9031,type:1},
|
||||
{uuid:9003,type:1},{uuid:9004,type:1},{uuid:9005,type:1},
|
||||
{uuid:9012,type:1},{uuid:9013,type:1},
|
||||
{uuid:9022,type:1},{uuid:9023,type:1},
|
||||
{uuid:9032,type:1},{uuid:9033,type:1},
|
||||
];
|
||||
item_list: any = [
|
||||
{uuid:6005,type:2},{uuid:6006,type:2},{uuid:6101,type:2},{uuid:6102,type:2}, {uuid:6210,type:2},{uuid:6211,type:2},{uuid:6212,type:2},
|
||||
@@ -131,12 +135,14 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
hero_num:12,
|
||||
hp:300,
|
||||
hp_max:300,
|
||||
speed:40,
|
||||
speed:0,
|
||||
atk:10,
|
||||
atk_dis:100,
|
||||
atk_dis:700,
|
||||
buff_atk:0,
|
||||
mission_atk:0,
|
||||
atk_time:0,
|
||||
atk_cd:1,
|
||||
atk_base_cd:1,
|
||||
atk_cd_up:0,
|
||||
mission_atk_cd_up:0,
|
||||
atk_range:400,
|
||||
@@ -144,9 +150,9 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
exp:0,
|
||||
next_exp:100,
|
||||
power:300,
|
||||
skill:9001,
|
||||
skill1:{uuid:1001,cd:3,cd_max:3,alive:true },
|
||||
skill2:{uuid:1001,cd:3,cd_max:3,alive:false},
|
||||
skill:1004,
|
||||
skill1:{uuid:1004,cd:3,cd_max:3,alive:true },
|
||||
skill2:{uuid:1002,cd:3,cd_max:3,alive:true},
|
||||
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},
|
||||
@@ -184,14 +190,6 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
monster:{
|
||||
gold_add:1,
|
||||
},
|
||||
/** 当前等级 */
|
||||
cards:{
|
||||
level:1,
|
||||
level_max:4,
|
||||
eid:0,
|
||||
ref_cost:1,
|
||||
up_cost:4,
|
||||
},
|
||||
gold: {
|
||||
min: 200,
|
||||
max: 200,
|
||||
|
||||
Reference in New Issue
Block a user