装备特殊加成 继续完善

This commit is contained in:
panw
2025-06-17 16:19:02 +08:00
parent 0a1e2b7813
commit d7b6dd375a
11 changed files with 171 additions and 113 deletions

View File

@@ -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){