C# 클래스 Server.Engines.Craft.DefTinkering

상속: CraftSystem
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
AddJewelrySet ( GemType gemType, Type itemType ) : void
CanCraft ( Mobile from, BaseTool tool, Type itemType ) : int
ConsumeOnFailure ( Mobile from, Type resourceType, CraftItem craftItem ) : bool
GetChanceAtMin ( CraftItem item ) : double
InitCraftList ( ) : void
PlayCraftEffect ( Mobile from ) : void
PlayEndingEffect ( Mobile from, bool failed, bool lostMaterial, bool toolBroken, int quality, bool makersMark, CraftItem item ) : int
RetainsColorFrom ( CraftItem item, Type type ) : bool

비공개 메소드들

메소드 설명
DefTinkering ( ) : System

메소드 상세

AddJewelrySet() 공개 메소드

public AddJewelrySet ( GemType gemType, Type itemType ) : void
gemType GemType
itemType System.Type
리턴 void

CanCraft() 공개 메소드

public CanCraft ( Mobile from, BaseTool tool, Type itemType ) : int
from Mobile
tool Server.Items.BaseTool
itemType System.Type
리턴 int

ConsumeOnFailure() 공개 메소드

public ConsumeOnFailure ( Mobile from, Type resourceType, CraftItem craftItem ) : bool
from Mobile
resourceType System.Type
craftItem CraftItem
리턴 bool

GetChanceAtMin() 공개 메소드

public GetChanceAtMin ( CraftItem item ) : double
item CraftItem
리턴 double

InitCraftList() 공개 메소드

public InitCraftList ( ) : void
리턴 void

PlayCraftEffect() 공개 메소드

public PlayCraftEffect ( Mobile from ) : void
from Mobile
리턴 void

PlayEndingEffect() 공개 메소드

public PlayEndingEffect ( Mobile from, bool failed, bool lostMaterial, bool toolBroken, int quality, bool makersMark, CraftItem item ) : int
from Mobile
failed bool
lostMaterial bool
toolBroken bool
quality int
makersMark bool
item CraftItem
리턴 int

RetainsColorFrom() 공개 메소드

public RetainsColorFrom ( CraftItem item, Type type ) : bool
item CraftItem
type System.Type
리턴 bool