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

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

Row count: 361

Download CSV Zipped

CREATE TABLE ItemAmplificationMaterial (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ AmplificationExp ] INTEGER NOT NULL,
  [ AddExp ] INTEGER NOT NULL,
  [ SuccessRatio ] INTEGER NOT NULL,
  [ SuccessAddExpRate ] INTEGER NOT NULL,
  [ GreatSuccessRatio ] INTEGER NOT NULL,
  [ GreatSuccessAddExpRate ] INTEGER NOT NULL,
  [ MaterialId00 ] INTEGER NOT NULL,
  [ MaterialCount00 ] INTEGER NOT NULL,
  [ MaterialId01 ] INTEGER NOT NULL,
  [ MaterialCount01 ] INTEGER NOT NULL,
  [ MaterialId02 ] INTEGER NOT NULL,
  [ MaterialCount02 ] INTEGER NOT NULL,
  [ MoneyType00 ] INTEGER NOT NULL,
  [ MoneyValue00 ] INTEGER NOT NULL,
  [ MoneyType01 ] INTEGER NOT NULL,
  [ MoneyValue01 ] INTEGER NOT NULL,
  [ MoneyType02 ] INTEGER NOT NULL,
  [ MoneyValue02 ] INTEGER NOT NULL,
  [ SpecialMaterialId00 ] INTEGER NOT NULL,
  [ SpecialMaterialCount00 ] INTEGER NOT NULL,
  [ SpecialRatio00 ] INTEGER NOT NULL,
  [ SpecialMaterialId01 ] INTEGER NOT NULL,
  [ SpecialMaterialCount01 ] INTEGER NOT NULL,
  [ SpecialRatio01 ] INTEGER NOT NULL,
  [ SpecialMaterialId02 ] INTEGER NOT NULL,
  [ SpecialMaterialCount02 ] INTEGER NOT NULL,
  [ SpecialRatio02 ] INTEGER NOT NULL,
  [ BonusMaterialAddRate ] INTEGER NOT NULL,
  [ BonusSpecialMaterialId ] INTEGER NOT NULL,
  [ BonusSpecialMaterialCount ] INTEGER NOT NULL,
  [ BonusSpecialRatio01 ] INTEGER NOT NULL,
  [ BonusSpecialRatio02 ] 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 ])
)