This commit is contained in:
panw
2025-01-08 17:19:22 +08:00
parent 9ce06358d5
commit aa2d915bb3
28 changed files with 1338 additions and 1165 deletions

View File

@@ -46,6 +46,7 @@ export class Skill extends ecs.Entity {
sv.s_name = SkillSet[uuid].name;
sv.ap = ap*SkillSet[uuid].ap;
sv.cd = SkillSet[uuid].cd;
sv.tg = SkillSet[uuid].tg;
sv.debtime = SkillSet[uuid].debtime;
sv.debuff = SkillSet[uuid].debuff;
sv.depb = SkillSet[uuid].depb;