From 5e36f6c33d7e0e2d30c40f72bbce1b7e0ffcec08 Mon Sep 17 00:00:00 2001 From: spacemeowx2 Date: Fri, 8 Sep 2023 08:54:36 +0800 Subject: [PATCH] feat: add stat.ink types --- src/types.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/types.ts b/src/types.ts index 43825e7..ef94cdf 100644 --- a/src/types.ts +++ b/src/types.ts @@ -663,7 +663,9 @@ export type StatInkPlayer = { special?: number; gears?: StatInkGears; crown?: "yes" | "no"; + crown_type?: "x" | "100x" | "333x"; disconnected: "yes" | "no"; + species: "inkling" | "octoling"; }; export type StatInkStage = { @@ -713,6 +715,7 @@ export type StatInkCoopPlayer = { rescued: number; defeat_boss: number; disconnected: "yes" | "no"; + species: "inkling" | "octoling"; }; export type StatInkCoopBoss = {