LX6R Posted July 22, 2018 Author Share Posted July 22, 2018 https://imgur.com/a/M6VXAVU Ok. Show how your magic effects look Link to comment Share on other sites More sharing options...
akiras404 Posted July 22, 2018 Share Posted July 22, 2018 How do you check if effect is active? Looking HP and DR on Pip-boy?I'm not sure how GetValuePercent acts with PeakValueModifier effect.e.g. Health is 25% -> Max health halved -> Health is now 25% or 50% ? Link to comment Share on other sites More sharing options...
LX6R Posted July 22, 2018 Author Share Posted July 22, 2018 How do you check if effect is active? Looking HP and DR on Pip-boy?I'm not sure how GetValuePercent acts with PeakValueModifier effect.e.g. Health is 25% -> Max health halved -> Health is now 25% or 50% ?Very good questions - I can only see that I own the perk (it's listed in the Pipboy as seen above) is there a difference to it being active? Or do you mean how I tried to validate if it's working? The bleeding effect from agony is shown as an effect in the Pipboy. When you are bleeding you need a bandage to remove that effect. So I spawned some Ghouls and let them beat the s#*! out of me. Nothing happened. I am not sure if I understand the second question. Link to comment Share on other sites More sharing options...
LX6R Posted July 22, 2018 Author Share Posted July 22, 2018 https://imgur.com/a/xDbkdmW on these two screenshots you can see how the open wound changes to fresh wound after applying a bandage. These effects happen when you use a surgery kit Link to comment Share on other sites More sharing options...
Deleted3082751User Posted July 22, 2018 Share Posted July 22, 2018 (edited) for the *get health percentage* Condition, change the *comparison* value: *<* to *<=* (basically change it from *Less then* to *Less then Equals*) the *less then* comparison is vary rarely used if ever, the game uses the *less then equals* for comparing values lower then a specified value. Edited July 22, 2018 by Guest Link to comment Share on other sites More sharing options...
shavkacagarikia Posted July 22, 2018 Share Posted July 22, 2018 Yeah, it may be problem with getvaluepercent and health avif. Try gethealthpercentage condition instead of getvaluepercent Link to comment Share on other sites More sharing options...
Recommended Posts