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

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

Row count: 1

Download CSV Zipped

CREATE TABLE AosLevel (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ RequiredExp ] INTEGER NOT NULL,
  [ RewardToken ] INTEGER NOT NULL,
  [ RewardSkillPoint ] INTEGER NOT NULL,
  [ SkillLevelLimit ] INTEGER NOT NULL,
  [ BuffForWarrior ] INTEGER NOT NULL,
  [ BuffForWarriorFemale ] INTEGER NOT NULL,
  [ BuffForBerserker ] INTEGER NOT NULL,
  [ BuffForBerserkerFemale ] INTEGER NOT NULL,
  [ BuffForDestroyer ] INTEGER NOT NULL,
  [ BuffForWarlord ] INTEGER NOT NULL,
  [ BuffForHolyKnight ] INTEGER NOT NULL,
  [ BuffForHolyKnightFemale ] INTEGER NOT NULL,
  [ BuffForMagician ] INTEGER NOT NULL,
  [ BuffForArcana ] INTEGER NOT NULL,
  [ BuffForSummoner ] INTEGER NOT NULL,
  [ BuffForBard ] INTEGER NOT NULL,
  [ BuffForFighter ] INTEGER NOT NULL,
  [ BuffForFighterMale ] INTEGER NOT NULL,
  [ BuffForBattleMaster ] INTEGER NOT NULL,
  [ BuffForBattleMasterMale ] INTEGER NOT NULL,
  [ BuffForInfighter ] INTEGER NOT NULL,
  [ BuffForInfighterMale ] INTEGER NOT NULL,
  [ BuffForForceMaster ] INTEGER NOT NULL,
  [ BuffForLanceMaster ] INTEGER NOT NULL,
  [ BuffForDelain ] INTEGER NOT NULL,
  [ BuffForBlade ] INTEGER NOT NULL,
  [ BuffForDemonic ] INTEGER NOT NULL,
  [ BuffForReaper ] INTEGER NOT NULL,
  [ BuffForSoulEater ] INTEGER NOT NULL,
  [ BuffForHunter ] INTEGER NOT NULL,
  [ BuffForHunterFemale ] INTEGER NOT NULL,
  [ BuffForHawkEye ] INTEGER NOT NULL,
  [ BuffForDevilHunter ] INTEGER NOT NULL,
  [ BuffForDevilHunterFemale ] INTEGER NOT NULL,
  [ BuffForBlaster ] INTEGER NOT NULL,
  [ BuffForScouter ] INTEGER NOT NULL,
  [ BuffForSpecialist ] INTEGER NOT NULL,
  [ BuffForYinyangshi ] INTEGER NOT NULL,
  [ BuffForWeatherArtist ] INTEGER NOT NULL,
  [ BuffForAlchemist ] INTEGER NOT NULL,
  [ BuffForElementalMaster ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)