VirCapture_GetLevelAward

This commit is contained in:
Kei-Luna
2026-05-25 13:25:04 +09:00
parent e4fb4d7722
commit 6497bb1c66
2 changed files with 293 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ public class VirCaptureLevelListExcel : ExcelResource
[JsonProperty("Exp")] public uint Exp { get; set; }
[JsonProperty("Num")] public uint Num { get; set; }
[JsonProperty("MaxCost")] public uint MaxCost { get; set; }
[JsonProperty("Rewards")] public List<List<uint>> Rewards { get; set; } = [];
[JsonProperty("ExpUp")] public double ExpUp { get; set; }
public override uint GetId() => Level;