aggressives: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
== Example ==
== Example ==


  atttackSkillSlot Storm Gust {
  attackSkillSlot Storm Gust {
  aggressives > 3
  aggressives > 3
  }
  }
Line 15: Line 15:


[[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.