aggressives: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
; target_aggressives <[[range]]>
; target_aggressives <[[range]]>


: Only use the block if 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.


== Examples ==
== Examples ==
Line 12: Line 12:
  }
  }


: Storm Gust will be used when more than 3 monster hits you.
: Storm Gust will be cast when more than 3 monster hit you.


[[Category:Self Condition]]
[[Category:Self Condition]]

Revision as of 20:38, 2 June 2013

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.

Examples

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