feat: add stat.ink types

splashcat-exporter
spacemeowx2 2023-09-08 08:54:36 +08:00 committed by imspace
parent 41d71073dc
commit 5e36f6c33d
1 changed files with 3 additions and 0 deletions

View File

@ -663,7 +663,9 @@ export type StatInkPlayer = {
special?: number; special?: number;
gears?: StatInkGears; gears?: StatInkGears;
crown?: "yes" | "no"; crown?: "yes" | "no";
crown_type?: "x" | "100x" | "333x";
disconnected: "yes" | "no"; disconnected: "yes" | "no";
species: "inkling" | "octoling";
}; };
export type StatInkStage = { export type StatInkStage = {
@ -713,6 +715,7 @@ export type StatInkCoopPlayer = {
rescued: number; rescued: number;
defeat_boss: number; defeat_boss: number;
disconnected: "yes" | "no"; disconnected: "yes" | "no";
species: "inkling" | "octoling";
}; };
export type StatInkCoopBoss = { export type StatInkCoopBoss = {