Difference between revisions of "FMagicCasterSkillCostMult"
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: | Used in determining the total cost of Magicka required to cast a spell. The formula is:<br> | ||
(((100 - skill) * (BaseCost * [[fMagicCasterSkillCostMult]]))/100) + (BaseCost * [[fMagicCasterSkillcostBase]]) | (((100 - skill) * (BaseCost * [[fMagicCasterSkillCostMult]]))/100) + (BaseCost * [[fMagicCasterSkillcostBase]])<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 07: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.