Difference between revisions of "FMagicCasterSkillCostMult"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>MofoMojo
imported>MofoMojo
Line 1: Line 1:
{| border="1" cellpadding="5" cellspacing="0"
|-
!style="background:#ffdead;" width="100"  | Description
|style="background:#ffeded;" |
Used in determining the total cost of Magicka required to cast a spell. The formula is:<br><br>
Used in determining the total cost of Magicka required to cast a spell. The formula is:<br><br>


Line 4: Line 9:


Where BaseCost is the BaseCost to cast the spell.  
Where BaseCost is the BaseCost to cast the spell.  
[[fMagicCasterSkillCostMult]] is 1.2 by default.
|-
[[fMagicCasterSkillcostBase]] is .2 by default.
!style="background:#ffdead;" |Default value
|style="background:#ffeded;" |
 
1.2
|}
 
 
 
[[Category:Settings]]

Revision as of 08:57, 3 May 2006

Description

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.

Default value

1.2