コード例 #1
0
ファイル: Beacon.cs プロジェクト: Ravenwolfe/ServUO
        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
        }
コード例 #2
0
ファイル: Beacon.cs プロジェクト: pallop/Servuo
        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
        }