Improving Chimaera Wing - part 2

* Added a warmup before using a Chimaera Wing
 * Closes #740
This commit is contained in:
TfT_02
2013-03-22 00:38:15 +01:00
parent 9f55c25775
commit 5b5b73cde0
5 changed files with 107 additions and 21 deletions

View File

@ -107,6 +107,7 @@ public class Config extends AutoUpdateConfigLoader {
public boolean getChimaeraEnabled() { return config.getBoolean("Items.Chimaera_Wing.Enabled", true); }
public boolean getChimaeraPreventUseUnderground() { return config.getBoolean("Items.Chimaera_Wing.Prevent_Use_Underground", true); }
public int getChimaeraCooldown() { return config.getInt("Items.Chimaera_Wing.Cooldown", 240); }
public int getChimaeraWarmup() { return config.getInt("Items.Chimaera_Wing.Warmup", 5); }
/* Particles */
public boolean getAbilityActivationEffectEnabled() { return config.getBoolean("Particles.Ability_Activation", true); }