VikingII Posted December 18, 2012 Share Posted December 18, 2012 In GECK -> Game Effects -> Object Effect, I made a new enchantment with the effect “Water Breathing” (this effect has nothing to set except that I can add a condition). But it doesn’t work (when all other enchantments I tested works perfectly). What does I am doing wrong? Link to comment Share on other sites More sharing options...
rickerhk Posted December 18, 2012 Share Posted December 18, 2012 It looks to me like the Waterbreathing base effect does nothing since there is no magnitude allowed. Make a copy of the WaterBreathing base effect and untick the 'no magnitude' box.In the object effect, make the magnitude of the base effect 1 Waterbreathing is an actor value and it needs to be non-zero to work. At the console, you can:Player.GetAV waterbreathing <enter> to test if your object effect is working. You can also set it at the console just to play around:Player.SetAV Waterbreathing 1 <enter> Link to comment Share on other sites More sharing options...
VikingII Posted December 18, 2012 Author Share Posted December 18, 2012 Yes, I have downloaded the two mods ho offers helmets with waterbreathing and both solve the situation via scripts, so, it looks like this effect is useless in the editor. Link to comment Share on other sites More sharing options...
Recommended Posts