Exemplo n.º 1
0
        public SpellHueDeed(HueableSpell hueableSpell) : this()
        {
            Name   = "a spell hue deed";
            Weight = 0.1;

            Hue = 2620;

            m_HueableSpell = hueableSpell;
            m_HueType      = SpellHue.GetRandomSpellHue();
        }
Exemplo n.º 2
0
        public SpellHueDeed() : base(0x14F0)
        {
            Name   = "a spell hue deed";
            Weight = 0.1;

            Hue = 2620;

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