First, I'm afraid I haven't thanked you for this awsome mod. I use it all the time and it really adds great benefits to my game!
I found out how to make objects that increase faith/zeal.
To increase zeal, add the line [prim 0x0002] Expression (My person data 0x0096 (i: Unused) += Literal 0x0001) -> you can replace "Literal 0x0001 with any other number)
To increase faith, add the line [prim 0x0002] Expression (My person data 0x0097 (i: Unused) += Literal 0x0001) -> same
Prayer Objects
First, I'm afraid I haven't thanked you for this awsome mod. I use it all the time and it really adds great benefits to my game!
I found out how to make objects that increase faith/zeal.
To increase zeal, add the line [prim 0x0002] Expression (My person data 0x0096 (i: Unused) += Literal 0x0001) -> you can replace "Literal 0x0001 with any other number)
To increase faith, add the line [prim 0x0002] Expression (My person data 0x0097 (i: Unused) += Literal 0x0001) -> same
That's it!