OGS Java API Spec

Uses of Class
ogs.core.Feature

Packages that use Feature
ogs.core The ogs.core package contains types are are used in all open games regardless of setting. 
ogs.core.details A standard set of object details. 
ogs.feats A minimal set of universal feats. 
ogs.magic Defines the standard magic system. 
ogs.magic.feats The ogs.magic.feats package provides metamagic feats. 
ogs.skills Provides universal skills. 
 

Uses of Feature in ogs.core
 

Subclasses of Feature in ogs.core
 class Feat
          A feat is a feature that provides a special power, property, or other improvement.
 class Skill
          A feature that is checked for success or failure.
 

Uses of Feature in ogs.core.details
 

Subclasses of Feature in ogs.core.details
 class Alignment
          A detail that represents attitudes on morals and order.
 class Description
          A detail that describes some aspect of an object.
 class Gender
          A detail that identifies the sex of a creature.
 class Quantity
          A detail that quantifies some aspect of an object.
 

Uses of Feature in ogs.feats
 

Subclasses of Feature in ogs.feats
 class Alertness
          A feat that adds a +2 bonus to all Listen and Spot skill checks.
 class AllWeapons
          A weapon proficiency for all weapons of one group.
 class ArmorProficiency
          A feat that allows the effective use of armor.
 class ImprovedInitiative
          A feat that adds a +4 bonus to all initiative checks.
 class ImprovedSave
          A feat that adds a +2 bonus to saving throws.
 class ShieldProficiency
          A shield proficiency feat allows the use of shields without additional penalties.
 class SingleWeapon
          A weapon proficiency for a single weapon.
 class Toughness
          A general feat that adds bonus hit points.
 class WeaponProficiency
          A feat that allows the effective use of a weapon.
 

Uses of Feature in ogs.magic
 

Subclasses of Feature in ogs.magic
 class Domain
          A domain represents an area of divine magic.
 class MetamagicFeat
          A feat used to improve or enhance a spell in some way at the cost of higher spell slots.
 

Uses of Feature in ogs.magic.feats
 

Subclasses of Feature in ogs.magic.feats
 class EmpowerSpell
          A metamagic feat that increases all numeric effects of a spell by one-half.
 class EnlargeSpell
          A metamagic feat that doubles the range or area of a spell.
 class ExtendSpell
          A metamagic feat that doubles the duration of a spell.
 class HeightenSpell
          A metamagic feat that increases the effective level of a spell.
 class MaximizeSpell
          A metamagic feat that maximizes spell effects expressed as die rolls or other numeric ranges.
 class QuickenSpell
          A metamagic feat that reduces the casting time of a spell to a free action.
 class SilentSpell
          A metamagic feat that allows spells to be cast without a verbal component.
 class StillSpell
          A metamagic feat that allows spells to be cast without a somantic component.
 

Uses of Feature in ogs.skills
 

Subclasses of Feature in ogs.skills
 class Diplomacy
          A skill used primarily to detect creatures who are hiding.
 class Spot
          A skill used primarily to detect creatures who are hiding.
 


OGS Java API Spec