Source: dexterityattrib.h
|
|
|
|
/***************************************************************************
dexterityattrib.h - description
-------------------
begin : Sat May 6 2000
copyright : (C) 2000 by Daniel Roberge
email : droberge@uvic.ca
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the Artistic License. *
* *
***************************************************************************/
#ifndef DEXTERITYATTRIB_H
#define DEXTERITYATTRIB_H
#include "rpoints.h"
/**A class which extends RenormalizablePoints to encapsulate Dexterity behavior.
*@author Daniel Roberge
*/
class DexterityAttrib : public RenormalizablePoints {
private:
int ACMod[20];
public:
DexterityAttrib(int value);
~DexterityAttrib();
/** Returns the AC Modifier for the Dexterity value */
int dexACMod();
/** Returns the Missile Attack modifier for the Dexterity value */
// int dexMissileMod();
};
#endif
Generated by: droberge@magebook.localdomain on Mon Jul 3 13:20:08 200. |