コード例 #1
0
 public WizardsStatue() : base(0x5465)
 {
     Name   = "Statue of " + NameList.RandomName("evil mage");
     Light  = LightType.Circle225;
     Weight = 100.0;
     Hue    = RandomThings.GetRandomMetalColor();
 }
コード例 #2
0
        public MajorItemOnCorpse() : base(0x0E40)
        {
            Movable = false;
            ItemRemovalTimer thisTimer = new ItemRemovalTimer(this);

            thisTimer.Start();
            ItemID = Utility.RandomList(0x0E40, 0x0E41);
            Hue    = RandomThings.GetRandomMetalColor();
            Name   = "chest";
        }