C# Class Aura.Channel.Skills.Life.Herbalism

Inheritance: IInitiableSkillHandler, ISkillHandler
Afficher le fichier Open project: aura-project/aura Class Usage Examples

Méthodes publiques

Méthode Description
GetChance ( Creature creature, CollectingData collectData ) : float

Calculates bonus chance for Herbalism, based on rank.

Chances based on devCAT title debug output.

Init ( ) : void

Subscribes to events required for training.

Private Methods

Méthode Description
OnCreatureGathered ( CollectEventArgs args ) : void

Raised when creature collects something, handles gathering conditions.

Method Details

GetChance() public static méthode

Calculates bonus chance for Herbalism, based on rank.
Chances based on devCAT title debug output.
public static GetChance ( Creature creature, CollectingData collectData ) : float
creature Aura.Channel.World.Entities.Creature
collectData CollectingData
Résultat float

Init() public méthode

Subscribes to events required for training.
public Init ( ) : void
Résultat void