Beispiel #1
0
        public InvasionBeacon(InvasionController controller)
            : base(18212, 39299, 1)
        {
            Controller = controller;
            Component = new BeaconItem(this);

            Name = "lighthouse";

            ResistBasePhys = 50;
            ResistBaseFire = 85;
            ResistBaseCold = 99;
            ResistBasePoison = 99;
            ResistBaseEnergy = 70;

            Level = ItemLevel.Easy; // Hard
        }
Beispiel #2
0
        public InvasionBeacon(InvasionController controller)
            : base(18212, 39299, 1)
        {
            Controller = controller;
            Component  = new BeaconItem(this);

            Name = "lighthouse";

            ResistBasePhys   = 50;
            ResistBaseFire   = 85;
            ResistBaseCold   = 99;
            ResistBasePoison = 99;
            ResistBaseEnergy = 70;

            Level = ItemLevel.Easy; // Hard
        }