mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2026-03-05 22:20:26 +00:00
添加职业等级常数
This commit is contained in:
parent
5f538987f7
commit
e58613870e
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user