Skyrim
0 of 0

File information

Last updated

Original upload

Created by

MagmaCube

Uploaded by

MagmaCube

Virus scan

Safe to use

About this mod

Adds expert and master wards that were missing from the vanilla game.

Permissions and credits
Changelogs
INTRODUCTION
This mod is not finished yet, and still needs some balancing, so if you feel that the spell is overpowered or if you find some bugs, please tell me in the comments.

Also, I want to point out that I'm still a beginner, especially with scripting and the papyrus language, so feel free to give
me any tips or suggestions, in particular on the script.



DESCRIPTION
The purpose of this mod is to complete the ward system of the game by adding the missing spell for expert and master mages.
The 2 new spells added are:

-Superior Ward

-Force Cloak

Superior Ward will act just like a normal ward except it is more powerful.

When it comes to the master spell, that I called Force Cloak, I wanted to do semething different: all the ward spells works by channeling, and that means that If I were to add a master channeling ward, you couldn't have done much with it other than defending, since the spell would require both of your hands. Having said that, I decided to add a non channeling spell, like dragonhide, that basically works like a ward, negating incoming spell damage at the cost of your ward health. In other words the spell will let you create a shield around you that will absorb a certain amount of spell damage and will break when depleted.


The 2 spells can be obtained just like any other spell in the game, and that means that to get Force Cloak you'll need to complete the ritual restoration quest.



OPTIONAL FILES
The mod also includes some optional files (wich still need some testing) for compatibility with Better Wards.
The two mods don't conflint but if you won't use those you will end up with two almost identical spell, since better wards' greater ward will become just as powerful as my superior ward.
I've also included an optional patch that will double the magnitude of the master spell that will work (at least, I think) well with mods that add magic scaling, since the magnitude of the spell is handled within the script and thus cannot be direcly affected by those kind of mods.
Anyways, if you want a balanced game don't use the double magnitude, because, from what I've tested, it's pretty op.



TECNICAL STUFF
here is the math I used to make the spell. Feel free to criticize if you feel there's something I'm missing or I could improve.

                            Magnitude - vanilla            Magnitude - Better Wards          

>Lesser Ward                    40/s                                      50/s   
 
>Steadfast Ward               60/s                                       75/s    

>Greater Ward                  80/s                                     100/s    

>Superior Ward                100/s                                     125/s   

>Force Cloak*        120/s * 30s = 3600                    150/s * 30 = 4500

          
*the duration of force cloak is 30s so I thought that if you were to use a magnitude 120 ward for 30s you would use (120*30) magicka.



BUGS
>I've noticed that when you are fighting 2 or more magical enemies, sometimes the force cloaks script seems to fail to calculate both of the incoming damage. Maybe it's because the way the scripts works or it's just my impression, in any case I will have to do further testing to verify this.
>Currently force cloak doesn't protect you against cloak spells, like flame cloak.
>If you cast the spell while the the effect is acrive, the spell and the effect will dispell (and that means that it's toggable, so even if it wasn't intended to be like this, it could still be useful for someone)



FUTURE PLANS
>Balance Force Cloak
>Improve the spell sounds adn effect
>(hopefully)Fix any eventual bug



CONCLUSION
Also, I wanted to point out that I'm still a beginner, especially with scripts and the papyrus language, so feel free to give me any tips or suggestions.

I apologise for my english (which is not my first language as you might have guessed) or if I haven't been clear with the description of the mod.

Finally, if you are interested here it is the awesome and highly underrated enb that I'm using.
 


CREDITS
renketsu0 the author of better wards
XunAmarox for his very clear guide on how to create Fomods
mysty the author of better magic, for part of his script which I used as a reference to create mine (and I've also learned alot in the process)