namespace NeonSprawl.Server.Game.Npc; /// One validated NpcBehaviorDef row from content/npc-behaviors/*_npc_behaviors.json (NEO-88). public sealed record NpcBehaviorDefRow( string Id, string DisplayName, string ArchetypeKind, int MaxHp, double AggroRadius, double LeashRadius, double TelegraphWindupSeconds, int AttackDamage, double AttackCooldownSeconds);