Difference between revisions of "aggressives"

From OpenKore Wiki
Jump to navigation Jump to search
(merge)
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
''[[:Category:Self Condition|Self Conditions]]:''
+
''[[Self Condition]]s:''
 +
; aggressives <[[References#Range_Operators|range]]>
 +
''[[Player Condition]]s:''
 +
; target_aggressives <[[References#Range_Operators|range]]>
  
; 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.
: 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:''
+
== Example ==
  
; target_aggressives [<[[References#Range Operators|range]]>]
+
  attackSkillSlot Storm Gust {
: 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 ==
 
 
 
  atttackSkillSlot Storm Gust {
 
 
  aggressives > 3
 
  aggressives > 3
sp > 5%
 
 
  }
 
  }
  
: Storm Gust will be used when more than 3 monster hits you.
+
: Storm Gust will be cast when more than 3 monsters hit you.
  
 
[[Category:Self Condition]]
 
[[Category:Self Condition]]
 +
[[Category:Player Condition]]

Revision as of 03:24, 24 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

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