Difference between revisions of "GetMagicEffectBaseCost"
Jump to navigation
Jump to search
imported>DragoonWraith (See Also: Barter Factor and Enchantment Factor) |
imported>DragoonWraith (not a record variable function) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 11: | Line 11: | ||
Returns the base cost of the magic effect. | Returns the base cost of the magic effect. | ||
== Notes == | |||
*Effect Base Cost affects a wide variety of magic including: | |||
**Spell Creation: The cost of creating a custom spell, as well as the magnitude of a custom constant-effect enchantment | |||
**Potions: Both the duration and magnitude of a player-created potion | |||
== See Also == | == See Also == | ||
* [[GetMagicEffectBarterFactor]] | * [[GetMagicEffectBarterFactor]] | ||
* [[ | * [[GetMagicEffectEnchantFactor]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
Line 20: | Line 25: | ||
[[Category:Magic Functions]] | [[Category:Magic Functions]] | ||
[[Category:Magic Functions (OBSE)]] | [[Category:Magic Functions (OBSE)]] | ||
[[Category: | [[Category:Magic Functions - Magic Effect (OBSE)]] | ||
Latest revision as of 18:04, 21 March 2008
A command for Oblivion Script Extender
Syntax:
(baseCost:float) GetMagicEffectBaseCost effect:chars
(baseCost:float) GetMEBaseCost effect:chars
(baseCost:float) GetMagicEffectBaseCostC effect:long
(baseCost:float) GetMEBaseCostC effect:long
Returns the base cost of the magic effect.
Notes[edit | edit source]
- Effect Base Cost affects a wide variety of magic including:
- Spell Creation: The cost of creating a custom spell, as well as the magnitude of a custom constant-effect enchantment
- Potions: Both the duration and magnitude of a player-created potion