添加职业等级常数

This commit is contained in:
milimoe 2026-01-31 21:54:40 +08:00
parent 5f538987f7
commit e58613870e
Signed by: milimoe
GPG Key ID: 9554D37E4B8991D0

View File

@ -640,6 +640,16 @@ namespace Milimoe.FunGame.Core.Model
/// </summary>
public HashSet<int> ClassPointsGetterList { get; set; } = [1, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55];
/// <summary>
/// 最高职业等级
/// </summary>
public int MaxClassLevel { get; set; } = 10;
/// <summary>
/// 能修改默认职业的最小等级
/// </summary>
public int MinLevelCanModifyDefaultClass { get; set; } = 20;
/// <summary>
/// 应用此游戏平衡常数给实体
/// </summary>