UPDATE: New data 4.1.5
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 45s

This commit is contained in:
2026-03-17 19:32:21 +07:00
parent 8a497faaf7
commit 8b79c3bb12
29 changed files with 126 additions and 766 deletions

View File

@@ -112,9 +112,11 @@ export interface SkillDetail {
Level: Record<string, SkillLevel>;
Icon: string;
Desc: Record<string, string>;
SimpleDesc: Record<string, string>;
RatedSkillTreeID: number[];
RatedRankID: number[];
Extra: Record<string, ExtraEffect>;
SimpleExtra: Record<string, ExtraEffect>;
SPBase: number | null;
StanceDamageDisplay: number;
SPMultipleRatio: number | null;