Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

EFTable_ItemDictionaryCategoryInfo.db

Generated on: 2025-07-23 11:56:24 UTC

Row count: 237

Download CSV Zipped

CREATE TABLE ItemDictionaryCategoryInfo (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ ItemCategory ] INTEGER NOT NULL,
  [ ReqClass ] INTEGER NOT NULL,
  [ ReqLevel ] INTEGER NOT NULL,
  [ ItemLevel ] INTEGER NOT NULL,
  [ ItemTier ] INTEGER NOT NULL,
  [ Grade ] INTEGER NOT NULL,
  [ Quality ] INTEGER NOT NULL,
  [ Attribute ] INTEGER NOT NULL,
  [ SetMyClass ] INTEGER NOT NULL,
  [ SetItemLevAverage ] INTEGER NOT NULL,
  [ SetAbility ] INTEGER NOT NULL,
  [ FilterUnacquire ] INTEGER NOT NULL,
  [ CategoryOverwrite ] TEXT NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL
)