Blaze-Brigade
Public Member Functions | Properties | List of all members
Model.Weapon_Module.BronzeSword Class Reference

Melee Physical Weapon. More...

Inheritance diagram for Model.Weapon_Module.BronzeSword:
Model.Weapon_Module.Weapon

Public Member Functions

 BronzeSword ()
 
weaponType getWeapType ()
 

Properties

int modStr [get]
 
int modInt [get]
 
int modSkill [get]
 
string name [get]
 
int [] range [get]
 
- Properties inherited from Model.Weapon_Module.Weapon
String name [get]
 
int modStr [get]
 
int modInt [get]
 
int modSkill [get]
 
int [] range [get]
 

Detailed Description

Melee Physical Weapon.

This class represents a melee weapon. It implements the Weapon interface.

Constructor & Destructor Documentation

§ BronzeSword()

Model.Weapon_Module.BronzeSword.BronzeSword ( )

Constructs a bronze sword weapon with stats: str, 5skill, 0int, and a range of 1 with name Bronze Sword.

Member Function Documentation

§ getWeapType()

weaponType Model.Weapon_Module.BronzeSword.getWeapType ( )

Returns the weapon type.

Implements Model.Weapon_Module.Weapon.

Property Documentation

§ modInt

int Model.Weapon_Module.BronzeSword.modInt
get

Returns the weapon intelligence.

§ modSkill

int Model.Weapon_Module.BronzeSword.modSkill
get

Returns the weapon skill.

§ modStr

int Model.Weapon_Module.BronzeSword.modStr
get

Returns the weapon strength.

§ name

string Model.Weapon_Module.BronzeSword.name
get

Returns the name of the weapon.

§ range

int [] Model.Weapon_Module.BronzeSword.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: