Blaze-Brigade
|
Weapon Interface to be implemented when creating new weapons. More...
Public Member Functions | |
weaponType | getWeapType () |
Properties | |
String | name [get] |
int | modStr [get] |
int | modInt [get] |
int | modSkill [get] |
int [] | range [get] |
Weapon Interface to be implemented when creating new weapons.
This is the interface to be used when creating new weapons. The only differences in weapons will be their statistics.
weaponType Model.Weapon.getWeapType | ( | ) |
Returns the weapon type.
Implemented in Model.BronzeSword, Model.Fireball, Model.Fireblast, Model.IronSword, Model.LongBow, and Model.ShortBow.
|
get |
Returns the weapon intelligence.
|
get |
Returns the weapon skill.
|
get |
Returns the weapon strength.
|
get |
Returns the name of the weapon.
|
get |
Return the range of the weapon, where range[minimum range, maximum range].