But I have done some stuff since last Friday.
First off, the quest system now supports of to five party members:
This poor slime does not stand a chance. |
Now displaying belts. |
On the contrary, you gain levels more slowly as you advance through the game, making your level over the course of time look kind of like a square-root curve. The cost of items is linear with respect to level, but *not* with respect to game time! To solve this issue, I had to change the item formula to something that looked like cost = C + (B * L^2), and that straightened it right out. Now, items scale quadratically with respect to level, but linearly with respect to game time. This has the end effect of making items cheaper near the beginning and more expensive later on.
In the end, this should remove player frustration, make it so I need to give less gold in chests near the beginning, and make the item formula scale better into late game.
No comments:
Post a Comment