StatCalculatorCreatureStatPresetView

data class StatCalculatorCreatureStatPresetView(val statId: String, val statInternalName: String, val statName: String, val baseStat: Int, val effortYield: Int)

能力值计算器中的单项能力预设。

Constructors

Link copied to clipboard
constructor(statId: String, statInternalName: String, statName: String, baseStat: Int, effortYield: Int)

Properties

Link copied to clipboard

基础能力值。

Link copied to clipboard

该能力项对应的努力值产出。

Link copied to clipboard

能力项 ID。

Link copied to clipboard

能力项内部名称。

Link copied to clipboard

能力项显示名称。