[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "GetMagicEffectBarterFactor"
Jump to navigation
Jump to search
imported>DragoonWraith (not a record variable function) |
imported>TheMagician m (copy/paste error with return value name) |
||
Line 2: | Line 2: | ||
'''Syntax:''' | '''Syntax:''' | ||
( | (barterFactor:float) GetMagicEffectBarterFactor effect:chars | ||
( | (barterFactor:float) GetMEEBarter effect:chars | ||
( | (barterFactor:float) GetMagicEffectBarterFactorC effect:long | ||
( | (barterFactor:float) GetMEBarterC effect:long | ||
Returns the constant effect barter factor of the magic effect. This factor influences the cost of a custom enchantment, as well as how a custom enchantment influences the value of an item. Specifically, this factor is the gold per point of magnitude ratio for each magic effect. | Returns the constant effect barter factor of the magic effect. This factor influences the cost of a custom enchantment, as well as how a custom enchantment influences the value of an item. Specifically, this factor is the gold per point of magnitude ratio for each magic effect. |
Latest revision as of 09:28, 10 July 2010
A command for Oblivion Script Extender
Syntax:
(barterFactor:float) GetMagicEffectBarterFactor effect:chars
(barterFactor:float) GetMEEBarter effect:chars
(barterFactor:float) GetMagicEffectBarterFactorC effect:long
(barterFactor:float) GetMEBarterC effect:long
Returns the constant effect barter factor of the magic effect. This factor influences the cost of a custom enchantment, as well as how a custom enchantment influences the value of an item. Specifically, this factor is the gold per point of magnitude ratio for each magic effect.