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

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

Row count: 904

Download CSV Zipped

CREATE TABLE DropEther (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ Comment ] TEXT NOT NULL,
  [ Desc ] TEXT NOT NULL,
  [ Model ] TEXT NOT NULL,
  [ Radius ] INTEGER NOT NULL,
  [ DelayTime ] INTEGER NOT NULL,
  [ LifeTime ] INTEGER NOT NULL,
  [ EffectInvoke1 ] INTEGER NOT NULL,
  [ EffectInvoke2 ] INTEGER NOT NULL,
  [ EffectInvoke3 ] INTEGER NOT NULL,
  [ ReGadget ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)