技能都改为 cd 减少 玩家学习成本

This commit is contained in:
2025-07-25 17:20:23 +08:00
parent 509121a2ab
commit 855fed2a47
8 changed files with 73 additions and 55 deletions

View File

@@ -344,9 +344,7 @@ export class HeroViewComp extends CCComp {
//console.log("[HeroViewComp]:角色死亡",this.hero_uuid)
if(this.fac==FacSet.MON){
let exp=getExpDrops(HeroInfo[this.hero_uuid].quality,this.lv)*10
oops.message.dispatchEvent(GameEvent.EXPUP,{exp:exp})
oops.message.dispatchEvent(GameEvent.MonDead)
}
if(this.fac==FacSet.HERO){