技能都改为 cd 减少 玩家学习成本
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user