~ BattleEventPage::Conditions Class
The JSON data structure of conditions for a battle event.
Properties
Properties
actorHp Number
The percentage of actor HP.
actorId Number
The actor ID.
actorValid Boolean
The boolean value indicating whether the "actor HP" is valid.
enemyHp Number
The percentage of enemy HP.
enemyIndex Number
The enemy index.
enemyValid Boolean
The boolean value indicating whether the "enemy HP" is valid.
switchId Number
The switch ID.
switchValid Boolean
The boolean value indicating whether the "switch" is valid.
turnA Number
The turn condition value A.
turnB Number
The turn condition value B.
turnEnding Boolean
The boolean value indicating whether the "turn end" is valid.
turnValid Boolean
The boolean value indicating whether the "turn" is valid.