EFTable_ItemBraceletEnchant.db
Generated on: 2025-07-23 11:55:42 UTC
Row count: 31
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 ])
)