defendMonsters: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
mNo edit summary
m (Conversion script moved page DefendMonsters to defendMonsters: Converting page titles to lowercase)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
; defendMonsters [<[[References#Monster Names|monsters names]]>]
; defendMonsters <[[References#Monster_Names|monster names]]>
: If this option is set, the block will only be used if you are the current target of the attacks of any of the specified comma-separated list of monsters.
: If this option is set, the block will only be used if you are the current target of the attacks of any of the specified comma-separated list of monsters.


Example
== Examples ==
Turn Undead will be used on all the Anubis that is attacking you:
  attackSkillSlot Turn Undead {
  attackSkillSlot Turn Undead {
  defendMonsters Anubis
  defendMonsters Anubis
  }
  }
* Turn Undead will be used on all the Anubis that is attacking you.


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

Latest revision as of 22:34, 26 April 2021

defendMonsters <monster names>
If this option is set, the block will only be used if you are the current target of the attacks of any of the specified comma-separated list of monsters.

Examples

Turn Undead will be used on all the Anubis that is attacking you:

attackSkillSlot Turn Undead {
	defendMonsters Anubis
}