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_RandomBoxBase.db

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

Row count: 5848

Download CSV Zipped

CREATE TABLE RandomBoxBase (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Type ] INTEGER NOT NULL,
  [ DropIndex ] INTEGER NOT NULL,
  [ DropIndex2 ] INTEGER NOT NULL,
  [ ShowComponent ] INTEGER NOT NULL,
  [ ShowItemCount ] INTEGER NOT NULL,
  [ ShowMoneyValue ] INTEGER NOT NULL,
  [ ShowItemLevel ] INTEGER NOT NULL,
  [ ComponentDesc ] TEXT NOT NULL,
  [ ComponentDescProbability ] TEXT NOT NULL,
  [ RandomBoxEntityId ] INTEGER NOT NULL,
  [ RandomBoxEntityId2 ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ ClassifyType2 ] INTEGER NOT NULL,
  [ ClassifyIndex2 ] INTEGER NOT NULL,
  [ TradeDisallow ] INTEGER NOT NULL,
  [ SortByName ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)