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

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

Row count: 469

Download CSV Zipped

CREATE TABLE SkillRecommendSetting (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ PCClass ] INTEGER NOT NULL,
  [ TripodTier1 ] INTEGER NOT NULL,
  [ TripodTier2 ] INTEGER NOT NULL,
  [ TripodTier3 ] INTEGER NOT NULL,
  [ RecommendTripodTier ] INTEGER NOT NULL,
  [ Priority ] INTEGER NOT NULL,
  [ QuickSlot ] INTEGER NOT NULL,
  [ ReplaceSkillId ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ], [ SecondaryKey ])
)