Jump to content

How to get the effect "Water Breathing" works?


VikingII

Recommended Posts

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

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...