de.adom.jade.beings.races
Class PCRace
java.lang.Object
de.adom.jade.beings.races.Race
de.adom.jade.beings.races.PCRace
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- HillDwarf, Human, MountainDwarf
- public abstract class PCRace
- extends Race
Marks all races that are meant to be used by the PC.
- See Also:
- Serialized Form
|
Constructor Summary |
PCRace(java.lang.String name,
java.lang.String attribute,
int hpPercentage,
int pwPercentage,
int dvMod,
int pvMod,
int speedMod,
int stMod,
int leMod,
int wiMod,
int dxMod,
int toMod,
int chMod,
int apMod,
int maMod,
int peMod,
int xpMod,
Gender[] genders)
Instantiates a new type of race. |
| Methods inherited from class de.adom.jade.beings.races.Race |
getAttributeModifier, getBasicAttribute, getDVModifier, getExperienceModifier, getHpPercentageModifier, getPCRace, getPCRaces, getPermittedGenders, getPVModifier, getPwPercentageModifier, getRaceAttribute, getSpeedModifier, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PCRace
public PCRace(java.lang.String name,
java.lang.String attribute,
int hpPercentage,
int pwPercentage,
int dvMod,
int pvMod,
int speedMod,
int stMod,
int leMod,
int wiMod,
int dxMod,
int toMod,
int chMod,
int apMod,
int maMod,
int peMod,
int xpMod,
Gender[] genders)
- Instantiates a new type of race.
- Parameters:
name - the name of the raceattribute - the attribute descriptor for members of this racehpPercentage - the hit point modifier (in percent)pwPercentage - the power point modifier (in percent)dvMod - the absolute DV modifierpvMod - the absolute PV modifierspeedMod - the absolute speed modifierstMod - the absolute strength modifier for members of this raceleMod - the absolute learning modifier for members of this racewiMod - the absolute willpower modifier for members of this racedxMod - the absolute dexterity modifier for members of this racetoMod - the absolute toughness modifier for members of this racechMod - the absolute charisma modifier for members of this raceapMod - the absolute appearance modifier for members of this racemaMod - the absolute mana modifier for members of this racepeMod - the absolute perception modifier for members of this racexpMod - the experience point modifier (in percent)