// 吃鸡设定 // Chicken settings
Config.LifeChicken = 0; // 血量多少百分比退出游戏。 // Exit game if life is less or equal to designated percent.
设定这样也是死就离开游戏耶,不知道还能改哪里呢?
// 吃鸡设定 // Chicken settings
//Config.LifeChicken = 30; // 血量多少百分比退出游戏。 // 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.