Morrowind talk:Spells

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search
Archives
Archive 1: Dec 2006 - Feb 2012

So what is the true formula for custom spells and does it differ from "Standard Circinate" spells?[edit]

Shadowblade 23/03/2012

I tried to work out the formulae for Daggerfall years ago, which was compounded by having a built-in per level Magnitude increase so the higher your level the more powerful the spell for the same cost. They also had Chance of Success as a parameter and different areas like Self, Touch, Missile, Burst on Self, Area Target. But they were inconsistent from school to school and spell type to spell type. Intelligence and Willpower, as well as School skill, also affected casting cost and success chance. With skill at 105%, incredibly powerful spells cost 1 mana to cast.

There's seems to be a similar problem in Morrowind. Standard spells that you buy cost less to cast than an identical spell that you make yourself. Some of these purchased spells are much easier to cast than they should be. Perhaps it's to encourage using standard spells? I use the spell maker to get an ordered spell book and to make spells more powerful than most you can buy. Plus I like making progressively more powerful spell families like Burning Finger, Burning Hand, Burning Fist, Burning Bolt, Burning Ball, Burning Storm etc, so they group together and are easier to find in combat.

Intelligence obviously affects total Magicka, but Intelligence (Conjuration), Personality (Illusion) and Willpower must also have an effect? And Luck?

Some of the Charm spells, IIRC, have a cost of 225 and for a character with 100 in everything still has only a 4% chance of success. Others, like Paralysis and Resist Paralysis are expensive, but some Restorations and Conjurations are very cheap considering the power and usefulness of the spells.

I'd love to know what the true formula is for the standard spells, but I suspect some of them just don't fit a formula and the casting cost was selected to make them easy or difficult to cast, depending on their usefulness.

Anyone know any different?

~

I'm not sure what the formula is, but I can clear up some of your confusion about what causes spells to decrease in cost/success rate. Your skills are modified by it's base attribute and luck. That modified skill value is then what impacts the spell cost/success rate. The same applies for other things like alchemy (and is also why you can make "super potions" by fortifying intelligence in Morrowind).
As for a specific formula, I'd imagine you could extrapolate a reasonable formula by using the console to change the skill/attribute values and recording the results. My copy of Morrowind grew wings and flew away (or is hidden somewhere where I cannot find it), so I'm of little help with that. --Tim Talk 15:56, 23 March 2012 (UTC)

Fatigue, Cost, and Sound[edit]

Another thing on my to-test list (unless someone else knows): For most formulas, the Fortify Attack/Sanctuary/Chameleon-type effect is applied after Fatigue is - does this hold true for Sound (and/or the Cost modifier) as well? Spweasel (talk) 15:50, 22 January 2013 (GMT)

Cheap Spells list is missing several spells[edit]

Just a quick check confirms that the store bought absorb health, firebite, and frostbite spells are significantly cheaper than their custom made equivalents. A few others like levitate and absorb fatigue are slightly cheaper to cast when bought.

Looks like Bethesda really did want to encourage use of the built in spells, because I'm pretty sure there are a lot more, especially in the destruction category. 72.222.177.137 21:14, 12 June 2013 (GMT)

"Suicide" is in the wrong column of spells[edit]

It cost more than expected not less. — Unsigned comment by 173.22.105.209 (talk) at 22:54 on 12 June 2014

Fixed. Jeancey (talk) 03:36, 13 June 2014 (GMT)

Ogrul's Spells missing?[edit]

Why are the 'Ogrul's xxx-Again' spells available as a reward from the Gathering Muck quest not listed here? Is it because there's no way to get all 4 of them? — Unsigned comment by 109.88.21.136 (talk) at 13:29 on 30 June 2019

Any idea why this might be ? — Unsigned comment by 85.201.233.198 (talk) at 16:21 on 4 June 2020
They are pretty easy to miss. I'm working on adding them. ParadoxPraxis (talk) 21:50, 4 June 2020 (UTC)
And done. ParadoxPraxis (talk) 22:20, 4 June 2020 (UTC)
Thanks but they still don't show up for me in the list though. — Unsigned comment by 85.201.233.198 (talk) at 21:39 on 9 June 2020
Hmm, I guess I assumed they would get pulled here automatically. On closer inspection it looks like every spell here has been manually added. This wouldn't be an issue except they don't belong in either the 'cheap' or 'expensive' category due to their status as quest reward... I'll have to think about how best to add them. Gunna add it to my to do list for the time being. ParadoxPraxis (talk) 02:51, 10 June 2020 (UTC)
Thank you. — Unsigned comment by 85.201.233.198 (talk) at 15:19 on 11 June 2020

Cost calculation formula in error?[edit]

