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

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

Row count: 89

Download CSV Zipped

CREATE TABLE ZoneEpicGateSupportBuff (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ ZoneLevelLowRank ] INTEGER NOT NULL,
  [ Phase ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ ClassifyType2 ] INTEGER NOT NULL,
  [ ClassifyIndex2 ] INTEGER NOT NULL,
  [ ConditionClearCount ] INTEGER NOT NULL,
  [ ClearCountTargetPhase ] INTEGER NOT NULL,
  [ BuffId ] INTEGER NOT NULL,
  [ BreakThroughBuffGroupId ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY (
    [ PrimaryKey ],
    [ SecondaryKey ],
    [ ZoneLevelLowRank ],
    [ Phase ]
  )
)