mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
修复自动计算合理数值重置失误的错误
This commit is contained in:
parent
a987618cd2
commit
deb7174d27
@ -137,6 +137,7 @@ namespace VPet_Simulator.Windows.Interface
|
||||
switch (work.Type)
|
||||
{
|
||||
case Work.WorkType.Play:
|
||||
work.FinishBonus = 0.2;
|
||||
work.MoneyBase = 18;
|
||||
work.StrengthFood = 1;
|
||||
work.StrengthDrink = 1.5;
|
||||
@ -144,6 +145,7 @@ namespace VPet_Simulator.Windows.Interface
|
||||
work.LevelLimit = 0;
|
||||
break;
|
||||
case Work.WorkType.Work:
|
||||
work.FinishBonus = 0.1;
|
||||
work.MoneyBase = 8;
|
||||
work.StrengthFood = 3.5;
|
||||
work.StrengthDrink = 2.5;
|
||||
@ -151,6 +153,7 @@ namespace VPet_Simulator.Windows.Interface
|
||||
work.LevelLimit = 0;
|
||||
break;
|
||||
case Work.WorkType.Study:
|
||||
work.FinishBonus = 0.2;
|
||||
work.MoneyBase = 80;
|
||||
work.StrengthFood = 2;
|
||||
work.StrengthDrink = 2;
|
||||
|
@ -76,3 +76,4 @@ OPPOSans R#OPPOSans R:|
|
||||
得意黑#DeYi Black:|
|
||||
原版默认#Original Default:|
|
||||
混色紫#Mixed Purple:|
|
||||
当前工作数据属性超模,已自动取消#The current work data attribute is supermodel, and it has been automatically cancelled:|
|
@ -76,3 +76,4 @@ OPPOSans R#OPPOSans R:|
|
||||
得意黑#得意黑:|
|
||||
原版默认#原版默认:|
|
||||
混色紫#混色紫:|
|
||||
当前工作数据属性超模,已自动取消#当前工作数据属性超模,已自动取消:|
|
@ -76,3 +76,4 @@ OPPOSans R#OPPOSans R:|
|
||||
得意黑#得意黑:|
|
||||
原版默认#原版默認:|
|
||||
混色紫#混色紫:|
|
||||
当前工作数据属性超模,已自动取消#目前工作數據屬性超模,已自動取消:|
|
Loading…
Reference in New Issue
Block a user