Eater - cyritegamestudios/trust GitHub Wiki
Overview
The Eater role can automatically eat food.
Modes
See AutoFoodMode
How it works
An Eater automatically eats the food specified in the job settings for the player's main job when AutoFoodMode
is set to Auto
. Like a true glutton, it will automatically eat it again when it wears off until there is no more food left. You can customize which food it eats by overriding the job settings. Note that due to memory constraints, an Eater does not verify the quantity of food in the player's inventory. If you run out of food, it will attempt to eat every 15 seconds so take care to ensure you are sufficiently stocked.
Settings
You can edit which food a Trust eats using the UI under Settings → Buffs → Food.
For all other food, edit AutoFood
in the job settings file manually. For example, addons/Trust/data/RDM.lua
:
AutoFood = 'Grape Daifuku'
Jobs
- BLM
- BLU
- BRD
- BST
- COR
- DNC
- DRG
- DRK
- GEO
- MNK
- NIN
- PLD
- PUP
- RDM
- RNG
- RUN
- SAM
- SCH
- SMN
- THF
- WAR
- WHM