Bugged queen fix

and xp changes
This commit is contained in:
EpicValor
2023-08-26 01:53:54 -05:00
parent 2bd3813a23
commit 8f372ec5a1
16 changed files with 768 additions and 22 deletions

View File

@@ -9,10 +9,10 @@ int iDouble_EXP = FALSE; // Set to TRUE enables seeing first the PW
// experience followed by Bioware experience.
// This is useful to compare values.
float Experience_Slider = 0.06;// This is the percentage that can be adjusted.
float Experience_Slider = 0.20;// This is the percentage that can be adjusted.
// This value matches the Bioware slider.
float Exp_Level_Cap = 10.0; // This is the basic CR cap.
float Exp_Level_Cap = 20.0; // This is the basic CR cap.
int iBoss_Cap_Method = 2; // These are mode sets for how bosses are handled
// Mode 1: The CR of the boss is modified.
@@ -22,13 +22,13 @@ int iBoss_Cap_Method = 2; // These are mode sets for how bosses are handle
// Mode 3: The CR of the boss is modified.
// The exp cap is raised by the mod.
float Lower_Exponent = 1.15; // This is the exponent that defines how exp
float Lower_Exponent = 0.50; // This is the exponent that defines how exp
// drops off when the CR is lower than player.
float Higher_Exponent = 1.15; // This is the exponent that defines how exp
float Higher_Exponent = 0.50; // This is the exponent that defines how exp
// increases whent he CR is higher than player.
float Party_Proximity = 15.0; // The distance a party member must be to get a
float Party_Proximity = 60.0; // The distance a party member must be to get a
// share of the experience.
float Leveling_Exponent = 1.08;// This exponent defines how fast the exponent is
@@ -39,10 +39,10 @@ float Leveling_Exponent = 1.08;// This exponent defines how fast the exponent is
// 1.20 at 10 levels difference = 6.19 shares
// 1.30 at 10 levels difference = 13.79 shares
float Familiar_Split = 0.10; // The ratio of shares that a familiar or animal
float Familiar_Split = 0.00; // The ratio of shares that a familiar or animal
// companion receives.
float Henchman_Split = 0.25; // The ratio of shares that a henchman or
float Henchman_Split = 0.00; // The ratio of shares that a henchman or
// summoned creature receives.