[CODE lang="yaml" title="Yaml"]Toonname1:
BstEpic: Enabled
ClickBP: Enabled
Toonname2:
BstEpic: Disabled
ClickBP: Enabled[/CODE]
Is like mine was created as well using /react write, so presume this is the actual style.
In my reacts I posted here I just didn't post this part, as I didn't want to write my toons names .... likely others doing so as well.
If you create fresh yaml with "/react write" its styled that way.
In the upper part you have your toon names and in this section you just select, which reacts are valid/enabled for that toon.
By default reacts are disabled, so all reacts not explicit enabled here do not count for the toon.
In my yaml I simply start the class specific reacts with the classes shortcut like "ShmBP", whereas the reacts usable by mutliple classes just have generic names like "ClickBP".
As for most classes, clicking the BP is fine at the start of a named fight, the shamans bp delivers a nice Groupheal, which I want to be activated when needed.
Starting the classspecific reacts with the classes shortcut will also group them nicely together when using "/react write".
so in the upper sample the modification could be:
Code:
MyClericsName:
ClrCure1: enabled
ClrCure2: enabled
MyTanksName:
WarCure1: enabled
WarCure2: enabled
ClrCure1:
....
ClrCure2:
....
WarCure1:
....
WarCure2:
....
If you write your toons name in the reacts as well, you will have to modify them prior to publish them here, if you feel they might be useful for others as well.