Server.Engines.Craft.DefTinkering.GetChanceAtMin C# (CSharp) 메소드

GetChanceAtMin() 공개 메소드

public GetChanceAtMin ( CraftItem item ) : double
item CraftItem
리턴 double
		public override double GetChanceAtMin( CraftItem item )
		{
			if ( item.NameNumber == 1044258 || item.NameNumber == 1046445 ) // potion keg and faction trap removal kit
				return 0.5; // 50%

			return 0.0; // 0%
		}