自动购买不花光钱 & 没钱时宠物给你私房钱

This commit is contained in:
ZouJin 2023-09-14 20:21:59 +08:00
parent 2d5439fbf6
commit c1b9603dd6
5 changed files with 29 additions and 6 deletions

View File

@ -283,7 +283,7 @@ namespace VPet_Simulator.Windows
{
if (Set.AutoBuy && Core.Save.Money >= 100)
{
var havemoney = Core.Save.Money * 1.2;
var havemoney = Core.Save.Money * 1.2 - 120;
List<Food> food = Foods.FindAll(x => x.Price >= 2 && x.Health >= 0 && x.Exp >= 0 && x.Likability >= 0 && x.Price < havemoney //桌宠不吃负面的食物
&& !x.IsOverLoad() // 不吃超模食物
);

View File

@ -73,6 +73,20 @@ namespace VPet_Simulator.Windows
}
}
}
//没钱了,宠物给你私房钱 (开罗传统)
if (mw.Core.Save.Money <= 1)
{
if (mw.Set.PetData[(gbol)"self"])
{
MessageBoxX.Show("更好买老顾客大优惠!桌宠的食物钱我来出!\n更好买提示您:$10以下的食物/药品等随便赊账");
}
else
{
MessageBoxX.Show("看到您囊中羞涩,桌宠拿出了1000块私房钱出来给你");
mw.Set.PetData[(gbol)"self"] = true;
mw.Core.Save.Money += 1000;
}
}
Show();
}
@ -344,7 +358,7 @@ namespace VPet_Simulator.Windows
{
_puswitchautobuy = sender as Switch;
_puswitchautobuy.IsChecked = mw.Set.AutoBuy;
_puswitchautobuy.Click += Switch_AutoBuy_Checked;
_puswitchautobuy.Click += Switch_AutoBuy_Checked;
}
private void Switch_AutoBuy_Checked(object sender, RoutedEventArgs e)
{
@ -361,7 +375,7 @@ namespace VPet_Simulator.Windows
}
else
{
mw.Set.AutoBuy = false;
mw.Set.AutoBuy = false;
_puswitchautogift.Visibility = Visibility.Collapsed;
}
}
@ -377,7 +391,7 @@ namespace VPet_Simulator.Windows
}
}
private void Switch_AutoGift_Checked(object sender, RoutedEventArgs e)
{
{
mw.Set.AutoGift = _puswitchautogift.IsChecked.Value;
}
}

View File

@ -28,3 +28,6 @@ EXP#EXP:|
没有需要提交的翻译的内容#There are no translations that need to be submitted:|
当宠物不开心的时候会自己给自己买礼物\r请注意,宠物可能会乱花钱,而且礼物一般都非常贵\r额外加收20%运送费用#When the pet is unhappy, it will buy gifts for itself\rPlease note that pets may spend money indiscriminately, and gifts are generally very expensive\rAdditional 20% shipping costs:|
让宠物自己买礼物#Let the pet buy gifts for itself:|
按好感度#By favorability:|
更好买老顾客大优惠!桌宠的食物钱我来出!\n更好买提示您:$10以下的食物/药品等随便赊账#Better buy old customers big discounts! I'll pay for the food money of the VPET!\nBetter buy tips you: $10 or less food / medicine, etc. can be charged at will:|
看到您囊中羞涩,桌宠拿出了1000块私房钱出来给你#Seeing that you are shy in your pocket, the VPET took out 1000 yuan of private money to give you:|

View File

@ -27,4 +27,7 @@ EXP#EXP:|
我已确认,并在卸载游戏前会关闭该功能#我已确认,并在卸载游戏前会关闭该功能:|
没有需要提交的翻译的内容#没有需要提交的翻译的内容:|
当宠物不开心的时候会自己给自己买礼物\r请注意,宠物可能会乱花钱,而且礼物一般都非常贵\r额外加收20%运送费用#当宠物不开心的时候会自己给自己买礼物\r请注意,宠物可能会乱花钱,而且礼物一般都非常贵\r额外加收20%运送费用:|
让宠物自己买礼物#让宠物自己买礼物:|
让宠物自己买礼物#让宠物自己买礼物:|
按好感度#按好感度:|
更好买老顾客大优惠!桌宠的食物钱我来出!\n更好买提示您:$10以下的食物/药品等随便赊账#更好买老顾客大优惠!桌宠的食物钱我来出!\n更好买提示您:$10以下的食物/药品等随便赊账:|
看到您囊中羞涩,桌宠拿出了1000块私房钱出来给你#看到您囊中羞涩,桌宠拿出了1000块私房钱出来给你:|

View File

@ -27,4 +27,7 @@ EXP#EXP:|
我已确认,并在卸载游戏前会关闭该功能#我已確認,並在卸載遊戲前會關閉該功能:|
没有需要提交的翻译的内容#沒有需要提交的翻譯的內容:|
当宠物不开心的时候会自己给自己买礼物\r请注意,宠物可能会乱花钱,而且礼物一般都非常贵\r额外加收20%运送费用#當寵物不開心的時候會自己給自己買禮物\r請注意寵物可能會亂花錢而且禮物一般都非常貴\r額外加收20%運送費用:|
让宠物自己买礼物#讓寵物自己買禮物:|
让宠物自己买礼物#讓寵物自己買禮物:|
按好感度#按好感度:|
更好买老顾客大优惠!桌宠的食物钱我来出!\n更好买提示您:$10以下的食物/药品等随便赊账#更好買老顧客大優惠!桌寵的食物錢我來出!\n更好買提示您$10以下的食物/藥品等隨便賒賬:|
看到您囊中羞涩,桌宠拿出了1000块私房钱出来给你#看到您囊中羞澀桌寵拿出了1000塊私房錢出來給你:|