Reduce bonus attribute bonus
This commit is contained in:
@@ -70,9 +70,9 @@ namespace CykaOfIndustry {
|
|||||||
static void attributeBonusPerLevelMultiplier(StringBuilder sb, ref int ABGain) {
|
static void attributeBonusPerLevelMultiplier(StringBuilder sb, ref int ABGain) {
|
||||||
if (Main.debugMode.Value)
|
if (Main.debugMode.Value)
|
||||||
Console.WriteLine("CykaOfQud: AddAttributeBonus: Old AB for level {0}", ABGain);
|
Console.WriteLine("CykaOfQud: AddAttributeBonus: Old AB for level {0}", ABGain);
|
||||||
if (ABGain == 0)
|
|
||||||
ABGain = 1;
|
|
||||||
ABGain = (int)(ABGain * Main.attributeBonusPerLevelMultiplier.Value);
|
ABGain = (int)(ABGain * Main.attributeBonusPerLevelMultiplier.Value);
|
||||||
|
if (ABGain == 0)
|
||||||
|
ABGain = 2;
|
||||||
if (Main.debugMode.Value)
|
if (Main.debugMode.Value)
|
||||||
Console.WriteLine("CykaOfQud: AddAttributeBonus: New AB for level {0}", ABGain);
|
Console.WriteLine("CykaOfQud: AddAttributeBonus: New AB for level {0}", ABGain);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user