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

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

Row count: 91

Download CSV Zipped

CREATE TABLE TrinityOrbEnhanceOption (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ AddonType00 ] INTEGER NOT NULL,
  [ AddonStat00 ] INTEGER NOT NULL,
  [ AddonIndex00 ] INTEGER NOT NULL,
  [ AddonValue00 ] INTEGER NOT NULL,
  [ AddonType01 ] INTEGER NOT NULL,
  [ AddonStat01 ] INTEGER NOT NULL,
  [ AddonIndex01 ] INTEGER NOT NULL,
  [ AddonValue01 ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ], [ SecondaryKey ])
)