FMagicCasterSkillCostMult
Revision as of 15:28, 3 May 2006 by imported>MofoMojo
Description |
Used in determining the total cost of Magicka required to cast a spell. If the CS indicates a cost of X for a spell, you can use the following formula to determine what the cost will be ingame based on the appropriate skill: (((100 - skill) * (BaseCost * fMagicCasterSkillCostMult))/100) + (BaseCost * fMagicCasterSkillcostBase) Where BaseCost is the BaseCost to cast the spell as indicated by the spell (not the spell effects) in the CS. |
---|---|
Default value |
1.2 |