|
OGS Java API Spec | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--ogs.core.Ability.Method
|
+--ogs.core.Ability.HighPoweredMethod
A method that generates "high-powered" ability scores. The high-powered method rolls 5d6 and adds the highest three rolls to generate an ability score. The high-powered method is nnormally used to generate ability scores for high-level player characters
| Constructor Summary | |
Ability.HighPoweredMethod()
|
|
| Method Summary | |
byte |
generateScore(int abilityType)
Generate an ability score for a type of ability. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Ability.HighPoweredMethod()
| Method Detail |
public byte generateScore(int abilityType)
Ability.Method
generateScore in class Ability.MethodabilityType - Type of ability score to generate.
|
OGS Java API Spec | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||