AbstractStatCalculator

abstract class AbstractStatCalculator(supportedStats: String) : StatCalculator

抽象能力值计算器

提供属性支持判断和第三世代后的公共中间值计算

Inheritors

Constructors

Link copied to clipboard
constructor(vararg supportedStats: String)

Functions

Link copied to clipboard
abstract fun calculateStat(base: Int, iv: Int, ev: Int, level: Int, nature: Int): Int

按第三世代及之后的常规公式计算给定等级的能力值

Link copied to clipboard
open override fun support(stateInternalName: String): Boolean

判断是否支持指定能力项