feat: add valk command

This commit is contained in:
Naruse
2025-06-14 16:51:41 +08:00
parent 07ec2f9abf
commit 969adeca34
10 changed files with 98 additions and 371 deletions

View File

@@ -9,6 +9,8 @@ public class AvatarDataExcel : ExcelResource
[JsonPropertyName("unlockStar")] public int UnlockStar { get; set; }
[JsonPropertyName("initialWeapon")] public int InitialWeapon { get; set; }
[JsonPropertyName("skillList")] public List<int> SkillList { get; set; } = [];
public string FaceAnimationGroupName { get; set; } = "";
public int DefaultDressId { get; set; }
public override int GetId()