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

Generated on: 2025-07-23 11:55:45 UTC

Row count: 1

Download CSV Zipped

CREATE TABLE ItemTripodOption (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ ClassifyType2 ] INTEGER NOT NULL,
  [ ClassifyIndex2 ] INTEGER NOT NULL,
  [ ClassFilter ] INTEGER NOT NULL,
  [ MinCount ] INTEGER NOT NULL,
  [ MaxCount ] INTEGER NOT NULL,
  [ Ratio ] INTEGER NOT NULL,
  [ SkillId ] INTEGER NOT NULL,
  [ TripodIndex ] INTEGER NOT NULL,
  [ Lv1Ratio ] INTEGER NOT NULL,
  [ Lv2Ratio ] INTEGER NOT NULL,
  [ Lv3Ratio ] INTEGER NOT NULL,
  [ Lv4Ratio ] INTEGER NOT NULL,
  [ Lv5Ratio ] INTEGER NOT NULL,
  [ Lv6Ratio ] INTEGER NOT NULL,
  [ Lv7Ratio ] INTEGER NOT NULL,
  [ Lv8Ratio ] INTEGER NOT NULL,
  [ Lv9Ratio ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL
)