Difference between revisions of "Spell"

79 bytes removed ,  11:56, 25 June 2015
Undo revision 44709 by Grimy Bunyip (talk) untrue
imported>Grimy Bunyip
imported>SarthesArai
(Undo revision 44709 by Grimy Bunyip (talk) untrue)
Line 55: Line 55:
* The spell cost for spells with '''Auto Calculate''' enabled is calculated at load-time, based only on the mods loaded up to that point. This means that if you modify the Base Cost of a Magic Effect for a spell that's not present in your mod (e.g., if you're modifying a built-in spell), it will have no effect. A spell in the same or a later-loading mod, however, will use the new Base Cost as part of its calculations. This may mean that you have to create a dirty mod in order for built-in spells' costs to be changed. It also means that there are some "gotchas", like Flames becoming inordinately more expensive if a modification to the spell is loaded after Dragonborn.esm is.
* The spell cost for spells with '''Auto Calculate''' enabled is calculated at load-time, based only on the mods loaded up to that point. This means that if you modify the Base Cost of a Magic Effect for a spell that's not present in your mod (e.g., if you're modifying a built-in spell), it will have no effect. A spell in the same or a later-loading mod, however, will use the new Base Cost as part of its calculations. This may mean that you have to create a dirty mod in order for built-in spells' costs to be changed. It also means that there are some "gotchas", like Flames becoming inordinately more expensive if a modification to the spell is loaded after Dragonborn.esm is.
* Disabling '''Auto Calculate''' in order to manually set a magicka cost is not a good substitute for specifying a magicka cost in the Magic Effect, unless the spell is not meant to be used by the player. This is because experience gain depends on the '''Base Cost''' of the spell's Magic Effect, multiplied by its '''Skill Usage Mult'''. If the magicka cost is off to such a degree that you want to enter a sensible value manually, the experience gain will most likely also be off. Even when auto calculate is disabled, only magic effects with a non-zero Base Cost will count for experience gain (though the specific amount is irrelevant in the calculation). If the Base Cost is zero for an effect, the experience gain will be as well. One in-game example of this is Storm Thrall, which gives 4800 experience normally, but drops to 0 with Elemental Potency because SummonStormThrallPotent's Base Cost is 0.
* Disabling '''Auto Calculate''' in order to manually set a magicka cost is not a good substitute for specifying a magicka cost in the Magic Effect, unless the spell is not meant to be used by the player. This is because experience gain depends on the '''Base Cost''' of the spell's Magic Effect, multiplied by its '''Skill Usage Mult'''. If the magicka cost is off to such a degree that you want to enter a sensible value manually, the experience gain will most likely also be off. Even when auto calculate is disabled, only magic effects with a non-zero Base Cost will count for experience gain (though the specific amount is irrelevant in the calculation). If the Base Cost is zero for an effect, the experience gain will be as well. One in-game example of this is Storm Thrall, which gives 4800 experience normally, but drops to 0 with Elemental Potency because SummonStormThrallPotent's Base Cost is 0.
* Abilities will trigger OnEffectStart/Finish events, whereas spells will not.


{{Languages|Spell}}
{{Languages|Spell}}
[[Category:Magic]]
[[Category:Magic]]
[[Category:Object Classes]]
[[Category:Object Classes]]
Anonymous user