Server.Mobiles.StoneGargoyle.StoneGargoyle C# (CSharp) Méthode

StoneGargoyle() private méthode

private StoneGargoyle ( ) : Server.Items
Résultat Server.Items
		public StoneGargoyle() : base( AIType.AI_Melee, FightMode.Closest, 10, 1, 0.2, 0.4 )
		{
			Name = "a stone gargoyle";
			Body = 67;
			BaseSoundID = 0x174;

			SetStr( 246, 275 );
			SetDex( 76, 95 );
			SetInt( 81, 105 );

			SetHits( 148, 165 );

			SetDamage( 11, 17 );

			SetSkill( SkillName.MagicResist, 85.1, 100.0 );
			SetSkill( SkillName.Tactics, 80.1, 100.0 );
			SetSkill( SkillName.Wrestling, 60.1, 100.0 );

			Fame = 4000;
			Karma = -4000;

			VirtualArmor = 50;

			PackItem( new IronIngot( 12 ) );
		}

Same methods

StoneGargoyle::StoneGargoyle ( Serial serial ) : Server.Items