dd
This commit is contained in:
@@ -106,6 +106,8 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
t_dps:0,
|
||||
h_dps:0,
|
||||
m_dps:0,
|
||||
reward_gold:0,
|
||||
reward_exp:0,
|
||||
hero:{
|
||||
atk:1,
|
||||
atk_cd:1,
|
||||
@@ -118,6 +120,9 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
}
|
||||
},
|
||||
role:{
|
||||
gold:9999999,
|
||||
gems:0,
|
||||
energy:0,
|
||||
mission:1,
|
||||
mission_finish:false,
|
||||
mission_num:0,
|
||||
@@ -125,7 +130,7 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
hero_num:12,
|
||||
hp:300,
|
||||
hp_max:300,
|
||||
speed:60,
|
||||
speed:40,
|
||||
atk:10,
|
||||
atk_dis:100,
|
||||
buff_atk:0,
|
||||
|
||||
Reference in New Issue
Block a user