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

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

Row count: 665

Download CSV Zipped

CREATE TABLE PaidActionCost (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ CashAmount ] INTEGER NOT NULL,
  [ GameMoneyAmount ] INTEGER NOT NULL,
  [ ItemCount ] INTEGER NOT NULL,
  [ MaxRow ] INTEGER NOT NULL,
  [ MaxSlot ] INTEGER NOT NULL,
  [ ReduceTime ] INTEGER NOT NULL,
  [ ReduceItemCategory ] INTEGER NOT NULL,
  [ DurationTime ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ], [ SecondaryKey ])
)