Added a faction, and minor stuff

Adding  faction goes through every area. I had no idea.
This commit is contained in:
EpicValor
2023-08-28 22:46:32 -05:00
parent 00305fc3a5
commit ac21a61c37
642 changed files with 44575 additions and 6193 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.20;// This is the percentage that can be adjusted.
float Experience_Slider = 0.30;// This is the percentage that can be adjusted.
// This value matches the Bioware slider.
float Exp_Level_Cap = 20.0; // This is the basic CR cap.
float Exp_Level_Cap = 3000.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.
@@ -28,7 +28,7 @@ float Lower_Exponent = 0.50; // 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 = 60.0; // The distance a party member must be to get a
float Party_Proximity = 160.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