Skip to content
Type a keyword to search.
This page was translated with machine assistance. The Simplified Chinese version is the authoritative reference.

Battle Queries

Battle queries read current battle data in battle events, skill commands, battle conditions, and numeric expressions. Queries are replaced from left to right with actual results during script execution, then the resulting values continue into later condition checks or command parameters.

Common forms:

[%this_hp%]
[%aim_hp%]
[%this_buff:BUFF_ID%]

Names such as source, target, this, and aim map directly to the battle query context. When writing skills or battle events, interpret object sources according to the names used in the current command description.

Battle Queries ...

Loading battle queries...