//////////////////////////////////////////////////////////////////////
// Precasting configuration
//====================================================================
// DA_UseCTA = true/false Switch to and use your CTA weapon runeword when doing the precasts.
// DA_AutoPrecasts = true/false Set to true to ignore the config below and automatically detect which skills to use for precasts.
// DA_Refresh=true/false Set to true to refresh your precasts by default, if DA_AutoPrecasts is false
// XP_ColdArmor = 0/1/2/3 Cast a cold armor (0 = disabled, 1 = Frozen, 2 = Shiver and 3 = Chilling)
// XP_EnergyShield = true/false Cast Energy Shield
// XP_ThunderStorm = true/false Cast Thunder Storm
//--------------------------------------------------------------------
DA_UseCTA = false;
DA_AutoPrecasts = false;
XP_ColdArmor = 1;
XP_EnergyShield = true;
XP_ThunderStorm = false;
DA_Refresh = true;