Esempio n. 1
0
        public Creature()
        {
            Health = 100;
            MaxHealth = 100;
            Mana = 100;
            MaxMana = 100;
            Health = 100;
            MaxHealth = 100;
            Outfit = new Outfit(128, 0);
            Direction = Direction.North;
            LightLevel = 0;
            LightColor = 0;
            Skull = Skull.None;
            Party = Party.None;
            War = WarIcon.None;
            IsBlocking = false;
            Speed = 200;

            LastStepTime = 0;
            LastStepCost = 1;
        }