|
@@ -170,7 +170,7 @@ public final class Config
|
|
public static int WAREHOUSE_SLOTS_NO_DWARF;
|
|
public static int WAREHOUSE_SLOTS_NO_DWARF;
|
|
public static int WAREHOUSE_SLOTS_CLAN;
|
|
public static int WAREHOUSE_SLOTS_CLAN;
|
|
public static int ALT_FREIGHT_SLOTS;
|
|
public static int ALT_FREIGHT_SLOTS;
|
|
- public static int ALT_FREIGHT_PRIECE;
|
|
|
|
|
|
+ public static int ALT_FREIGHT_PRICE;
|
|
public static boolean ALT_GAME_KARMA_PLAYER_CAN_BE_KILLED_IN_PEACEZONE;
|
|
public static boolean ALT_GAME_KARMA_PLAYER_CAN_BE_KILLED_IN_PEACEZONE;
|
|
public static boolean ALT_GAME_KARMA_PLAYER_CAN_SHOP;
|
|
public static boolean ALT_GAME_KARMA_PLAYER_CAN_SHOP;
|
|
public static boolean ALT_GAME_KARMA_PLAYER_CAN_TELEPORT;
|
|
public static boolean ALT_GAME_KARMA_PLAYER_CAN_TELEPORT;
|
|
@@ -1641,7 +1641,7 @@ public final class Config
|
|
WAREHOUSE_SLOTS_NO_DWARF = Integer.parseInt(Character.getProperty("MaximumWarehouseSlotsForNoDwarf", "100"));
|
|
WAREHOUSE_SLOTS_NO_DWARF = Integer.parseInt(Character.getProperty("MaximumWarehouseSlotsForNoDwarf", "100"));
|
|
WAREHOUSE_SLOTS_CLAN = Integer.parseInt(Character.getProperty("MaximumWarehouseSlotsForClan", "150"));
|
|
WAREHOUSE_SLOTS_CLAN = Integer.parseInt(Character.getProperty("MaximumWarehouseSlotsForClan", "150"));
|
|
ALT_FREIGHT_SLOTS = Integer.parseInt(Character.getProperty("MaximumFreightSlots", "200"));
|
|
ALT_FREIGHT_SLOTS = Integer.parseInt(Character.getProperty("MaximumFreightSlots", "200"));
|
|
- ALT_FREIGHT_PRIECE = Integer.parseInt(Character.getProperty("FreightPriece", "1000"));
|
|
|
|
|
|
+ ALT_FREIGHT_PRICE = Integer.parseInt(Character.getProperty("FreightPrice", "1000"));
|
|
ENCHANT_CHANCE = Double.parseDouble(Character.getProperty("EnchantChance", "66.66"));
|
|
ENCHANT_CHANCE = Double.parseDouble(Character.getProperty("EnchantChance", "66.66"));
|
|
MAX_ENCHANT_LEVEL = Integer.parseInt(Character.getProperty("MaxEnchantLevel", "0"));
|
|
MAX_ENCHANT_LEVEL = Integer.parseInt(Character.getProperty("MaxEnchantLevel", "0"));
|
|
ENCHANT_CHANCE_ELEMENT_STONE = Double.parseDouble(Character.getProperty("EnchantChanceElementStone", "50"));
|
|
ENCHANT_CHANCE_ELEMENT_STONE = Double.parseDouble(Character.getProperty("EnchantChanceElementStone", "50"));
|