Stat

@Entity
interface Stat

Inheritors

Properties

Link copied to clipboard
abstract val gameIndex: Int?

游戏索引

Link copied to clipboard
@Id
abstract val id: Long

ID

Link copied to clipboard
abstract val internalName: String?

内部名称

Link copied to clipboard
abstract val isBattleOnly: Boolean?

是否仅战斗可用

Link copied to clipboard
@ManyToOne
abstract val moveDamageClass: MoveDamageClass?

招式伤害分类

Link copied to clipboard
@IdView(value = "moveDamageClass")
abstract val moveDamageClassId: Long?

招式伤害分类 ID

Link copied to clipboard
abstract val name: String?

名称

Functions

Link copied to clipboard
@GeneratedBy(type = Stat::class)
fun Stat.copy(resolveImmediately: Boolean = false, block: StatDraft.() -> Unit): Stat