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

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

Row count: 51

Download CSV Zipped

CREATE TABLE VoyageAdventureMatter (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Desc ] TEXT NOT NULL,
  [ ConditionPreAdvObjId ] INTEGER NOT NULL,
  [ RewardLifeExp ] INTEGER NOT NULL,
  [ RewardMoney ] INTEGER NOT NULL,
  [ RewardItemId ] INTEGER NOT NULL,
  [ RewardItemAmount ] INTEGER NOT NULL,
  [ IconTexture ] TEXT NOT NULL,
  [ IconIndex ] INTEGER NOT NULL,
  [ DiscoverRemoteEvent ] TEXT NOT NULL,
  [ GroupIndex ] INTEGER NOT NULL,
  [ DiscoverContentsTriggerId ] INTEGER NOT NULL,
  [ OverlapCheckCount ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL
)