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

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

Row count: 7

Download CSV Zipped

CREATE TABLE LifeProfessionInfo (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ Comment ] TEXT NOT NULL,
  [ ProfessionType ] INTEGER NOT NULL,
  [ UnlockCondition ] INTEGER NOT NULL,
  [ LifePointForTier1 ] INTEGER NOT NULL,
  [ LifePointForTier2 ] INTEGER NOT NULL,
  [ LifePointForTier3 ] INTEGER NOT NULL,
  [ LifePointForTier4 ] INTEGER NOT NULL,
  [ LifePointForTier5 ] INTEGER NOT NULL,
  [ LifePointForTier6 ] INTEGER NOT NULL,
  [ LifePointForTier7 ] INTEGER NOT NULL,
  [ LifePointForTier8 ] INTEGER NOT NULL,
  [ LifePointForTier9 ] INTEGER NOT NULL,
  [ LifePointForTier10 ] INTEGER NOT NULL,
  [ LifePointForTier11 ] INTEGER NOT NULL,
  [ GuideTitle ] TEXT NOT NULL,
  [ GuideMovie ] TEXT NOT NULL,
  [ GuideDesc ] TEXT NOT NULL,
  [ GuideToolItem1 ] INTEGER NOT NULL,
  [ GuideToolItem2 ] INTEGER NOT NULL,
  [ GuideToolItem3 ] INTEGER NOT NULL,
  [ GuideRewardDesc ] TEXT NOT NULL,
  [ LevelUpFx ] TEXT NOT NULL,
  [ OtherLevelUpFx ] TEXT NOT NULL,
  [ StackChargeSkillId ] INTEGER NOT NULL,
  [ StackSkillId ] INTEGER NOT NULL,
  [ StackSkillMaxChargeCount ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL
)