aggressives: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; aggressives [<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 spec…')
 
No edit summary
 
(13 intermediate revisions by 6 users not shown)
Line 1: Line 1:
; aggressives [<[[References#Range Operators|range]]>]
''[[:Category:Self Condition|Self Condition]]s:''
: 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.
; aggressives <[[References#Range_Operators|range]]>
''[[Category:Player Condition|Player Condition]]s:''
; target_aggressives <[[References#Range_Operators|range]]>


Example:
: Only use the block to cast a skill when the amount of monsters who attempted to hit the corresponding actor matches the specified range.
  atttackSkillSlot Storm Gust {
 
== Example ==
 
  attackSkillSlot 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:Player Condition]]

Latest revision as of 00:32, 7 May 2021

Self Conditions:

aggressives <range>

s:

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.