This commit is contained in:
Olivier Gagnon
2022-07-27 00:08:07 -04:00
parent 326d9fd7ef
commit 32bd629317
2 changed files with 4 additions and 7 deletions

View File

@@ -1006,10 +1006,8 @@ export interface SleeveSkills {
export interface SleeveInformation {
/** Location of the sleeve */
city: string;
/** Current hp of the sleeve */
hp: number;
/** Max hp of the sleeve */
maxHp: number;
/** hp of the sleeve */
hp: HP;
/** Jobs available to the sleeve */
jobs: string[];
/** Job titles available to the sleeve */