Difference between revisions of "FMagicCasterSkillCostMult"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>MofoMojo
imported>MofoMojo
Line 1: Line 1:
Used in determining the total cost of Magicka required to cast a spell. The formula is:<br>
Used in determining the total cost of Magicka required to cast a spell. The formula is:<br><br>


(((100 - skill) * (BaseCost * [[fMagicCasterSkillCostMult]]))/100) + (BaseCost * [[fMagicCasterSkillcostBase]])<br>
(((100 - skill) * (BaseCost * [[fMagicCasterSkillCostMult]]))/100) + (BaseCost * [[fMagicCasterSkillcostBase]])<br><br>


Where BaseCost is the BaseCost to cast the spell.  
Where BaseCost is the BaseCost to cast the spell.  
[[fMagicCasterSkillCostMult]] is 1.2 by default.
[[fMagicCasterSkillCostMult]] is 1.2 by default.
[[fMagicCasterSkillcostBase]] is .2 by default.
[[fMagicCasterSkillcostBase]] is .2 by default.

Revision as of 08:54, 3 May 2006

Used in determining the total cost of Magicka required to cast a spell. The formula is:

(((100 - skill) * (BaseCost * fMagicCasterSkillCostMult))/100) + (BaseCost * fMagicCasterSkillcostBase)

Where BaseCost is the BaseCost to cast the spell. fMagicCasterSkillCostMult is 1.2 by default. fMagicCasterSkillcostBase is .2 by default.