Difference between revisions of "Category:Potion Strength"

No change in size ,  16:26, 28 January 2008
m
no edit summary
imported>Haama
(→‎Background: Added links)
imported>Theflyingbuddha
m
Line 93: Line 93:
===Base Magnitude===
===Base Magnitude===
This is very similar to the Type 1 formula, but it is not the same. You can find the quality of the Mortar and Pestle in the CS (see [[Apparatus]] for more information and a list of default values) or via script with OBSE's [[GetQuality]]. Effect Base Costs can be found under [[Magic Effects]], on [http://www.uesp.net/wiki/Oblivion:Magical_Effects UESP], or via script with OBSE's [[GetMagicEffectBaseCost]].
This is very similar to the Type 1 formula, but it is not the same. You can find the quality of the Mortar and Pestle in the CS (see [[Apparatus]] for more information and a list of default values) or via script with OBSE's [[GetQuality]]. Effect Base Costs can be found under [[Magic Effects]], on [http://www.uesp.net/wiki/Oblivion:Magical_Effects UESP], or via script with OBSE's [[GetMagicEffectBaseCost]].
  Base Magnitude = <nowiki>[</nowiki>(EffectiveSkillLevel + MortQuality * [[fPotionMortPestleMult]]) / (EffectBaseCost / [[fMagicDurMagBaseCostMult]])<nowiki>]</nowiki> ^ <nowiki>[</nowiki>1 / ([[fMagicCostScale]])<nowiki>]</nowiki>
  Base Magnitude = <nowiki>[</nowiki>(EffectiveSkillLevel + MortQuality * [[fPotionMortPestleMult]]) / (EffectBaseCost * [[fMagicDurMagBaseCostMult]])<nowiki>]</nowiki> ^ <nowiki>[</nowiki>1 / ([[fMagicCostScale]])<nowiki>]</nowiki>
Note that if the player is using a Mortar and Pestle only this is the final Duration.
Note that if the player is using a Mortar and Pestle only this is the final Duration.