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

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

Row count: 25

Download CSV Zipped

CREATE TABLE SkillBuffBubbleFX (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ BuffBubbleCreateParticle ] TEXT NOT NULL,
  [ BuffBubbleDestroyParticle ] TEXT NOT NULL,
  [ BuffBubbleParticleFlyingType ] INTEGER NOT NULL,
  [ BuffBubbleDuration ] REAL NOT NULL,
  [ BuffBubbleReverseType ] INTEGER NOT NULL,
  [ BuffBubbleDestroyAkEvent ] TEXT NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)