Difference between revisions of "FAVDHealthLevelMult"
Jump to navigation
Jump to search
no edit summary
imported>Malaclypse (Created page with "Default = 10 A value used in the formula to determine the players begining health. Starting Health = (END*fAVDHealthEnduranceMult) + (10+((LVL-1)*fAVDHealthLevelMult)) + (90+...") |
imported>Malaclypse |
||
Line 1: | Line 1: | ||
Default = 10 | Default = 10 | ||
A value | A value which determines how much a players health increases per level. | ||
Note: Not including level 1. A player always recieves 10 health at level 1 even if this value has been changed. So if this value is changed to 5, the player will recieve 10 health at 1st level, then starting at 2nd level will recieve 5 per level. | |||
Starting Health = (END*fAVDHealthEnduranceMult) + (10+((LVL-1)*fAVDHealthLevelMult)) + (90+(fAVDHealthEnduranceMult*fAVDHealthEnduranceOffset) | Starting Health = (END*fAVDHealthEnduranceMult) + (10+((LVL-1)*fAVDHealthLevelMult)) + (90+(fAVDHealthEnduranceMult*fAVDHealthEnduranceOffset) |