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

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

Row count: 142

Download CSV Zipped

CREATE TABLE VoyageDynamicIslandSpawn (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ SpotGroupZoneId ] INTEGER NOT NULL,
  [ SpotGroupId ] INTEGER NOT NULL,
  [ SignPropId ] INTEGER NOT NULL,
  [ SignTime ] INTEGER NOT NULL,
  [ EntryPropId ] INTEGER NOT NULL,
  [ EntryTime ] INTEGER NOT NULL,
  [ IslandZoneId ] INTEGER NOT NULL,
  [ IslandZoneLevel ] INTEGER NOT NULL,
  [ ZoneDespawnNotice ] INTEGER NOT NULL,
  [ FullAnnounceString ] TEXT NOT NULL,
  [ OceanNotifyDisable ] INTEGER NOT NULL,
  [ AnnounceString ] TEXT NOT NULL,
  [ SignAnnounceString ] TEXT NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ RewardDropBaseLimit ] INTEGER NOT NULL,
  [ RotationIsland ] INTEGER NOT NULL,
  [ RotationIslandType ] INTEGER NOT NULL,
  [ RotationIslandRewardId ] INTEGER NOT NULL,
  [ VoyageRotationIslandUIImg ] TEXT NOT NULL,
  [ RotationIslandTooltip ] TEXT NOT NULL,
  [ RotationIslandEssentialGuideMusic ] INTEGER NOT NULL,
  [ RotationIslandEssentialGuideString ] TEXT NOT NULL,
  [ RotationIslandEssentialGuideTooltip ] TEXT NOT NULL,
  [ LostSurvivalId ] INTEGER NOT NULL,
  [ OutsideVoyageSpawn ] INTEGER NOT NULL,
  [ PeriodRewardId ] INTEGER NOT NULL,
  [ SubPeriodRewardId ] INTEGER NOT NULL,
  [ OceanZoneID ] INTEGER NOT NULL,
  [ EntryType ] INTEGER NOT NULL,
  [ ImmediateEntryPcCount ] INTEGER NOT NULL,
  [ EntryPcCount ] INTEGER NOT NULL,
  [ EntryPcMinCount ] INTEGER NOT NULL,
  [ EntryPropDespawnPcMinCount ] INTEGER NOT NULL,
  [ ZoneBalanceId ] INTEGER NOT NULL,
  [ Announce_Icon_Path ] TEXT NOT NULL,
  [ Announce_Icon_Index ] INTEGER NOT NULL,
  [ IslandCategory ] INTEGER NOT NULL,
  [ ShowAppearanceTime ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ], [ SecondaryKey ])
)