I can't seem to reconcile the formula with cost calculations.

Take Barenziah's Fire, listed just below doing "Fire Damage 50 pts in 25ft for 30s on Target". If the formula is:

( [ Min Magnitude + Max Magnitude ] * [ Duration + 1 ] + Area ) * Base Cost / 40

then this should be

( [ 50 + 50 ] * [ 30 + 1 ] + 25 ) * 5 / 40 * 1.5 = 585 magicka cost.

However, in game, and correctly on the chart, the cost is 567.

I can get to 567 this way:

( [50 + 50] * [ 30 ] + 25 ) * 5 / 40 * 1.5 = 567 magicka cost.

but that adaptation does not work with other spells. — Unsigned comment by 50.35.20.212 (talk) at 22:43 on 5 October 2021

You are correct. The formula is this for each spell effect, summed together for multi-effect spells:
( Min Magnitude + Max Magnitude ) * ( Duration + Area ) * ( Base Cost / 40 ) * ( 1.5 if On Target )
Dillonn241 (talk) 22:42, 7 November 2021 (UTC)

A working cost formula[edit]

The cost formula seems to have been updated to this: ( Min Magnitude + Max Magnitude ) * ( Duration + Area ) * ( Base Cost / 40 ) * ( 1.5 if On Target )

Using the same example as before though, this means Barenziah's Fire would be: (50 + 50) * (30 + 25) * (5 / 40) * 1.5 = 1,031.25 but the total should only be 567.

The earlier expression of ( [ Min Magnitude + Max Magnitude ] * [ Duration + 1 ] + Area ) * Base Cost / 40 was closer (magnitude and duration are multiplied, then add area, then multiply by base cost), but perhaps "Duration + 1" only applies in certain scenarios? Perhaps any duration > 1 is simply Duration, and if instantaneous, Duration = 1?


Let's try some more:

Greater Frostball, Cost 10, 2-40pts in 10 ft on Target
( [Magnitudes 2 + 40] * [Duration minimum of 1] + Area 10 ) * (Base Cost 5) / 40 * (On Target 1.5) = 9.75 (rounds UP to 10, not down)

Frost Storm, Cost 20, 1-10pts for 10sec in 10ft on Target
( [Magnitudes 1 + 10] * [Duration 10] + Area 10 ) * (Base cost 5) / 40 * On Target 1.5 = 22.5 (rounds UP to 23, not down)

Daedric Bite, Cost 30, Damage Health 50 pts on Target
( [Magnitudes 50 + 50] * [Duration min 1] + [Area min 0] ) * (Base cost 8) / 40 * On Target 1.5 = 30 exactly

Paralysis, Cost 10, Paralyze 5sec on Touch
( [Magnitudes 1 + 1] * [Duration 5] + [Area min 0] ) * (Base cost 40) / 40 = 10 exactly

Medusa's Gaze, Cost 45, Paralyze 15sec on Target
( [Magnitudes 1 + 1] * [Duration 15] + [Area min 0] ) * (Base cost 40) / 40 * (On Target 1.5) = 45 exactly

Shadowmask, Cost 83, Chameleon 40-70pts for 30sec on Self
( [Magnitudes 40 + 70] * [Duration 30] + [Area min 0] ) * (Base cost 1) / 40 = 82.5 (rounds UP to 83)

Absorb Speed [Ranged], Cost 56, Absorb Speed 5-20pts for 30sec on Target
( [Magnitudes 5 + 20] * [Duration 30] + [Area min 0] ) * (Base cost 2) / 40 * (On Target 1.5) = 56.25 (rounds DOWN to 56)

Crimson Despair, Cost 113, Absorb Willpower 5-20pts for 60sec on Target
( [Magnitudes 5 + 20] * [Duration 60] + [Area min 0] ) * (Base cost 2) / 40 * (On Target 1.5) = 112.5 (rounds UP to 113)

Concealment, Cost 90, Invisibility 90sec on Self
( [Min magnitudes 1 + 1] * [Duration 90] + [Area min 0] ) * (Base cost 20) / 40 = 90 exactly

So perhaps the best version of the formula is

( [ ( Min Magnitude + Max Magnitude ) * Duration ] + Area ) * Base Cost / 40 * (1.5 if On Target)

where

• Minimum Magnitude, Maximum Magnitude, and Duration have a minimum of 1.
• Area has a minimum of 0.
• The total is rounded up or down to the nearest integer (1.5 rounds up to 2, 1.25 rounds down to 1).

This needs a little more testing, perhaps with Reflect or Spell Absorption for edge cases. — Unsigned comment by 50.35.20.212 (talk) at 02:14 on 25 January 2022‎ (UTC)