package player // Stats holds combat-related attributes. type Stats struct { HP int32 MaxHP int32 MP int32 MaxMP int32 Str int32 Dex int32 Int int32 Level int32 Exp int64 }