add imageId/actionId to JobSkill type

This commit is contained in:
Justin Edmund 2025-12-15 16:09:07 -08:00
parent 28c12d23c7
commit 57b90ac724
2 changed files with 4 additions and 0 deletions

View file

@ -13,4 +13,6 @@ export interface JobSkill {
sub: boolean
emp: boolean
order: number
imageId?: string
actionId?: number
}

View file

@ -191,6 +191,8 @@ export interface JobSkill {
base: boolean // Base skill (for advanced jobs)
order: number // Display order
job: Job // Associated job
imageId?: string // Image filename (e.g., "2710_3")
actionId?: number // Unique game ID
}
// JobAccessory entity