RPG::Troop::Page::Condition
A database of battle event [Conditions].
Superclass
Referrer
Attributes
turn_valid
Truth value for whether the [Turn] condition is valid.
enemy_valid
Truth value for whether the [Enemy] condition is valid.
actor_valid
Truth value for whether the [Actor] condition is valid.
switch_valid
Truth value for whether the [Switch] condition is valid.
turn_a / turn_b
a and b values specified in the [Turn] condition. To be input in the form a + bx.
enemy_index
Troop member index specified in the [Enemy] condition (0..7).
enemy_hp
HP percentage specified in the [Enemy] condition.
actor_id
Actor ID specified in the [Actor] condition.
actor_hp
HP percentage specified in the [Actor] condition.
switch_id
Switch ID specified in the [Switch] condition.
Definition
Last updated