UPDATE: New data
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 1m6s

This commit is contained in:
2026-05-03 20:38:01 +07:00
parent 3f8f0a99f2
commit dc15340cdf
3 changed files with 4 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ export interface AvatarJson {
techniques: number[];
sp_value: number;
sp_max: number;
enhanced_id?: number;
}
export interface MonsterJson {
monster_id: number;
@@ -49,7 +50,6 @@ export interface DynamicKeyJson {
value: number;
}
//BattleBuff
export interface BattleBuffJson {
level: number;
id: number;