[edit] METAMAGIC_* Constant Group
Metamagic feats applied to a spell.
[edit] Constants
| Constant
|
Value
|
Description
|
| METAMAGIC_ANY
|
255
|
| Any metamagic spell effect (empower, extend, maximize, quicken, silent, still).
|
|
| METAMAGIC_EMPOWER
|
1
|
| All variable, numeric effects of an empowered spell are increased by one-half. An empowered spell uses up a spell slot two levels higher than the shell's actual level.
|
|
| METAMAGIC_EXTEND
|
2
|
| An extended spell lasts twice as long as normal. An extended spell uses up a spell slot one level higher than the spell's actual level.
|
|
| METAMAGIC_MAXIMIZE
|
4
|
| All variable, numeric effects of a maximized spell are maximized. A maximized spell uses up a spell slot three levels higher than the spell's actual level.
|
|
| METAMAGIC_NONE
|
0
|
| No metamagic feats attached to the spell.
|
|
| METAMAGIC_QUICKEN
|
8
|
| Casting a quickened spell is a free action. A quickened spell uses up a spell slot four levels higher than the spell's actual level.
|
|
| METAMAGIC_SILENT
|
16
|
| A silent spell can be cast with no verbal components. A silent spell uses up a spell slot one level higher than the spell's actual level.
|
|
| METAMAGIC_STILL
|
32
|
| A still spell can be cast with no somatic components. A still spell uses up a spell slot one level higher than the spell's actual level.
|
|
[edit] See Also