Witch
{
    ClassName = Witch

    Right Click Ability
    {
        Name = ???
        Cooldown = 8
        Mana Cost = 5

        #RGB Values. Color 1 is the left side of the bar, Color 2 is the right side.
        Cooldown Bar Color 1 = 0, 0, 64, 255
        Cooldown Bar Color 2 = 0, 0, 128, 255

        Precast Time = 0
        Casting Range = 0
        Casting Size = 0
    }
    Ability 1
    {
        Name = ???
        Cooldown = 6
        Mana Cost = 30

        #RGB Values. Color 1 is the left side of the bar, Color 2 is the right side.
        Cooldown Bar Color 1 = 64, 0, 0, 255
        Cooldown Bar Color 2 = 128, 0, 0, 255

        Precast Time = 0
        Casting Range = 0
        Casting Size = 0
    }
    Ability 2
    {
        Name = ???
        Cooldown = 6
        Mana Cost = 25

        #RGB Values. Color 1 is the left side of the bar, Color 2 is the right side.
        Cooldown Bar Color 1 = 64, 0, 0, 255
        Cooldown Bar Color 2 = 128, 0, 0, 255

        Precast Time = 0
        Casting Range = 0
        Casting Size = 0
    }
    Ability 3
    {
        Name = ???
        Cooldown = 40
        Mana Cost = 75

        #RGB Values. Color 1 is the left side of the bar, Color 2 is the right side.
        Cooldown Bar Color 1 = 64, 0, 0, 255
        Cooldown Bar Color 2 = 128, 0, 0, 255

        Precast Time = 0
        Casting Range = 0
        Casting Size = 0
    }
}