Living World Productions
Video Game Blog

October 13, 2019

Spent the day adding the code to add Hit Points when you level. Single-classed characters were easy. Multi-classed characters are a little trickier since you get several rolls that have to be averaged together, and then Constitution bonus added on top of that.

Also, was trying to debug a Fog of War issue. After several attempts to get the bug to appear in a persistent way, I decided I will modify the system slightly.

I have to finish mirroring the various locations in charge of allocating things according to screen size. I only typed the code necessary for my monitor. It's just a matter of copy/paste and making alterations (but at least made it in a category of code called a Switch - to which allows me to switch between choices easily, in this case (pun intended), I put the code in for my monitor size).

It's shaping up though. Once I take care of this FOW bug, I think that it'll be ready for you guys to tinker with.