Lists
This section documents all the predefined lists used in the Aurora Framework.
Spell Lists
Interrupt Spells
The framework maintains a list of spells that should be interrupted. These are stored in:
Aurora.Lists.DefaultInterruptSpells
: Default list of interrupt spellsAurora.Lists.InterruptSpells
: Working list that can be modified at runtime
Dispel Spells
Similar to interrupt spells, the framework tracks dispellable spells:
Aurora.Lists.DefaultDispelSpells
: Default list of dispel spellsAurora.Lists.DispelSpells
: Working list that can be modified at runtime
Both spell lists are saved to and loaded from configuration files:
configs/DispelSpells.json
Purge Spells
The framework maintains a list of purge spells. These are stored in:
Aurora.Lists.DefaultPurgeSpells
: Default list of purge spellsAurora.Lists.PurgeSpells
: List of purge spells
Both spell lists are saved to and loaded from configuration files:
configs/PurgeSpells.json
Soothe Spells
The framework maintains a list of soothe spells. These are stored in:
Aurora.Lists.DefaultSootheSpells
: Default list of soothe spellsAurora.Lists.SootheSpells
: List of soothe spells
Both soothe spell lists are saved to and loaded from configuration files:
configs/SootheSpells.json
Gathering Lists
Gathering Ores
The framework maintains a list of ores that can be gathered. These are stored in:
Aurora.Lists.Ores
: List of ores that can be gathered
Gathering Herbs
Similar to ores, the framework maintains a list of herbs that can be gathered:
Aurora.Lists.Herbs
: List of herbs that can be gathered