[Not a bug] Stats can increase by 3 points at a level up
Moderator: George Gilbert
Forum rules
Please read the Forum rules and policies before posting. You may
to help finance the hosting costs of this forum.
Please read the Forum rules and policies before posting. You may

- Trantor
- Duke of Banville
- Posts: 2471
- Joined: Wed Mar 09, 2005 4:16 am
- Location: Berlin, Germany
- Contact:
[Not a bug] Stats can increase by 3 points at a level up
Ok, this is not really a "bug", but I thought I'd post it here anyway. I just realized that a character gained 3 points of wisdom after gaining a wizard level. As far as I know, the stat increase is limited to 2 points in the original. Should it be kept that way?
- George Gilbert
- Dungeon Master
- Posts: 3022
- Joined: Mon Sep 25, 2000 11:04 am
- Location: London, England
- Contact:
RTC uses a random number generator to generate all stats increases rather than a fixed value in DM.
Obviously for any single level gain in RTC you may therefore end up with a little more or a little less than that compared to DM. However, I believe that the average is the same so over time it will balance out.
So, I don't think this is a bug, it's just different!
Obviously for any single level gain in RTC you may therefore end up with a little more or a little less than that compared to DM. However, I believe that the average is the same so over time it will balance out.
So, I don't think this is a bug, it's just different!
- George Gilbert
- Dungeon Master
- Posts: 3022
- Joined: Mon Sep 25, 2000 11:04 am
- Location: London, England
- Contact:
Interestingly, I believe DM stores stats all as integers (apart from stamina which is 10x its value).
RTC however internally stores all its values as 10x the displayed value. This means that if you don't gain as much as you were expecting, it's quite possible it's because of rounding (for example, you might have gone from a value of 50.0 to 50.9 and therefore the value displayed sticks at 50). Next level the chances are you'll gain more than you're expecting (for example, for a similar sized increase you might go from 50.9 to 52.0 and "appear" to gain 2 points).
Incidently, all the game mechanics are keyed off the exact value of the stats not the displayed value which means even if you get a boost that doesn't register with the display, your character will actually be slightly better from gaining a level (unlike DM where it was possible that you'd gain nothing at all)!
RTC however internally stores all its values as 10x the displayed value. This means that if you don't gain as much as you were expecting, it's quite possible it's because of rounding (for example, you might have gone from a value of 50.0 to 50.9 and therefore the value displayed sticks at 50). Next level the chances are you'll gain more than you're expecting (for example, for a similar sized increase you might go from 50.9 to 52.0 and "appear" to gain 2 points).
Incidently, all the game mechanics are keyed off the exact value of the stats not the displayed value which means even if you get a boost that doesn't register with the display, your character will actually be slightly better from gaining a level (unlike DM where it was possible that you'd gain nothing at all)!