I want to make Lead Belly a bit more useful in Survival by allowing you to drink from dirty water sources without contracting diseases, but I only have an intermediate level of knowledge with xEdit and I don't know how to go about it. Lead Belly 3 doesn't even have a Magic Effect that I can see. There are two relevant Magic Effects I found though, 'HC_DrinkDirtyWaterEffect' and 'HC_DrinkWaterEffect'. The only difference between them is the property bDirtyWater, which is set to true and false, respectively. I was thinking I could add something to Lead Belly that would make it so this value always returns false. Does anybody know how to implement this?