Melee Physical Weapon.
More...
Melee Physical Weapon.
This class represents a melee weapon. It implements the Weapon interface.
§ IronSword()
Model.WeaponModule.IronSword.IronSword |
( |
| ) |
|
|
inline |
Constructs a Iron Sword weapon with stats: 7str, 3skill, 0int, and a range of 1 with name Iron Sword.
§ getWeapType()
weaponType Model.WeaponModule.IronSword.getWeapType |
( |
| ) |
|
|
inline |
§ modInt
int Model.WeaponModule.IronSword.modInt |
|
get |
Returns the weapon intelligence.
§ modSkill
int Model.WeaponModule.IronSword.modSkill |
|
get |
Returns the weapon skill.
§ modStr
int Model.WeaponModule.IronSword.modStr |
|
get |
Returns the weapon strength.
§ name
string Model.WeaponModule.IronSword.name |
|
get |
Returns the name of the weapon.
§ range
int [] Model.WeaponModule.IronSword.range |
|
get |
Return the range of the weapon, where range[minimum range, maximum range].
The documentation for this class was generated from the following file: