Difference between revisions of "aggressives"

From OpenKore Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
''[[Self condition]]s:''
+
''[[Self Condition]]s:''
 
; aggressives <[[range]]>
 
; aggressives <[[range]]>
''[[Player condition]]s:''
+
''[[Player Condition]]s:''
 
; target_aggressives <[[range]]>
 
; target_aggressives <[[range]]>
  

Revision as of 11:30, 17 August 2012

Self Conditions:

aggressives <range>

Player Conditions:

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

Examples

atttackSkillSlot Storm Gust {
	aggressives > 3
	sp > 5%
}
Storm Gust will be used when more than 3 monster hits you.