Blaze-Brigade  Rev1
Model.Fireblast Class Reference

Ranged Magical Weapon. More...

Inheritance diagram for Model.Fireblast:
Model.Weapon

Public Member Functions

weaponType getWeapType ()
 
 Fireblast ()
 

Properties

int modStr [get]
 
int modInt [get]
 
int modSkill [get]
 
string name [get]
 
int [] range [get]
 
- Properties inherited from Model.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.Fireblast.Fireblast ( )

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.Fireblast.getWeapType ( )

Return the weapon type

Implements Model.Weapon.

Property Documentation

§ modInt

int Model.Fireblast.modInt
get

Returns the weapon intelligence.

§ modSkill

int Model.Fireblast.modSkill
get

Returns the weapon skill.

§ modStr

int Model.Fireblast.modStr
get

Returns the weapon strength.

§ name

string Model.Fireblast.name
get

Returns the name of the weapon.

§ range

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