StatCalculatorResultView

data class StatCalculatorResultView(val level: Int, val totalEv: Int, val nature: StatCalculatorNatureView?, val stats: List<StatCalculatorEntryResultView>)

能力值计算器的批量计算结果。

Constructors

Link copied to clipboard
constructor(level: Int, totalEv: Int, nature: StatCalculatorNatureView?, stats: List<StatCalculatorEntryResultView>)

Properties

Link copied to clipboard
val level: Int

本次计算使用的等级。

Link copied to clipboard

本次计算使用的性格信息。

Link copied to clipboard

各能力项的计算结果。

Link copied to clipboard

所有输入能力项的努力值总和。