My Project
Public Member Functions | Properties | List of all members
Model.WeaponModule.Fireblast Class Reference

Ranged Magical Weapon. More...

Inheritance diagram for Model.WeaponModule.Fireblast:
Model.WeaponModule.Weapon

Public Member Functions

 Fireblast ()
 
weaponType getWeapType ()
 

Properties

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

Detailed Description

Ranged Magical Weapon.

This class represents a magic based weapon. It implements the Weapon interface.

Constructor & Destructor Documentation

§ Fireblast()

Model.WeaponModule.Fireblast.Fireblast ( )
inline

Constructs a Fireblast weapon with stats: 1str, 3skill, 7int, and a range of 1-2 with name Fireblast tome.

Member Function Documentation

§ getWeapType()

weaponType Model.WeaponModule.Fireblast.getWeapType ( )
inline

Returns the weapon type.

Implements Model.WeaponModule.Weapon.

Property Documentation

§ modInt

int Model.WeaponModule.Fireblast.modInt
get

Returns the weapon intelligence.

§ modSkill

int Model.WeaponModule.Fireblast.modSkill
get

Returns the weapon skill.

§ modStr

int Model.WeaponModule.Fireblast.modStr
get

Returns the weapon strength.

§ name

string Model.WeaponModule.Fireblast.name
get

Returns the name of the weapon.

§ range

int [] Model.WeaponModule.Fireblast.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: