OGS Java API Spec

Uses of Class
ogs.core.Feat

Packages that use Feat
ogs.core The ogs.core package contains types are are used in all open games regardless of setting. 
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. 
 

Uses of Feat in ogs.core
 

Methods in ogs.core with parameters of type Feat
 void Creature.addFeat(Feat feat)
          Add a feat to this creature.
 void Creature.removeFeat(Feat feat)
          Remove a feat from this creature.
 

Uses of Feat in ogs.feats
 

Subclasses of Feat 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 Feat in ogs.magic
 

Subclasses of Feat in ogs.magic
 class MetamagicFeat
          A feat used to improve or enhance a spell in some way at the cost of higher spell slots.
 

Uses of Feat in ogs.magic.feats
 

Subclasses of Feat 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.
 


OGS Java API Spec