Battle Poses
Battle Poses¶
Battle Poses are reusable animation poses that can be played on any battler's battle sprite or model during combat. They cover the stances and motions battlers cycle through in a fight — idle, attacking, casting, hurt, defeated, and any other state — and are triggered by Action Sequences and other battle systems.
A Battle Pose does not replace the target's battler sprite — it operates as a frame offset into whatever battler sheet the target is already using. The same pose played on two different battlers pulls frames from each battler's own sheet at the offsets the pose defines. The pose never swaps in another battler's art.
Note: Because Battle Poses are frame offsets rather than fixed art, the best practice is to lay out every battler sheet in the same frame order so that a single pose works correctly on every battler. The frame offsets are interpreted against the base battler's frame width and height, so battler sheets with different frame sizes will still animate correctly as long as their internal layout matches.
Note: Battle Poses are the battle counterpart to Character Animations, which serve the same role for on-map sprites. The editor's preview helpers are there to make verifying offsets against a real battler sheet easier.