genshin-db
Version:
Genshin Impact v5.5 JSON data. Search and get results in all in-game languages! Sources from the fandom wiki and GenshinData repo.
22 lines (16 loc) • 500 B
TypeScript
declare module "genshin-db" {
export interface TcgStatusEffects {
id: number;
name: string; // translated
statustypetext: string; // translated
cardtype: string; // enum
cardtypetext: string; // translated
tags: string[]; // enum
description: string; // translated
descriptionraw: string; // translated
descriptionreplaced: string; // translated
countingtype?: string; // enum
bufftype?: string; // enum. determines visual fx?
version: string;
}
}