OGS Java API Spec

Uses of Class
ogs.core.Modifier

Packages that use Modifier
ogs.core The ogs.core package contains types are are used in all open games regardless of setting. 
ogs.items The ogs.items package provides universal types of items; 
 

Uses of Modifier in ogs.core
 

Subclasses of Modifier in ogs.core
 class Ability.Modifier
          The modifier resulting from the current score of an ability.
 

Methods in ogs.core that return Modifier
 Modifier Size.getModifier()
          Determine the modifier of the current size category.
 Modifier CClass.getBaseAttack()
          Determine the base attack bonus of this cclass.
 Modifier CClass.getBaseFortSave()
          Determine the base Fortitude save bonus of this cclass.
 Modifier CClass.getBaseRefSave()
          Determine the base Reflex save bonus for this cclass.
 Modifier CClass.getBaseWillSave()
          Determine the base Will save bonus for this cclass.
 

Methods in ogs.core with parameters of type Modifier
 void Modifiers.addModifier(Modifier modifier)
          Add a modifier to this list of modifiers.
 void Modifiers.removeModifier(Modifier modifier)
          Remove a modifier from this list of modifiers.
 void Defense.addModifier(Modifier modifier)
          Add a modifier to the defense rating.
 void Defense.removeModifier(Modifier modifier)
          Remove a modifier from the defense rating.
 

Uses of Modifier in ogs.items
 

Methods in ogs.items that return Modifier
static Modifier Armor.getDefenseBonus()
          Determine the defense bonus.
static Modifier Armor.getArmorCheckPenalty()
          Determine the armor check penalty.
 


OGS Java API Spec