VirCapture fix EXP

This commit is contained in:
Kei-Luna
2026-05-25 10:20:19 +09:00
parent 2047758c18
commit 2f1b6d35da
4 changed files with 130 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ public class MonsterCardExcel : ExcelResource
[JsonProperty("Color")] public uint Color { get; set; }
[JsonProperty("RikiId")] public uint RikiId { get; set; }
[JsonProperty("CostValue")] public uint CostValue { get; set; }
[JsonProperty("Exp")] public uint Exp { get; set; }
[JsonIgnore]
public ulong TemplateId => GameResourceTemplateId.FromGdpl(Genre, Detail, Particular, Level);