OGS Java API Spec

Uses of Class
ogs.core.Modifiers

Packages that use Modifiers
ogs.core The ogs.core package contains types are are used in all open games regardless of setting. 
 

Uses of Modifiers in ogs.core
 

Fields in ogs.core declared as Modifiers
 Modifiers Saves.fort
          Modifiers added to Fortitude saving throws.
 Modifiers Saves.ref
          Modifiers added to Reflex saving throws.
 Modifiers Saves.will
          Modifiers added to Will saving throws.
 

Methods in ogs.core that return Modifiers
 Modifiers Skill.getModifiers()
          Determine the list of modifiers for checks of this skill.
 Modifiers Creature.getInitiative()
          Determine the initiative modifiers for this creature.
 Modifiers Ability.getModifiers()
          Determine the score modifiers for this ability.
 


OGS Java API Spec