Quantcast
phUnitFramesModels = {
	showBlizzardPartyFrame = true;
	["Raid Pretre Sacre"] = {
        width = 175,
        height = 18,
        fontsize = 14,
        spells = {
            { type1="target" }, -- Cible
            { type2="assist" }, -- Assister
            { ["shift-type1"]="focus" }, -- Focus
            { ["ctrl-type1"]="spell", ["ctrl-spell1"]=47788 }, -- Esprit Gardien
            { ["ctrl-type2"]="spell", ["ctrl-spell2"]=6346 }, -- Gardian Peur
        },
        buffs = {
            max = 4,
            filter = "HELPFUL",
            left = "RIGHT",
            right = "LEFT",
            rest = {
                6307,79105, -- Endu
                79107, -- Ombre

                588, -- Feu Intérieur

                47788, -- Esprit Gardien
                6346, -- Gardian Peur

                77487, -- Orbre d'ombre

                139, -- Renovation
                17, -- Bouclier
                41635, -- Priere de Guérison

                70772, -- Bonus T10
            },
            combat = {
                47788, -- Esprit Gardian
                6346, -- Gardian Peur

                77487, -- Orbre d'ombre

                139, -- Renovation
                17, -- Bouclier
                41635, -- Priere de Guérison

                70772, -- Bonus T10

                15357, -- Inspiration
            },
            spells = {
                {
                    { type1="spell", spell1=139 }, -- Renovation
                    { type2="spell", spell2=17 }, -- Bouclier
                    { ["shift-type1"]="spell", ["shift-spell1"]=21562 }, -- Endu
                },
                {
                    { ["shift-type1"]="spell", ["shift-spell1"]=27683 }, -- Ombre
                }
            },
        },
        debuffs = {
            max = 5,
            filter = "HARMFUL",
            left = "LEFT",
            right = "RIGHT",
            types = { "Magic","Disease" },
            rest = {
                6788, -- Ame affaiblie
            },
            combat = {
                6788, -- Ame affaiblie
            },
            spells = {
                [1] = {
                    [1] = { type1="spell", spell1=527 }, -- Magie
                },
                [2] = {
                    [1] = { type1="spell", spell1=528 }, -- Maladie
                },
            },
        },
    }
};