dd
This commit is contained in:
@@ -31,6 +31,8 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
heros_dead = []
|
||||
vm_data: any = {
|
||||
name : "数据测试",
|
||||
/**宝石数量 */
|
||||
gems: 10,
|
||||
/** 当前等级 */
|
||||
cards:{
|
||||
level:1,
|
||||
@@ -42,7 +44,7 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
max:30
|
||||
},
|
||||
power: {
|
||||
min: 0,
|
||||
min: 10,
|
||||
max: 30
|
||||
},
|
||||
gold: {
|
||||
@@ -50,11 +52,11 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
max: 3,
|
||||
max_limit:10,
|
||||
time:0,
|
||||
cd:15,
|
||||
cd:10,
|
||||
},
|
||||
shuaxin: {
|
||||
min: 0,
|
||||
max: 15,
|
||||
max: 5,
|
||||
speed:1,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user