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

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

Row count: 24

Download CSV Zipped

CREATE TABLE TownArea (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ CustomAreaIndex ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ Desc ] TEXT NOT NULL,
  [ BGImagePath ] TEXT NOT NULL,
  [ DefaultPlacementCount ] INTEGER NOT NULL,
  [ MaxPlacementLimitCount ] INTEGER NOT NULL,
  [ DefaultNpcCount ] INTEGER NOT NULL,
  [ MaxNpcLimitCount ] INTEGER NOT NULL,
  [ DefaultLifeCount ] INTEGER NOT NULL,
  [ MaxLifeLimitCount ] INTEGER NOT NULL,
  [ NeedResearchId ] INTEGER NOT NULL,
  [ PlayModeActiveResearchId ] INTEGER NOT NULL,
  [ TownBlockingPropId1 ] INTEGER NOT NULL,
  [ TownBlockingPropId2 ] INTEGER NOT NULL,
  [ TownEnablingPropId1 ] INTEGER NOT NULL,
  [ TownEnablingPropId2 ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ AreaCenterPos_X ] INTEGER NOT NULL,
  [ AreaCenterPos_Y ] INTEGER NOT NULL,
  [ AreaCenterPos_Z ] INTEGER NOT NULL,
  [ SortIndex ] INTEGER NOT NULL,
  [ CustomAreaType ] INTEGER NOT NULL,
  [ ZoneId ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)