namespace NeonSprawl.Server.Game.Items; /// One validated ItemDef row from content/items/*_items.json (NEO-51). public sealed record ItemDefRow( string Id, string DisplayName, string PrototypeRole, int StackMax, string InventorySlotKind, string? Rarity, string? BindPolicy, int? DurabilityMax);