装备特殊加成 继续完善
This commit is contained in:
@@ -47,9 +47,12 @@ export class SkillConComp extends CCComp {
|
||||
if (!config) return;
|
||||
// console.log(this.HeroView.hero_name+(this.HeroView.is_master?"[主]":"[从] 释放")+"=>"+config.name+"=>"+count)
|
||||
this.castSkill(config,count);
|
||||
this.HeroView.master_count_atk_count()
|
||||
this.HeroView.friend_count_atk_count()
|
||||
this.HeroView.at = 0;
|
||||
}
|
||||
}
|
||||
|
||||
get_cd(cd:number,view:HeroViewComp){
|
||||
if(view.fac==FacSet.HERO){
|
||||
if(view.is_master){
|
||||
|
||||
Reference in New Issue
Block a user