Cronous Emulation Server Daemon

ItemPrototype Members

ItemPrototype overview

Public Instance Constructors

ItemPrototype ConstructorInitializes.

Public Instance Fields

_accuracyAccuracy.
_attack_deltaAttack
_attack_maxAttack points (max).
_attack_minAttack points (min).
_attack_speedAttack speed.
_defenseDefense.
_dodgeDodge.
_durabilityDurability.
_equipable_classesCharacter classes that can equip the item.
_equipment_type Specifies whether the item is an equipement. The equipement type if so.
_flagSpecifies whether the item is mergeable, usable or not.
_idPrototype ID.
_item_classInitial item class.
_nameItem name.
_required_conditionsRequired conditions to equip.
_shifterShifter.
_weightItem weight.

Public Instance Methods

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.
loadLoads the prototype.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

ItemPrototype Class | croemud.item Namespace