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

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

Row count: 1339

Download CSV Zipped

CREATE TABLE ContentsRequirement (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ Desc ] TEXT NOT NULL,
  [ MainCategory ] INTEGER NOT NULL,
  [ Comment ] TEXT NOT NULL,
  [ OptimalItemLevelMin ] INTEGER NOT NULL,
  [ OptimalItemLevelMax ] INTEGER NOT NULL,
  [ ZoneId ] INTEGER NOT NULL,
  [ Pos ] TEXT NOT NULL,
  [ CustomZoneName ] TEXT NOT NULL,
  [ ContentsRewardDisplayId ] INTEGER NOT NULL,
  [ DamAttr ] INTEGER NOT NULL,
  [ WeaponItemLevel ] INTEGER NOT NULL,
  [ EntranceItemId ] INTEGER NOT NULL,
  [ BattleItemId1 ] INTEGER NOT NULL,
  [ BattleItemId2 ] INTEGER NOT NULL,
  [ BattleItemId3 ] INTEGER NOT NULL,
  [ BattleItemId4 ] INTEGER NOT NULL,
  [ BattleItemId5 ] INTEGER NOT NULL,
  [ NoStageRewardPcItemLevelMin ] INTEGER NOT NULL,
  [ RequireType1 ] INTEGER NOT NULL,
  [ RequireValue1A ] INTEGER NOT NULL,
  [ RequireValue1B ] INTEGER NOT NULL,
  [ RequireValue1C ] INTEGER NOT NULL,
  [ RequireValue1D ] INTEGER NOT NULL,
  [ RequireType2 ] INTEGER NOT NULL,
  [ RequireValue2A ] INTEGER NOT NULL,
  [ RequireValue2B ] INTEGER NOT NULL,
  [ RequireValue2C ] INTEGER NOT NULL,
  [ RequireValue2D ] INTEGER NOT NULL,
  [ RequireType3 ] INTEGER NOT NULL,
  [ RequireValue3A ] INTEGER NOT NULL,
  [ RequireValue3B ] INTEGER NOT NULL,
  [ RequireValue3C ] INTEGER NOT NULL,
  [ RequireValue3D ] INTEGER NOT NULL,
  [ RequireType4 ] INTEGER NOT NULL,
  [ RequireValue4A ] INTEGER NOT NULL,
  [ RequireValue4B ] INTEGER NOT NULL,
  [ RequireValue4C ] INTEGER NOT NULL,
  [ RequireValue4D ] INTEGER NOT NULL,
  [ RequireType5 ] INTEGER NOT NULL,
  [ RequireValue5A ] INTEGER NOT NULL,
  [ RequireValue5B ] INTEGER NOT NULL,
  [ RequireValue5C ] INTEGER NOT NULL,
  [ RequireValue5D ] INTEGER NOT NULL,
  [ RequireType6 ] INTEGER NOT NULL,
  [ RequireValue6A ] INTEGER NOT NULL,
  [ RequireValue6B ] INTEGER NOT NULL,
  [ RequireValue6C ] INTEGER NOT NULL,
  [ RequireValue6D ] INTEGER NOT NULL,
  [ RequireType7 ] INTEGER NOT NULL,
  [ RequireValue7A ] INTEGER NOT NULL,
  [ RequireValue7B ] INTEGER NOT NULL,
  [ RequireValue7C ] INTEGER NOT NULL,
  [ RequireValue7D ] INTEGER NOT NULL,
  [ RequireType8 ] INTEGER NOT NULL,
  [ RequireValue8A ] INTEGER NOT NULL,
  [ RequireValue8B ] INTEGER NOT NULL,
  [ RequireValue8C ] INTEGER NOT NULL,
  [ RequireValue8D ] INTEGER NOT NULL,
  [ RequireType9 ] INTEGER NOT NULL,
  [ RequireValue9A ] INTEGER NOT NULL,
  [ RequireValue9B ] INTEGER NOT NULL,
  [ RequireValue9C ] INTEGER NOT NULL,
  [ RequireValue9D ] INTEGER NOT NULL,
  [ RequireType10 ] INTEGER NOT NULL,
  [ RequireValue10A ] INTEGER NOT NULL,
  [ RequireValue10B ] INTEGER NOT NULL,
  [ RequireValue10C ] INTEGER NOT NULL,
  [ RequireValue10D ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ RecommendCurrentItemLevel ] INTEGER NOT NULL,
  [ ContentsTierSetting ] INTEGER NOT NULL,
  [ RecommendGroup ] INTEGER NOT NULL,
  [ ContentStatus ] INTEGER NOT NULL,
  [ ContentsRewardUnlimitDisplayId ] INTEGER NOT NULL,
  [ ClassifyType2 ] INTEGER NOT NULL,
  [ ClassifyIndex2 ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)