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

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

Row count: 106

Download CSV Zipped

CREATE TABLE ArkPassiveStigmaLevel (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ LevelUpProb ] INTEGER NOT NULL,
  [ LevelOptionId0 ] INTEGER NOT NULL,
  [ LevelOptionId1 ] INTEGER NOT NULL,
  [ MoneyType ] INTEGER NOT NULL,
  [ MoneyTypeCost ] INTEGER NOT NULL,
  [ LevelMaterialBase ] INTEGER NOT NULL,
  [ LevelMaterialBaseCost ] INTEGER NOT NULL,
  [ LevelUpBaseCare ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ], [ SecondaryKey ])
)