Raid: Battle Rules

Section 7.C.7

This plugin adds additional battle rules related to the Cheer mechanic.

"cheerBattle"

This rule enables all trainers to use cheers in this battle, even if the battle is not a raid battle. The specific cheer mode that this rule enables will be automatically determined based on the type of battle the player participates in. If you set a specific cheer mode with the "cheerMode" rule listed below, you don't need to set this rule.

This is entered as setBattleRule("cheerBattle")

"cheerMode"

This rule allows you to set a specific cheer mode to be used for this battle. When setting a cheer mode with this rule, there is no need to use the "cheerBattle" rule, as this rule will already enable a cheer battle when set.

This is entered as setBattleRule("cheerMode", Integer), where "Integer" is the number of the desired cheer mode you would like to set. For more information on cheer modes, check out the "Raid: Cheer Mechanics" subsection of this guide.

Last updated

Was this helpful?