Difference between revisions of "partyAggressives"

From OpenKore Wiki
Jump to navigation Jump to search
Line 1: Line 1:
; partyAggressives <[[range]]>
+
; partyAggressives <[[References#Range_Operators|range]]>
 
: Only use the block if the number of monsters who attempted to hit you and your party members matches the specified range.
 
: Only use the block if the number of monsters who attempted to hit you and your party members matches the specified range.
  

Revision as of 21:49, 23 January 2017

partyAggressives <range>
Only use the block if the number of monsters who attempted to hit you and your party members matches the specified range.

Examples

Use Kyrie Eleison on you when more than 5 monsters are attacking you or your party and you are not with Kyrie Eleison:

useSelf_skill PR_KYRIE {
	partyAggressives > 5
	whenStatusInactive EFST_KYRIE
}