RPG::Enemy::Action
Data class for enemy [Actions].
Last updated
Data class for enemy [Actions].
Last updated
Type of action (0: basic, 1: skill).
When set to a [Basic] action, defines it further (0: attack, 1: defend, 2: escape, 3: do nothing).
When set to a [Skill], the ID of that skill.
a and b values specified in the [Turn] condition. To be input in the form a + bx.
When the turn is not specified as a condition, a = 0 and b = 1.
Percentage specified in the [HP] condition.
When HP is not specified as a condition, this value is set to 100.
Standard level specified in the [Level] condition.
When the level is not specified as a condition, this value is set to 1.
Switch ID specified in the [Switch] condition.
When the switch ID is not specified as a condition, this value is set to 0. Consequently, it is essential to check whether this value is 0.
The action's rating (1..10).