mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
修复超模公式和文档不匹配的bug
This commit is contained in:
parent
b203f0688f
commit
62fea177b1
@ -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>
|
||||
|
@ -161,7 +161,7 @@ namespace VPet_Simulator.Windows
|
||||
/// <summary>
|
||||
/// 版本号
|
||||
/// </summary>
|
||||
public int version { get; } = 11000;
|
||||
public int version { get; } = 11001;
|
||||
/// <summary>
|
||||
/// 版本号
|
||||
/// </summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user