dd
This commit is contained in:
@@ -24,7 +24,7 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
/**怪物数据 数组 */
|
||||
monsters = []
|
||||
/**heros 数据 */
|
||||
heros = [];
|
||||
heros:any = [];
|
||||
monsters_in=[]
|
||||
heros_in = []
|
||||
monsters_dead = []
|
||||
@@ -54,8 +54,8 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
level:1,
|
||||
level_max:4,
|
||||
eid:0,
|
||||
ref_cost:1,
|
||||
up_cost:6,
|
||||
ref_cost:2,
|
||||
up_cost:4,
|
||||
},
|
||||
hp: {
|
||||
min:20,
|
||||
@@ -66,8 +66,8 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
max: 30
|
||||
},
|
||||
gold: {
|
||||
min: 10,
|
||||
max: 10,
|
||||
min: 3,
|
||||
max: 3,
|
||||
max_limit:10,
|
||||
time:0,
|
||||
cd:10,
|
||||
|
||||
Reference in New Issue
Block a user