Пример #1
0
        public SpellHueDeed(SpellHueType spellHueType) : this()
        {
            Name   = "a spell hue deed";
            Weight = 0.1;

            Hue = 2620;

            m_HueableSpell = SpellHue.GetRandomHueableSpell();
            m_HueType      = spellHueType;
        }
Пример #2
0
        public SpellHueDeed() : base(0x14F0)
        {
            Name   = "a spell hue deed";
            Weight = 0.1;

            Hue = 2620;

            m_HueableSpell = SpellHue.GetRandomHueableSpell();
            m_HueType      = SpellHue.GetRandomSpellHue();
        }