feat: add stat.ink types
parent
41d71073dc
commit
5e36f6c33d
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue