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

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

Row count: 993

Download CSV Zipped

CREATE TABLE ItemAmplificationBase (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ ReleaseItemLevel ] INTEGER NOT NULL,
  [ ReleaseMoneyType00 ] INTEGER NOT NULL,
  [ ReleaseMoneyValue00 ] INTEGER NOT NULL,
  [ ReleaseMoneyType01 ] INTEGER NOT NULL,
  [ ReleaseMoneyValue01 ] INTEGER NOT NULL,
  [ ReleaseMaterialId ] INTEGER NOT NULL,
  [ ReleaseMaterialAmount ] INTEGER NOT NULL,
  [ ReplaceMaterialId ] INTEGER NOT NULL,
  [ ReplaceRatio ] INTEGER NOT NULL,
  [ ReplaceDesc ] TEXT NOT NULL,
  [ BalanceLevel ] INTEGER NOT NULL,
  [ MaxDam ] INTEGER NOT NULL,
  [ Def ] INTEGER NOT NULL,
  [ Res ] INTEGER NOT NULL,
  [ Str ] INTEGER NOT NULL,
  [ Agi ] INTEGER NOT NULL,
  [ Int ] INTEGER NOT NULL,
  [ Con ] INTEGER NOT NULL,
  [ AmplificationMaterialId ] INTEGER NOT NULL,
  [ AmplificationBonusId ] INTEGER NOT NULL,
  [ BaseBonusTooltip ] TEXT NOT NULL,
  [ StageBonusStatRate ] INTEGER NOT NULL,
  [ BoosterRenderUse ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ], [ SecondaryKey ])
)