去掉局内经验 触发技能设定,没必要有局内技能设定,后期可以加入随机技能英雄,增加娱乐性

This commit is contained in:
2024-11-25 09:44:42 +08:00
parent 2d4d564c1f
commit b9548a0777
6 changed files with 270 additions and 1434 deletions

View File

@@ -79,12 +79,6 @@ export class SingletonModuleComp extends ecs.Comp {
h_up_exp:10,
h_up:5, //每次增加的hp量
hp:0,
s_exp:0, //场地技能经验
s_up_exp:10,
s_up:5,
d_exp:0, //特殊经验
d_up_exp:10,
d_up:5,
ma_exp:0, //敌方攻击经验
ma_up_exp:10,
ma_up:5,
@@ -93,13 +87,6 @@ export class SingletonModuleComp extends ecs.Comp {
mh_up_exp:10,
mh_up:5,
mhp:0,
ms_exp:0, //敌方场地技能经验
ms_up_exp:10,
ms_up:5,
md_exp:0, //敌方特殊经验
md_up_exp:10,
md_up:5,
reward_num:0, //怪物死亡数
reward_gold:0,
reward_exp:0,