hi again!
i have a problem understanding these formulas from CS wiki:
http://cs.elderscrolls.com/constwiki/index.php/Category:Spell_Cost
it says the the Unscaled Effect Cost = Effect Factor * Magnitude Factor *
Duration Factor * Area Factor * Range Factor (minimum 1) and the
Scaled Effect Cost = Effect Factor * Magnitude Factor *
Duration Factor * Area Factor * Range Factor * Skill Factor (minimum 1)
where
Effect Factor = Base Cost * fMagicDurMagBaseCostMult
Magnitude Factor = Magnitude ^ fMagicCostScale (minimum of 1)
Duration Factor = Duration (minimum of 1)
Area Factor = Area * fMagicAreaBaseCostMult (minimum of 1)
Range Factor = if Target, fMagicRangeTargetCostMult; else, 1
Skill Factor = fMagicCasterSkillCostBase + fMagicCasterSkillCostMult * (1 - Effective Skill/100)
first, i don't understand what that sign means in "Magnitude ^ fMagicCostScale" (between the texts)
second: no matter how i calculate these values i don't get the Unscaled Spell Cost values that (as wiki says) is the value listed in the Construction Set as "spell cost"
can someone explain these equations for a dumb like me?