-
Notifications
You must be signed in to change notification settings - Fork 10
Buffer
The Buffer role is responsible for casting buffs on itself and its party members.
See AutoBuffMode
A Buffer will maintain a list of buffs on both itself and its party members as specified in the job settings when AutoBuffMode
is set to Auto
. There is a cooldown of 8 seconds between each buff. Buffs will be applied in the following order:
These include buffs that can be applied using a Job Ability, e.g. Berserk
, Aggressor
, Light Arts
or Composure
.
These include buffs that can be applied to the Buffer using Enhancing Magic, Blue Magic, Black Magic or Ninjutsu. For Summoning Magic, see SMN.
These include buffs that can be applied to party members using Enhancing Magic, Blue Magic, Black Magic or Ninjutsu. For Summoning Magic, see SMN.
Buffs can be added, edited or removed using the menu under Settings → Buffs.
- https://github.com/cyritegamestudios/trust/blob/main/cylibs/trust/roles/buffer.lua
- https://github.com/cyritegamestudios/trust/blob/main/cylibs/battle/spell.lua
- https://github.com/cyritegamestudios/trust/blob/main/cylibs/battle/spells/buff.lua
- https://github.com/cyritegamestudios/trust/blob/main/cylibs/util/job_util.lua
- Getting Started
- How To
- Settings
-
Modes
- AutoAftermathMode
- AutoAvoidAggroMode
- AutoBarspellMode
- AutoBuffMode
- AutoCampMode
- AutoClarionCallMode
- AutoCombatMode
- AutoDebuffMode
- AutoDetectAuraMode
- AutoDispelMode
- AutoEnableMode
- AutoEngageMode
- AutoFaceMobMode
- AutoFollowMode
- AutoFoodMode
- AutoGambitMode
- AutoHealMode
- AutoMagicBurstMode
- AutoNitroMode
- AutoNukeMode
- AutoPianissimoMode
- AutoPullMode
- AutoRaiseMode
- AutoRestoreManaMode
- AutoRollMode
- AutoShootMode
- AutoSilenceMode
- AutoSkillchainMode
- AutoSleepMode
- AutoSongMode
- AutoStatusRemovalMode
- AutoTankMode
- AutoTargetMode
- AutoTrustsMode
- CombatMode
- FlankMode
- IpcMode
- MagicBurstTargetMode
- SkillchainAssistantMode
- SkillchainDelayMode
- SkillchainPropertyMode
- Trusts
- Roles