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