interface GridWeapon { id: string mainhand: boolean position: number | null weapon: Weapon uncapLevel: number | null }