Cronous Emulation Server Daemon

PlayerCharacterClass Members

PlayerCharacterClass overview

Public Static (Shared) Methods

make_magician_classMakes the magician class.
make_paladin_classMakes the paladin class.
make_valkyrie_classMakes the valkyrie class.
make_warrior_classMakes the warrior class.

Public Instance Constructors

PlayerCharacterClass ConstructorInitializes the character class.

Public Instance Fields

_accuracy_base 
_accuracy_per_dex 
_attack_base 
_attack_per_str 
_critical_base 
_defense_base 
_defense_per_sta 
_dodge_base 
_dodge_per_dex 
_hp_base 
_hp_per_level 
_hp_per_sta 
_hp_recovery_base 
_magic_base 
_magic_per_int 
_movement_speed 
_mp_base 
_mp_per_int 
_mp_per_level 
_mp_recovery_base 
_weight_base 
_weight_per_level 
_weight_per_sta 

Public Instance Properties

id (inherited from CharacterClass)Class ID.
name (inherited from CharacterClass) 

Public Instance Methods

can_equipChecks whether this class can equip a given item.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

PlayerCharacterClass Class | croemud.character Namespace