Difference between revisions of "GetMagicEffectBarterFactor"

From the Oblivion ConstructionSet Wiki
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:'''
  (enchantFactor:float) GetMagicEffectBarterFactor effect:chars
  (barterFactor:float) GetMagicEffectBarterFactor effect:chars


  (enchantFactor:float) GetMEEBarter effect:chars
  (barterFactor:float) GetMEEBarter effect:chars


  (enchantFactor:float) GetMagicEffectBarterFactorC effect:long
  (barterFactor:float) GetMagicEffectBarterFactorC effect:long


  (enchantFactor:float) GetMEBarterC 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.

See Also[edit | edit source]