Skip to main content

neon_crisp / Modules / card/card

Module: card/card

Table of contents

Classes

Type Aliases

Type Aliases

CardDisplayData

Ƭ CardDisplayData: Object

Type declaration

NameType
atkSoundsstring[]
deathSoundsstring[]
defenseSoundsstring[]
descriptionstring
gameObjId?hash
imageAtlasIdstring
miscSoundsstring[]
namestring
nextLevelCost?number | null
nextLevelId?string | null
nonPlayerCardboolean
prevLevelId?string | null

Defined in

card/card.ts:7


CardRenderData

Ƭ CardRenderData: CardDisplayData & { atk: string ; hp: number ; lvl: number ; state: Record<string, any> ; used: boolean }

Defined in

card/card.ts:21