FMagicCasterSkillCostMult
Revision as of 07:53, 3 May 2006 by imported>MofoMojo
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.