예제 #1
0
        public JuonarsGrimoire()
        {
            Hue = 2500;

            SkillBonuses.SetValues(0, SkillName.Necromancy, 15.0);
            Slayer = SlayerGroup.RandomSuperSlayerTOL();

            Attributes.BonusInt      = 8;
            Attributes.SpellDamage   = 15;
            Attributes.LowerManaCost = 10;
            Attributes.LowerRegCost  = 10;
        }
예제 #2
0
        public CultistsRitualTome()
            : base()
        {
            LootType = LootType.Blessed;

            Slayer = SlayerGroup.RandomSuperSlayerTOL();
            //Caddellite Infused
            Attributes.DefendChance  = 5;
            Attributes.SpellDamage   = 25;
            Attributes.CastRecovery  = 2;
            Attributes.LowerManaCost = 4;
        }