Skip to content

Status Effects

Status Effects

Status effects define temporary or persistent conditions that alter a character's or enemy's statistics, traits, and behavior.

Database.StatusEffects

Properties

System

Name Explanation Type
End When Any Ongoing Effect Ends Whether to end the status effect when any of its ongoing trait effects finish. Toggle
Enter Condition Table The conditions checked automatically after actions to determine if this status effect should be applied. Statistic Condition
Enter Effect Table The effects to apply when entering the status effect. Trait Effect Table
Exit Effect Table The effects to apply when exiting the status effect. Trait Effect Table
Mutually Exclusive Item Types The item types that are prevented from targeting a battler with this status effect. Item Type
Mutually Exclusive Items The items that are prevented from targeting a battler with this status effect. Item
Mutually Exclusive Skill Types The skill types that are prevented from targeting a battler with this status effect. Skill Type
Mutually Exclusive Skills The skills that are prevented from targeting a battler with this status effect. Skill
Mutually Exclusive Status Effects The other status effects that cannot coexist with this one. The higher-priority effect replaces the lower. Status Effect
Name The display name of the status effect, shown in menus and battle text. String
Ongoing Effect Table The effects applied each turn while the status effect is active. Trait Effect Table
Priority The priority of the status effect. Higher priority replaces lower when mutually exclusive effects conflict. Number

Animations

Name Explanation Type
Battler Animation The ongoing animation played on the battler in battle when enabled. Animation
Character Animation The ongoing animation played on the character on maps when enabled. Animation
Use Animation On Battler Whether to play an ongoing animation on the battler in battle. Toggle
Use Animation On Character Whether to play an ongoing animation on the character on maps. Toggle

Battle

Name Explanation Type
Affects Characters Whether the status effect can be applied to player characters. Toggle
Affects Enemies Whether the status effect can be applied to enemies. Toggle
Clear Battle Actions Whether to remove any scheduled battle actions when the status effect is applied. Toggle
Disable Battle Actions Whether to prevent scheduled and new battle actions while the status effect is active. Toggle
Disable Battle Counter Growth Whether to freeze the battle counter, preventing turns from advancing. Toggle
Enter Battle Log Message The message displayed in the battle log when the status effect is applied. String
Exit Battle Log Message The message displayed in the battle log when the status effect is removed. String
Grant Rewards Whether to grant battle rewards when an enemy is removed from battle by this status effect. Toggle
Prevent Rewards Whether to prevent the affected hero from receiving rewards after battle. Toggle
Remove After Battle Whether the status effect is automatically removed when battle ends. Toggle
Remove Character From Battle Whether to remove the character from battle when this status effect is applied. Toggle
Remove Enemy From Battle Whether to remove the enemy from battle when this status effect is applied. Toggle

Poses

Name Explanation Type
Battle Pose The battle pose to use on the battler when enabled. Battle Pose
Character Pose The character pose to use on maps when enabled. Character Animation
Portrait Expression The portrait expression to display when enabled. Portrait Expression
Use Custom Battle Pose Whether to use a custom battle pose while the status effect is active. Toggle
Use Custom Character Animation Whether to use a custom character animation on maps while the status effect is active. Toggle
Use Custom Portrait Pose Whether to use a custom portrait expression while the status effect is active. Toggle

Statistic Condition

A condition that evaluates a statistic formula against a target value using a comparison operand.

Properties

System

Name Explanation Type
Floating Point Value The floating point value to compare the statistic against. Number
Formula Name The name of the statistic formula to evaluate. String
Integer Value The whole number value to compare the statistic against. Number
Is Integer Condition Whether the condition compares against an integer value or a floating point value. Toggle
Operand The comparison operator used to evaluate the condition. Operator