This commit is contained in:
2025-01-08 00:21:25 +08:00
parent b9fa8c5d71
commit 3ae329fac9
19 changed files with 7348 additions and 3849 deletions

View File

@@ -65,7 +65,7 @@ export const SkillSet={
in:1,count:1,apup:0,ap:2,hp:0,cd:1,shield:0,speed:300,},
6017:{uuid: 6017,path: "6017",type: 91,tg:1,debuff:0,depb:50,debtime:2,derate:1,name: "治愈术",sp_name:"heath",info:"释放一个寒冰箭攻击敌人",
in:1,count:1,apup:0,ap:1,hp:3,cd:1,shield:0,speed:450, },
in:10,count:1,apup:0,ap:1,hp:3,cd:1,shield:0,speed:450, },
6018:{uuid: 6018,path: "6018",type: 91,tg:0,debuff:0,depb:50,debtime:2,derate:1,name: "魔法盾",sp_name:"shield",info:"释放一个寒冰箭攻击敌人",
in:0.8,count:1,apup:0,ap:1,hp:0,cd:1,shield:1,speed:450, },

View File

@@ -695,8 +695,8 @@ export class HeroViewComp extends CCComp {
}
in_atked() {
// this.BUFFCOMP.in_atked()
this.as.atked();
this.BUFFCOMP.in_atked()
// this.as.atked();
this.atked_count++;
this.exp_add(this.uaexp)
this.power_add(this.uapw)