This commit is contained in:
2024-11-14 16:55:30 +08:00
parent b7c88fd51d
commit caf1b9a079
3 changed files with 5425 additions and 1445 deletions

View File

@@ -85,8 +85,16 @@ export class SingletonModuleComp extends ecs.Comp {
boss_cd:10,
bboss_cd:10,
victory:0,
once:6, //每波刷新怪物数量
once:6, //每波刷新怪物数量
total:1, //总怪物数
a_exp:0, //近战经验石
b_exp:0, //远程经验石
c_exp:0, //辅助经验石
d_exp:0, //特殊经验石
ma_exp:0, //敌方近战经验石
mb_exp:0, //敌方远程经验石
mc_exp:0, //敌方辅助经验石
md_exp:0, //敌方特殊经验石
m_less:0,
m_alive:120,
g_level:1,