debuff 灼烧完成

This commit is contained in:
2025-01-05 15:59:40 +08:00
parent 511459c66c
commit 064c7f057f
26 changed files with 3561 additions and 2463 deletions

View File

@@ -45,9 +45,10 @@ export class Skill extends ecs.Entity {
sv.s_name = SkillSet[uuid].name;
sv.ap = ap*SkillSet[uuid].ap;
sv.cd = SkillSet[uuid].cd;
sv.decd = SkillSet[uuid].decd;
sv.debtime = SkillSet[uuid].debtime;
sv.debuff = SkillSet[uuid].debuff;
sv.rate = SkillSet[uuid].rate;
sv.depb = SkillSet[uuid].depb;
sv.derate = SkillSet[uuid].derate;
sv.is_crit=is_crit
sv.crit_add=crit_add
// node.setScale(v3(node.scale.x*scale,node.scale.y))