FMagicCasterSkillCostMult

From the Oblivion ConstructionSet Wiki
Revision as of 08:53, 3 May 2006 by imported>MofoMojo
Jump to navigation Jump to search

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.