Added a faction, and minor stuff
Adding faction goes through every area. I had no idea.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user