New option: Reduced stat growth at high levels (#183)

Add optional stat growth reduction at 80+ and 90+

This makes mercs with high base stats more valuable as it is harder to grow to their levels
This commit is contained in:
rftrdev
2023-07-21 22:53:40 -07:00
committed by GitHub
parent c036160959
commit 06d4b53d3e
3 changed files with 19 additions and 0 deletions
+4
View File
@@ -1149,6 +1149,10 @@ typedef struct
UINT16 usLeadershipSubpointsToImprove;
UINT16 usLevelSubpointsToImprove;
// rftr: optionally slow stat growth at 80+ and 90+. this gives more value to mercs with high base stats
UINT8 ubMaxGrowthChanceAt80;
UINT8 ubMaxGrowthChanceAt90;
// HEADROCK HAM B2.7: When turned on, this will give a CTH approximation instead of an exact value, on CTH Bars and "F" key feedback.
BOOLEAN fApproximateCTH;