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

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

Row count: 71

Download CSV Zipped

CREATE TABLE PCLevel (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ ReqExp ] INTEGER NOT NULL,
  [ CriticalHitCoefficient ] REAL NOT NULL,
  [ SpecialtyCoefficient ] REAL NOT NULL,
  [ OppressionCoefficient ] REAL NOT NULL,
  [ RapidityCoefficient ] REAL NOT NULL,
  [ EnduranceCoefficient ] REAL NOT NULL,
  [ MasteryCoefficient ] REAL NOT NULL,
  [ APPointEvolution ] INTEGER NOT NULL,
  [ APPointEnlightenment ] INTEGER NOT NULL,
  [ APPointLeap ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL
)