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

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

Row count: 8647

Download CSV Zipped

CREATE TABLE NpcDrop (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ Exp ] INTEGER NOT NULL,
  [ ExpeditionExp ] INTEGER NOT NULL,
  [ MoneyPercent ] INTEGER NOT NULL,
  [ MoneyValue ] INTEGER NOT NULL,
  [ FloatingMatterId ] INTEGER NOT NULL,
  [ DropIndexNormal1 ] INTEGER NOT NULL,
  [ DropIndexNormal2 ] INTEGER NOT NULL,
  [ DropIndexNormal3 ] INTEGER NOT NULL,
  [ DropIndexHard1 ] INTEGER NOT NULL,
  [ DropIndexHard2 ] INTEGER NOT NULL,
  [ DropIndexHard3 ] INTEGER NOT NULL,
  [ DropIndexHellChaos1 ] INTEGER NOT NULL,
  [ DropIndexHellChaos2 ] INTEGER NOT NULL,
  [ DropIndexHellChaos3 ] INTEGER NOT NULL,
  [ DropIndexChallenge1 ] INTEGER NOT NULL,
  [ DropIndexChallenge2 ] INTEGER NOT NULL,
  [ DropIndexChallenge3 ] INTEGER NOT NULL,
  [ DropIndexSpecial1 ] INTEGER NOT NULL,
  [ DropIndexSpecial2 ] INTEGER NOT NULL,
  [ DropIndexSpecial3 ] INTEGER NOT NULL,
  [ DropIndexExtreme1 ] INTEGER NOT NULL,
  [ DropIndexExtreme2 ] INTEGER NOT NULL,
  [ DropIndexExtreme3 ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)