neon_crisp / Modules / card/card
Module: card/card
Table of contents
Classes
Type Aliases
Type Aliases
CardDisplayData
Ƭ CardDisplayData: Object
Type declaration
| Name | Type |
|---|---|
atkSounds | string[] |
deathSounds | string[] |
defenseSounds | string[] |
description | string |
gameObjId? | hash |
imageAtlasId | string |
miscSounds | string[] |
name | string |
nextLevelCost? | number | null |
nextLevelId? | string | null |
nonPlayerCard | boolean |
prevLevelId? | string | null |
Defined in
CardRenderData
Ƭ CardRenderData: CardDisplayData & { atk: string ; hp: number ; lvl: number ; state: Record<string, any> ; used: boolean }