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

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

Row count: 2651

Download CSV Zipped

CREATE TABLE SkillBuffOverlap (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ ExpiredReasonType0 ] INTEGER NOT NULL,
  [ ExpiredChainSkillEffectId0 ] INTEGER NOT NULL,
  [ ExpiredReasonType1 ] INTEGER NOT NULL,
  [ ExpiredChainSkillEffectId1 ] INTEGER NOT NULL,
  [ ExpiredReasonType2 ] INTEGER NOT NULL,
  [ ExpiredChainSkillEffectId2 ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ], [ SecondaryKey ])
)