Added option to advanced.yml to determine the # of enchant levels used

when buffing Super Breaker & Giga Drill Breaker
This commit is contained in:
GJ
2013-03-06 23:00:37 -05:00
parent a9438ed52b
commit 3219674678
4 changed files with 9 additions and 3 deletions

View File

@ -20,6 +20,7 @@ public class AdvancedConfig extends AutoUpdateConfigLoader {
/* GENERAL */
public int getAbilityLength() { return config.getInt("Skills.General.Ability_IncreaseLevel", 50); }
public int getEnchantBuff() { return config.getInt("Skills.General.Ability_EnchantBuff", 5); }
/* ACROBATICS */
public double getDodgeChanceMax() { return config.getDouble("Skills.Acrobatics.Dodge_ChanceMax", 20.0D); }