// 吃鸡设定
// Chicken settings
Config.LifeChicken = 0; // 血量多少百分比退出游戏。 // Exit game if life is less or equal to designated percent.
Config.ManaChicken = 0; // 魔法值多少百分比退出游戏。 // Exit game if mana is less or equal to designated percent.
Config.MercChicken = 0; // 佣兵血量多少百分比退出游戏。 // Exit game if merc\'s life is less or equal to designated percent.
Config.TownHP = 0; // Go to town if life is under designated percent.
Config.TownMP = 0; // Go to town if mana is under designated percent.
Config.HPBuffer = 0; // Number of healing potions to keep in inventory.
Config.MPBuffer = 0; // Number of mana potions to keep in inventory.
Config.RejuvBuffer = 0; // Number of rejuvenation potions to keep in inventory.