Added configs for Arcan Ritual.

This commit is contained in:
mobius
2015-02-23 21:06:47 +00:00
parent 56f9b727d3
commit 0a1e9fa0f6
3 changed files with 36 additions and 10 deletions

View File

@ -660,6 +660,8 @@ public final class Config
public static int MIN_BLOCK_CHECKER_TEAM_MEMBERS;
public static boolean HBCE_FAIR_PLAY;
public static boolean HELLBOUND_WITHOUT_QUEST;
public static boolean ARCAN_RITUAL;
public static int ARCAN_RITUAL_INTERVAL;
public static int PLAYER_MOVEMENT_BLOCK_TIME;
public static int ABILITY_MAX_POINTS;
public static long ABILITY_POINTS_RESET_ADENA;
@ -2027,6 +2029,9 @@ public final class Config
HBCE_FAIR_PLAY = General.getBoolean("HBCEFairPlay", false);
HELLBOUND_WITHOUT_QUEST = General.getBoolean("HellboundWithoutQuest", false);
ARCAN_RITUAL = General.getBoolean("ArcanRitual", true);
ARCAN_RITUAL_INTERVAL = General.getInt("ArcanRitualInterval", 30);
NORMAL_ENCHANT_COST_MULTIPLIER = General.getInt("NormalEnchantCostMultipiler", 1);
SAFE_ENCHANT_COST_MULTIPLIER = General.getInt("SafeEnchantCostMultipiler", 5);