Page 1 of 1
PGCC: Vampire regen wrong value
Posted: Sat Mar 13, 2021 9:49 am
by Rico_scorpion
Hi,
Level 30
100% blood
PGCC Vampire regen = 6/round
Wiki states: 7
So it's 1 inferior to what it should be.
Cheers!
Re: PGCC: Vampire regen wrong value
Posted: Sat Mar 13, 2021 2:24 pm
by Skibbles
Re: PGCC: Vampire regen wrong value
Posted: Sat Mar 13, 2021 3:35 pm
by Spyre
Don’t always trust the wiki. We’ll consult the code.
Re: PGCC: Vampire regen wrong value
Posted: Sat Mar 13, 2021 6:40 pm
by Spyre
Calculation for maxregen is:
(Character Level / 5) + 1, meaning a level 30 should have +7.
However, it is later set to use a value of 6 instead of the 7. I'll run it by some people to determine why this is that way and we will address wiki postings as needed.
Re: PGCC: Vampire regen wrong value
Posted: Sun Mar 14, 2021 7:54 am
by Skibbles
Big thanks for looking into it!