Difference between revisions of "aggressives"

From OpenKore Wiki
Jump to navigation Jump to search
(merge)
m
Line 1: Line 1:
''[[:Category:Self Condition|Self Conditions]]:''
+
''[[Self condition]]s:''
 +
; aggressives <[[range]]>
 +
''[[Player condition]]s:''
 +
; target_aggressives <[[range]]>
  
; aggressives [<[[References#Range Operators|range]]>]
+
: Only use the block if amount of monsters who attempted to hit the corresponding actor matches the specified range.
: If this option is set, the block will only be used if the number of monsters who has hit or missed you is within the specified range.
 
 
 
''Target [[:Category:Player Condition|Player]] Conditions:''
 
 
 
; target_aggressives [<[[References#Range Operators|range]]>]
 
: If this option is set, the skill will only be used if the amount of monsters who has hit or missed the target player is within the specified range.
 
  
 
== Examples ==
 
== Examples ==

Revision as of 11:26, 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.