BattleDamageClassIds

标准伤害分类标识集合。

设计意图:

  • 为伤害公式、要害判定、STAB 判定等主流程提供统一的 damage class 命名;

  • 避免 "physical""special""status" 在多个 phase step 中重复散落。

Properties

Link copied to clipboard
const val PHYSICAL: String

物理招式。

Link copied to clipboard
const val SPECIAL: String

特殊招式。

Link copied to clipboard
const val STATUS: String

变化招式。