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

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

Row count: 858001

Download CSV Zipped

CREATE TABLE NpcStat (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ BalanceLevel ] INTEGER NOT NULL,
  [ StatScaleKey ] TEXT NOT NULL,
  [ Grade ] INTEGER NOT NULL,
  [ Exp ] INTEGER NOT NULL,
  [ Min_Money ] INTEGER NOT NULL,
  [ Max_Money ] INTEGER NOT NULL,
  [ SkillDamage ] INTEGER NOT NULL,
  [ Hp ] INTEGER NOT NULL,
  [ Mp ] INTEGER NOT NULL,
  [ Hitratio ] INTEGER NOT NULL,
  [ Crtratio ] INTEGER NOT NULL,
  [ Dodge ] INTEGER NOT NULL,
  [ Def ] INTEGER NOT NULL,
  [ Res ] INTEGER NOT NULL,
  [ Crtblock ] INTEGER NOT NULL,
  [ ExpeditionExp ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL
)