This commit is contained in:
2024-08-18 23:38:55 +08:00
parent e8dbb9bab3
commit 8f57f57c1d
1004 changed files with 234067 additions and 16087 deletions

View File

@@ -30,9 +30,10 @@ export class SingletonModuleComp extends ecs.Comp {
monsters_dead = []
heros_dead = []
vm_data: any = {
name : "数据测试",
name : "纸片精灵大乱斗",
/**宝石数量 */
gems: 10,
gems: 4,
unlock:5,
game:{
t_damge:0,
t_dps:0,
@@ -41,11 +42,20 @@ export class SingletonModuleComp extends ecs.Comp {
g_level:1,
g_time:0,
},
player:{
hp_max:30,
atk:10,
lv:1,
exp:0,
next_exp:100,
},
/** 当前等级 */
cards:{
level:1,
level_max:10,
level_max:4,
eid:0,
ref_cost:1,
up_cost:6,
},
hp: {
min:20,
@@ -56,13 +66,11 @@ export class SingletonModuleComp extends ecs.Comp {
max: 30
},
gold: {
min: 3,
max: 3,
min: 10,
max: 10,
max_limit:10,
time:0,
cd:10,
ref_cost:0,
up_cost:6,
},
shuaxin: {
min: 0,