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

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

Row count: 31

Download CSV Zipped

CREATE TABLE ItemBraceletEnchant (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ OptionGroupId ] INTEGER NOT NULL,
  [ FixedSlotRatio0 ] INTEGER NOT NULL,
  [ FixedSlotRatio1 ] INTEGER NOT NULL,
  [ FixedSlotRatio2 ] INTEGER NOT NULL,
  [ FixedSlotRatio3 ] INTEGER NOT NULL,
  [ FixedSlotRatio4 ] INTEGER NOT NULL,
  [ FixedSlotRatio5 ] INTEGER NOT NULL,
  [ EnchantSlotRatio0 ] INTEGER NOT NULL,
  [ EnchantSlotRatio1 ] INTEGER NOT NULL,
  [ EnchantSlotRatio2 ] INTEGER NOT NULL,
  [ EnchantSlotRatio3 ] INTEGER NOT NULL,
  [ CostId ] INTEGER NOT NULL,
  [ TooltipSlotMin ] INTEGER NOT NULL,
  [ TooltipSlotMax ] INTEGER NOT NULL,
  [ MaxExtraEnchantCount ] INTEGER NOT NULL,
  [ ExtraEnchanceCostItemId ] INTEGER NOT NULL,
  [ ExtraEnchanceCostItemCount ] INTEGER NOT NULL,
  [ ExtraEnchanceReplaceCostItemId ] INTEGER NOT NULL,
  [ ExtraEnchanceReplaceCostItemCount ] INTEGER NOT NULL,
  [ EnabledUpgrade ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ], [ SecondaryKey ])
)