Пример #1
0
        public GreaterPotionOfMana() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Greater Mana Potion");
            _effect.setEffectName("Greatly restores mana by ");
            _effect.setEffectAmount(60);
            _effect.setManaValue(60);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/full_mana_potion.gif", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
Пример #2
0
        public SteelStaff() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Steel Staff");
            this.setIsWeapon(true);
            this.setSocketAmount(5);
            _effect.setEffectName("A magnificent staff made of high quality steel, increases mana by 30");
            _effect.setMagicValue(18);
            _effect.setManaValue(75);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/spireoflazarus.gif", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
Пример #3
0
        public RuneOfCreation() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Rune Of Creation");
            this.setIsSocketable(true);
            _effect.setEffectName("God created the heavens, the earth, and this...");
            _effect.setHealthValue(100);
            _effect.setManaValue(100);
            _effect.setEffectAmount(100);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/Ber_Rune.png", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
Пример #4
0
        public MythrilStaff() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Mythril Staff");
            this.setIsWeapon(true);
            this.setSocketAmount(5);
            _effect.setEffectName("A legendary staff made of mythril, increases mana by 40");
            _effect.setMagicValue(25);
            _effect.setManaValue(112);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/The_Tormentor.png", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
Пример #5
0
        public BronzeStaff() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Bronze Staff");
            this.setIsWeapon(true);
            this.setSocketAmount(4);
            _effect.setEffectName("A beautiful staff made of copper and tin, increases mana by 20");
            _effect.setMagicValue(10);
            _effect.setManaValue(40);

            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/WarStaff.gif", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
        public EnchantedHood() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Enchanted Hood");
            this.setIsHelmet(true);
            this.setSocketAmount(2);
            _effect.setEffectName("An enchanted hood that increases mana by 15");
            _effect.setMagicValue(4);
            _effect.setResistanceDefense(2);
            _effect.setManaValue(14);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/mageHood.jpg", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
        public ChainMailVest() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Chain Mail Vest");
            this.setIsTorso(true);
            this.setSocketAmount(4);
            _effect.setEffectName("A vest made of interlocking steel ringlets, increases strength by 10");
            _effect.setStrengthValue(7);
            _effect.setPhysicalDefense(4);
            _effect.setManaValue(20);
            _effect.setEffectAmount(12);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/ChainMail.gif", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
        public LeatherVest() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Leather Vest");
            this.setIsTorso(true);
            this.setSocketAmount(4);
            _effect.setEffectName("A vest made of stiff leather, increases strength by 5");
            _effect.setStrengthValue(3);
            _effect.setPhysicalDefense(1);
            _effect.setManaValue(5);
            _effect.setEffectAmount(6);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/Studded.gif", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
        public AssassinCloak() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Assassin Cloak");
            this.setIsTorso(true);
            this.setSocketAmount(4);
            _effect.setEffectName("The shadows engulf you, increases strength by 15");
            _effect.setStrengthValue(9);
            _effect.setPhysicalDefense(6);
            _effect.setManaValue(30);
            _effect.setEffectAmount(15);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/Blackfeather.png", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
        public MysticGloves() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Mystic Gloves");
            this.setIsGloves(true);
            this.setSocketAmount(4);
            _effect.setEffectName("Mystic gloves that increase mana by 50");
            _effect.setMagicValue(3);
            _effect.setResistanceDefense(3);
            _effect.setManaValue(12);
            _effect.setEffectAmount(7);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/Marauder.png", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
Пример #11
0
        public ClothRobes() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Cloth Robes");
            this.setIsTorso(true);
            this.setSocketAmount(3);
            _effect.setEffectName("Finely woven silk robes that increase magic power by 5 and mana by 10");
            _effect.setMagicValue(5);
            _effect.setResistanceDefense(2);
            _effect.setManaValue(10);
            _effect.setEffectAmount(2);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/simpleRobes.png", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
Пример #12
0
        public MysticRobes() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Mystic Robes");
            this.setIsTorso(true);
            this.setSocketAmount(6);
            _effect.setEffectName("Mystic robes that increase magic power by 15 and mana by 30");
            _effect.setMagicValue(9);
            _effect.setResistanceDefense(6);
            _effect.setManaValue(30);
            _effect.setEffectAmount(10);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/Dread_Cloak.jpg", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
Пример #13
0
        public ClothHood() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Cloth Hood");
            this.setIsHelmet(true);
            this.setSocketAmount(2);
            _effect.setEffectName("A fine cloth made of silk woven into a khimar, increases mana by 10");
            _effect.setMagicValue(3);
            _effect.setResistanceDefense(1);
            _effect.setManaValue(7);
            _effect.setEffectAmount(2);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/Apprentice_Hood.png", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
        public ChainMailBoots() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Chain Mail Boots");
            this.setIsBoots(true);
            this.setSocketAmount(2);
            _effect.setEffectName("Chain Mail boots made of steel ringlets that increase strength by 6");
            _effect.setStrengthValue(2);
            _effect.setPhysicalDefense(2);
            _effect.setManaValue(4);
            _effect.setEffectAmount(8);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/Chain_Boots.gif", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
        public MysticHelmet() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Mystic Helmet");
            this.setIsHelmet(true);
            this.setSocketAmount(3);
            _effect.setEffectName("A mystic helmet that increases mana by 20");
            _effect.setMagicValue(5);
            _effect.setResistanceDefense(3);
            _effect.setManaValue(21);
            _effect.setEffectAmount(9);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/GodHelm.png", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
        public RuneOfDespair() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Rune Of Despair");
            this.setIsSocketable(true);
            _effect.setEffectName("Sheds darkness upon your enemies");
            _effect.setStrengthValue(15);
            _effect.setMagicValue(15);
            _effect.setHealthValue(15);
            _effect.setManaValue(15);
            _effect.setEffectAmount(15);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/zodRune.jpg", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
