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

Generated on: 2025-07-23 11:55:11 UTC

Row count: 117

Download CSV Zipped

CREATE TABLE Emoticon (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ SortIndex ] INTEGER NOT NULL,
  [ KeyName ] TEXT NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ Desc ] TEXT NOT NULL,
  [ Label ] TEXT NOT NULL,
  [ LearnType ] INTEGER NOT NULL,
  [ IconPath ] TEXT NOT NULL,
  [ IconIndex ] INTEGER NOT NULL,
  [ ResourcePath ] TEXT NOT NULL,
  [ ResourceIndex ] INTEGER NOT NULL,
  [ PopupMotionType ] INTEGER NOT NULL,
  [ PopupSound ] TEXT NOT NULL,
  [ ItemAcquisition ] INTEGER NOT NULL,
  [ ManualAcquisition ] TEXT NOT NULL,
  [ RandomEmoticon1 ] INTEGER NOT NULL,
  [ RandomEmoticon2 ] INTEGER NOT NULL,
  [ RandomEmoticon3 ] INTEGER NOT NULL,
  [ Weight ] INTEGER NOT NULL,
  [ Hidden ] INTEGER NOT NULL,
  [ HideUnacquired ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)