Additional card content

This commit is contained in:
gamer147
2026-05-24 17:07:05 -04:00
parent 12fb2f4801
commit 34bcc579a5
18 changed files with 53025 additions and 16 deletions

View File

@@ -0,0 +1,15 @@
namespace SVSim.Database.Enums;
/// <summary>
/// Subset of UserGoods.Type values that can be granted as a card-acquisition cosmetic.
/// Numeric values MUST match Wizard/UserGoods.cs:8-22 so wire serialization
/// (reward_type in /pack/open response) is direct passthrough.
/// </summary>
public enum CosmeticType
{
Sleeve = 6,
Emblem = 7,
Degree = 8,
Skin = 10,
MyPageBG = 15,
}