Пример #17
0
        public AssassinBoots() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Assassin Boots");
            this.setIsBoots(true);
            this.setSocketAmount(2);
            _effect.setEffectName("Silence in flight, increases strength by 10");
            _effect.setStrengthValue(3);
            _effect.setPhysicalDefense(3);
            _effect.setManaValue(6);
            _effect.setEffectAmount(5);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/Blakthorne_boots.png", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
        public EnchantedGloves() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Enchanted Gloves");
            this.setIsGloves(true);
            this.setSocketAmount(2);
            _effect.setEffectName("Enchanted gloves that increase mana by 40");
            _effect.setMagicValue(2);
            _effect.setResistanceDefense(2);
            _effect.setManaValue(8);
            _effect.setEffectAmount(3);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/gloves3.jpg", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
        public ChainMailHelm() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Chain Mail Helmet");
            this.setIsHelmet(true);
            this.setSocketAmount(3);
            _effect.setEffectName("Chain mail helmet made of interlocking steel ringlets, increases strength by 5");
            _effect.setStrengthValue(4);
            _effect.setPhysicalDefense(2);
            _effect.setManaValue(10);
            _effect.setEffectAmount(9);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/chainhelmet.jpg", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
Пример #20
0
        public EnchantedRobes() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Encanted Robes");
            this.setIsTorso(true);
            this.setSocketAmount(3);
            _effect.setEffectName("Enchanted robes that increase magic power by 10 and mana by 20");
            _effect.setMagicValue(7);
            _effect.setResistanceDefense(4);
            _effect.setManaValue(20);
            _effect.setEffectAmount(6);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/ThalmorRobes.png", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
Пример #21
0
        public LeatherGloves() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Leather Gloves");
            this.setIsGloves(true);
            this.setSocketAmount(2);
            _effect.setEffectName("Gloves made from leather straps woven together, increases strength by 4");
            _effect.setStrengthValue(1);
            _effect.setPhysicalDefense(1);
            _effect.setManaValue(3);
            _effect.setEffectAmount(4);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/Heavy_Gloves.gif", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
Пример #22
0
        public ChainMailGloves() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Chain Mail Gloves");
            this.setIsGloves(true);
            this.setSocketAmount(2);
            _effect.setEffectName("Chain mail gloves made of interlocking steel that increase strength by 6");
            _effect.setStrengthValue(2);
            _effect.setPhysicalDefense(2);
            _effect.setManaValue(6);
            _effect.setEffectAmount(7);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/Chain_Gloves.gif", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
        public LeatherBoots() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Leather Boots");
            this.setIsBoots(true);
            this.setSocketAmount(2);
            _effect.setEffectName("Boots made from leather that increase strength by 3");
            _effect.setStrengthValue(1);
            _effect.setPhysicalDefense(1);
            _effect.setManaValue(2);
            _effect.setEffectAmount(3);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/heavyboots.gif", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
        public AssassinHood() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Assassin Hood");
            this.setIsHelmet(true);
            this.setSocketAmount(3);
            _effect.setEffectName("Face of darkness, increases strength by 5");
            _effect.setStrengthValue(5);
            _effect.setPhysicalDefense(3);
            _effect.setManaValue(15);
            _effect.setEffectAmount(5);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/darkHood.jpg", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
Пример #25
0
        public LeatherHelmet() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Leather Helmet");
            this.setIsHelmet(true);
            this.setSocketAmount(1);
            _effect.setEffectName("A sturdy leather cap, increases strength by 3");
            _effect.setStrengthValue(5);
            _effect.setPhysicalDefense(2);
            _effect.setManaValue(10);
            _effect.setEffectAmount(4);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/LeatherCap.png", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
Пример #26
0
        public ClothBoots() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Cloth Boots");
            this.setIsBoots(true);
            this.setSocketAmount(2);
            _effect.setEffectName("Cloth boots that increase resistance by 4");
            _effect.setMagicValue(1);
            _effect.setResistanceDefense(1);
            _effect.setManaValue(4);
            _effect.setEffectAmount(1);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/mageBoots.png", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
Пример #27
0
        public AssassinGloves() : base()
        {
            _effect = new ItemsEffect();
            //equipment fields set
            this.setItemName("Assassin Gloves");
            this.setIsGloves(true);
            this.setSocketAmount(2);
            //effects of item are set in itemsEffect class
            _effect.setEffectName("Swift hands deliver death, increases strength by 20");
            _effect.setStrengthValue(3);
            _effect.setPhysicalDefense(3);
            _effect.setManaValue(9);
            _effect.setEffectAmount(5);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/gloves2.png", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }
Пример #28
0
        public RuneOfHope() : base()
        {
            _effect = new ItemsEffect();
            this.setItemName("Rune Of Hope");
            this.setIsSocketable(true);
            _effect.setEffectName("Sheds light upon your dark journey");
            _effect.setStrengthValue(10);
            _effect.setMagicValue(10);
            _effect.setResistanceDefense(10);
            _effect.setPhysicalDefense(10);
            _effect.setHealthValue(10);
            _effect.setManaValue(10);
            _effect.setEffectAmount(10);
            this.setEffect(_effect);

            ImageBrush  imgBrush = new ImageBrush();
            BitmapImage image    = new BitmapImage(new Uri(@"../../Images/Items/chamRune.png", UriKind.RelativeOrAbsolute));

            imgBrush.ImageSource = image;
            setImageBrush(imgBrush);
        }