CraftItem
(static) void AdjustSkillsValue( Mobile from, Type typeRes, CraftSystem craftSystem, ref double minSkill, ref double maxSkill )
(ctor) CraftItem( Type type, string strGroup, string strName )
int Hits( get; set; )
string ItemGroup( get; )
string ItemName( get; )
Type ItemType( get; )
int Mana( get; set; )
CraftResCol Ressources( get; )
CraftSkillCol Skills( get; )
int Stam( get; set; )
bool UseAllRes( get; set; )
void AddRes( Type type, string name, int amount )
void AddRes( Type type, string name, int amount, string strMessage )
void AddRes( Type type, string name, int amount, int localizedMessage )
void AddSkill( SkillName skillToMake, double minSkill, double maxSkill )
bool ConsumeAttributes( Mobile from )
bool ConsumeRes( Mobile from, Type typeRes, CraftSystem craftSystem, ref int resHue, ref int maxAmount, ConsumeType consumeType )
void Craft( Mobile from, CraftSystem craftSystem, Type typeRes, BaseTool tool )
int EvalQuality( Mobile from, double minSkill, double maxSkill, SkillName skillName )
int GetTotalResAmount( Container pack, Type type )
bool SkillCheck( Mobile from, Type typeRes, CraftSystem craftSystem, ref int quality )