GameBattleImportedUnitApiRequest

data class GameBattleImportedUnitApiRequest(val unitId: String, val metadata: GameBattleImportedUnitMetadataApiRequest, val abilityInternalName: String? = null, val itemId: String? = null, val moves: List<GameBattleImportedMoveApiRequest> = emptyList(), val currentHp: Int? = null, val statusState: AttachedEffectState? = null, val volatileStates: Map<String, AttachedEffectState> = emptyMap(), val conditionStates: Map<String, AttachedEffectState> = emptyMap(), val boosts: Map<String, Int> = emptyMap(), val forceSwitchRequested: Boolean = false)

面向前端的导入单位请求视图。

Constructors

Link copied to clipboard
constructor(unitId: String, metadata: GameBattleImportedUnitMetadataApiRequest, abilityInternalName: String? = null, itemId: String? = null, moves: List<GameBattleImportedMoveApiRequest> = emptyList(), currentHp: Int? = null, statusState: AttachedEffectState? = null, volatileStates: Map<String, AttachedEffectState> = emptyMap(), conditionStates: Map<String, AttachedEffectState> = emptyMap(), boosts: Map<String, Int> = emptyMap(), forceSwitchRequested: Boolean = false)

Properties

Link copied to clipboard

特性内部名称。

Link copied to clipboard

当前 stage / boost 表。

Link copied to clipboard

当前附着条件运行时状态表。

Link copied to clipboard

当前生命值。

Link copied to clipboard

当前单位是否被标记为强制替换。

Link copied to clipboard

道具标识。

Link copied to clipboard

单位结构化元数据。

Link copied to clipboard

单位招式列表。

Link copied to clipboard

当前主状态运行时状态。

Link copied to clipboard

单位标识。

Link copied to clipboard

当前挥发状态运行时状态表。