diff --git a/HalgarisRPGLoot/Settings.cs b/HalgarisRPGLoot/Settings.cs index cd9277f..be733e2 100644 --- a/HalgarisRPGLoot/Settings.cs +++ b/HalgarisRPGLoot/Settings.cs @@ -20,7 +20,7 @@ public class ArmorSettings [SynthesisSettingName("Number of variations per Item")] [SynthesisTooltip("This determines how many different versions\n" + "of the same Armor you can find.")] - public int VarietyCountPerItem = 50; + public int VarietyCountPerItem = 8; [SynthesisSettingName("Rarity Levels")] [SynthesisTooltip("Custom defineable rarity levels")] public List Rarities = new List() { @@ -40,7 +40,7 @@ public class WeaponSettings [SynthesisSettingName("Number of variations per Item")] [SynthesisTooltip("This determines how many different versions\n" + "of the same Weapon you can find.")] - public int VarietyCountPerItem = 50; + public int VarietyCountPerItem = 8; [SynthesisSettingName("Rarity Levels")] [SynthesisTooltip("Custom defineable rarity levels")] public List Rarities = new List() {