去掉局内经验 触发技能设定,没必要有局内技能设定,后期可以加入随机技能英雄,增加娱乐性
This commit is contained in:
@@ -438,12 +438,18 @@ export class HeroViewComp extends CCComp {
|
||||
if(this.box_group==BoxSet.HERO){
|
||||
if(this.type == 1)smc.vmdata.mission.a_exp +=exp
|
||||
if(this.type == 2)smc.vmdata.mission.h_exp +=exp
|
||||
if(this.type == 3)smc.vmdata.mission.s_exp +=exp
|
||||
if(this.type == 3){
|
||||
smc.vmdata.mission.a_exp +=exp
|
||||
smc.vmdata.mission.h_exp +=exp
|
||||
}
|
||||
}
|
||||
if(this.box_group==BoxSet.MONSTER){
|
||||
if(this.type == 1)smc.vmdata.mission.ma_exp +=exp
|
||||
if(this.type == 2)smc.vmdata.mission.mh_exp +=exp
|
||||
if(this.type == 3)smc.vmdata.mission.ms_exp +=exp
|
||||
if(this.type == 3){
|
||||
smc.vmdata.mission.ma_exp +=exp
|
||||
smc.vmdata.mission.mh_exp +=exp
|
||||
}
|
||||
}
|
||||
}
|
||||
//使用max_skill
|
||||
|
||||
Reference in New Issue
Block a user