修复超模公式和文档不匹配的bug

This commit is contained in:
ZouJin 2024-03-31 20:29:41 +08:00
parent b203f0688f
commit 62fea177b1
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ namespace VPet_Simulator.Windows.Interface
/// <summary>
/// 当前物品推荐价格
/// </summary>
public double RealPrice => ((Exp / 3 + Strength / 5 + StrengthDrink / 3 + StrengthFood / 2 + Feeling / 5) / 3 + Health + Likability * 10);
public double RealPrice => ((Exp / 3 + Strength / 5 + StrengthDrink / 3 + StrengthFood / 2 + Feeling / 6) / 3 + Health + Likability * 10);
/// <summary>
/// 该食物是否超模
/// </summary>

View File

@ -161,7 +161,7 @@ namespace VPet_Simulator.Windows
/// <summary>
/// 版本号
/// </summary>
public int version { get; } = 11000;
public int version { get; } = 11001;
/// <summary>
/// 版本号
/// </summary>