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

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

Row count: 7

Download CSV Zipped

CREATE TABLE PetSkill (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ Desc ] TEXT NOT NULL,
  [ Icon ] TEXT NOT NULL,
  [ IconIndex ] INTEGER NOT NULL,
  [ Grade ] INTEGER NOT NULL,
  [ OwnRatio ] INTEGER NOT NULL,
  [ InvokeSkillPeriodMin ] INTEGER NOT NULL,
  [ InvokeSkillPeriodMax ] INTEGER NOT NULL,
  [ InvokeRate ] INTEGER NOT NULL,
  [ StatusEffectId1 ] INTEGER NOT NULL,
  [ StatusEffectId2 ] INTEGER NOT NULL,
  [ StatusEffectId3 ] INTEGER NOT NULL,
  [ StatusEffectId4 ] INTEGER NOT NULL,
  [ StatusEffectId5 ] INTEGER NOT NULL,
  [ StatusEffectRatio1 ] INTEGER NOT NULL,
  [ StatusEffectRatio2 ] INTEGER NOT NULL,
  [ StatusEffectRatio3 ] INTEGER NOT NULL,
  [ StatusEffectRatio4 ] INTEGER NOT NULL,
  [ StatusEffectRatio5 ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ Upgrade_Rare ] INTEGER NOT NULL,
  [ Upgrade_Epic ] INTEGER NOT NULL,
  [ Upgrade_Legend ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)