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

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

Row count: 167

Download CSV Zipped

CREATE TABLE TownNpcDress (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ Desc ] TEXT NOT NULL,
  [ TargetNpcId ] INTEGER NOT NULL,
  [ Model ] TEXT NOT NULL,
  [ IconName ] TEXT NOT NULL,
  [ Grade ] INTEGER NOT NULL,
  [ TownEffectId1 ] INTEGER NOT NULL,
  [ TownEffectId2 ] INTEGER NOT NULL,
  [ TownEffectId3 ] INTEGER NOT NULL,
  [ Basic_Item ] INTEGER NOT NULL,
  [ AcquireTooltip ] TEXT NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)