OGS Java API Spec

Uses of Class
ogs.magic.MetamagicFeat

Packages that use MetamagicFeat
ogs.magic Defines the standard magic system. 
ogs.magic.feats The ogs.magic.feats package provides metamagic feats. 
 

Uses of MetamagicFeat in ogs.magic
 

Methods in ogs.magic with parameters of type MetamagicFeat
 boolean Spell.addMetamagicFeat(MetamagicFeat metamagicFeat)
          Add a metamagic feat to this spell.
 

Uses of MetamagicFeat in ogs.magic.feats
 

Subclasses of MetamagicFeat 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