Execute_ChangeJoyfulDesireBoost
Description
Changes the joyful desire boost buff on the character.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character whose joyful desire boost buff is changed |
| S1 | Joyful boost buff name to apply (FName) |
Examples
| Description | BaseObject | Command | S1 |
|---|
| Apply "JoyfulBoost_High" buff to Self | Self | ChangeJoyfulDesireBoost | JoyfulBoost_High |
| Apply "JoyfulBoost_Low" buff to Target | Target | ChangeJoyfulDesireBoost | JoyfulBoost_Low |
| Clear the joyful boost by applying a default/none buff | Self | ChangeJoyfulDesireBoost | JoyfulBoost_None |