Difference between revisions of "aggressives"

From OpenKore Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
''[[Self Condition]]s:''
 
''[[Self Condition]]s:''
; aggressives <[[range]]>
+
; aggressives <[[References#Range_Operators|range]]>
 
''[[Player Condition]]s:''
 
''[[Player Condition]]s:''
; target_aggressives <[[range]]>
+
; target_aggressives <[[References#Range_Operators|range]]>
  
 
: Only use the block to cast a skill when the amount of monsters who attempted to hit the corresponding actor matches the specified range.
 
: Only use the block to cast a skill when the amount of monsters who attempted to hit the corresponding actor matches the specified range.

Revision as of 21:48, 23 January 2017

Self Conditions:

aggressives <range>

Player Conditions:

target_aggressives <range>
Only use the block to cast a skill when the amount of monsters who attempted to hit the corresponding actor matches the specified range.

Example

atttackSkillSlot Storm Gust {
	aggressives > 3
}
Storm Gust will be cast when more than 3 monsters hit you.