uitsmijter Posted November 25, 2013 Share Posted November 25, 2013 Hi, I was wondering if it's possible to add the ward effect of the shield Spellbreaker to a 2H weapon when blocking.I've a little bit of knowledge of the CK, so I tried to do this myself, but I wasn't able to make it happen. Does anyone know how to do this or knows a mod that does this. I've tried searching for one, but to no avail. P.S. If I have to script I'm afraid this is the end, I have no knowledge of scripting whatsoever. Link to comment Share on other sites More sharing options...
Jokerine Posted November 25, 2013 Share Posted November 25, 2013 I read here that putting apparel enchantments (a shield counts as apparel in the game) in weapons can cause crashing, so it seems like it won't be possible... :( Link to comment Share on other sites More sharing options...
uitsmijter Posted November 25, 2013 Author Share Posted November 25, 2013 Hi, I was wondering if it's possible to add the ward effect of the shield Spellbreaker to a 2H weapon when blocking.I've a little bit of knowledge of the CK, so I tried to do this myself, but I wasn't able to make it happen. Does anyone know how to do this or knows a mod that does this. I've tried searching for one, but to no avail. P.S. If I have to script I'm afraid this is the end, I have no knowledge of scripting whatsoever.Alright, that would be a shame, but isn't this mod-dependent? And how about a ward then? Could it be possible to use something like that as an enchantment so that it acts the same as Spellbreaker's effect? Link to comment Share on other sites More sharing options...
egocarib Posted November 26, 2013 Share Posted November 26, 2013 You could try making an ability-type spell instead that uses the same magic effect as the enchantment. Then choose a typical weapon enchantment (or make a new one), and set the "Equip Ability" of that enchantment's Magic Effect to the new ability-type spell you created. Add a condition to the ability spell like so: Run on: Player IsBlocking == 1 this will make it only active while the player is blocking. Link to comment Share on other sites More sharing options...
ghosu Posted November 26, 2013 Share Posted November 26, 2013 (edited) There you go: http://skyrim.nexusmods.com/mods/48080 I added it as perk affecting 1h/2h and shield blocking - so it might be of interest for other player as well. greetings Edited November 26, 2013 by ghosu Link to comment Share on other sites More sharing options...
thestormdragon Posted November 26, 2013 Share Posted November 26, 2013 Doing it on a weapon I don't think would work - it would have to be a constant effect to self for a resist magic 50 (Spellbreaker ward). I don't think choosing self or possibly constant is an available choice for weapon enchanting in the creation kit. A better way would be to add a resist magic 50 to a favorite piece of armor and make it a constant effect to self. This way you could use any weapon or any shield and still have the Spellbreaker ward in effect even when blocking with a two handed weapon. You can't do this effect on a weapon, but you can on armor. Also you can put it on a ring or an amulet, and have it in effect when wearing the ring or an amulet or not when not equipped. This would be the best way and can be then used with any armor or weapon. Also I think there is a mod out there allowing you to equip more than two rings - I don't remember its name. With it and a ring with the resist magic 50 constant effect on self, you could wear other rings as well. Alternatively you could take the enchantment from a favorite ring + plus the spellbreaker ward put on a new ring in the creation kit and give it to a vendor to stock or place it in the world in a created container, or by itself, maybe in a house that you have to buy or a dungeon for a challenge. If you just want it quick putting it on the ground or a shelf in Riverwood, Helgen, Whiterun, or some other city would work using the render window in the constuction kit and dragging the created ring to the location you want it in the render window. Don't use or put it in a respawning container and make sure you have ownership of the container if creating a container for it or the ring will be marked as stolen in the game. Then it would always work when you use a 2H sword and the ring is equipped. Link to comment Share on other sites More sharing options...
uitsmijter Posted November 26, 2013 Author Share Posted November 26, 2013 Thanks a lot for the replies and the mod. Your input is much appreciated and I will try the mod tomorrow! :) Link to comment Share on other sites More sharing options...
uitsmijter Posted November 27, 2013 Author Share Posted November 27, 2013 Mod works great so far, thanks! Link to comment Share on other sites More sharing options...
AmplSi Posted May 19, 2015 Share Posted May 19, 2015 Though it is likely that not many people will see this, I will post here anyways:There may be another way to gain that spellbreaker effect if you want it on a specific weapon, say, only Daedric swords get the effect. You'd make a perk like Goshu's (or even use his, since he opened up his assets after leaving Skyrim modding), then have a script so that when the weapon is equipped, the perk is obtained, and then lost once the weapon is unequipped (I got that idea from the Professional Shiv mod, giving the player 1000x sneak damage with the shiv equipped). Lastly, the effect would only happen if the player is blocking, using the condition example above. If anyone is good at scripting or knows a lot about this type of thing, please let me know if this idea is possible. I am making a custom sword which I would like to have that ability. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts