C# Class Server.Engines.Craft.Repair.InternalTarget

Inheritance: Server.Targeting.Target
Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
InternalTarget ( CraftSystem craftSystem, BaseTool tool ) : System
InternalTarget ( CraftSystem craftSystem, RepairDeed deed ) : System

Méthodes protégées

Méthode Description
OnTarget ( Server.Mobile from, object targeted ) : void

Private Methods

Méthode Description
CheckDeed ( Server.Mobile from ) : bool
CheckRepairDifficulty ( Server.Mobile mob, SkillName skill, int curHits, int maxHits ) : bool
CheckWeaken ( Server.Mobile mob, SkillName skill, int curHits, int maxHits ) : bool
GetRepairDifficulty ( int curHits, int maxHits ) : int
GetWeakenChance ( Server.Mobile mob, SkillName skill, int curHits, int maxHits ) : int
IsSpecialClothing ( BaseClothing clothing ) : bool
IsSpecialWeapon ( BaseWeapon weapon ) : bool

Method Details

InternalTarget() public méthode

public InternalTarget ( CraftSystem craftSystem, BaseTool tool ) : System
craftSystem CraftSystem
tool Server.Items.BaseTool
Résultat System

InternalTarget() public méthode

public InternalTarget ( CraftSystem craftSystem, RepairDeed deed ) : System
craftSystem CraftSystem
deed Server.Items.RepairDeed
Résultat System

OnTarget() protected méthode

protected OnTarget ( Server.Mobile from, object targeted ) : void
from Server.Mobile
targeted object
Résultat void