Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/s3si/src/exporters/splashcat-types.ts>SplashcatBattle

Export your battles from SplatNet to https://stat.ink
Latest
interface SplashcatBattle
import { type SplashcatBattle } from "https://deno.land/x/s3si@gui-v0.4.20/src/exporters/splashcat-types.ts";

A battle to be uploaded to Splashcat. Any SplatNet 3 strings should use en-US locale. Splashcat will translate strings into the user's language.

Properties

optional
anarchy: Anarchy
awards: string[]

The en-US string for the award. Splashcat will translate this into the user's language and manage the award's rank.

optional
challenge: Challenge
duration: number
optional
knockout: Knockout
playedTime: string
optional
splatfest: Splatfest
splatnetId: string

base64 decoded and split by : to get the last section

teams: Team[]
vsMode: VsMode
vsRule: VsRule
vsStageId: number
optional
xBattle: XBattle