partyAggressives: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
== Examples == | == Examples == | ||
Use [http://irowiki.org/wiki/Kyrie_Eleison Kyrie Eleison] on you when more than 5 monsters are attacking you or your party and you are not with Kyrie Eleison: | Use [http://irowiki.org/wiki/Kyrie_Eleison Kyrie Eleison] on you when more than 5 monsters are attacking you or your party and you are not with Kyrie Eleison: | ||
[[useSelf_skill]] [[ | [[useSelf_skill]] [[References#Skill_Names|PR_KYRIE]] { | ||
'''partyAggressives''' > 5 | '''partyAggressives''' > 5 | ||
[[whenStatusInactive]] [[status name|EFST_KYRIE]] | [[whenStatusInactive]] [[status name|EFST_KYRIE]] |
Revision as of 15:52, 9 February 2013
- 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 }