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

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

Row count: 3219

Download CSV Zipped

CREATE TABLE AbilityFeature (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Type ] INTEGER NOT NULL,
  [ Value00 ] INTEGER NOT NULL,
  [ Value01 ] INTEGER NOT NULL,
  [ Value02 ] INTEGER NOT NULL,
  [ Value03 ] INTEGER NOT NULL,
  [ Value04 ] INTEGER NOT NULL,
  [ Value05 ] INTEGER NOT NULL,
  [ Value06 ] INTEGER NOT NULL,
  [ Value07 ] INTEGER NOT NULL,
  [ BaseRatio ] REAL NOT NULL,
  [ MaxRatio ] REAL NOT NULL,
  [ Interval ] INTEGER NOT NULL,
  [ Cooldown ] INTEGER NOT NULL,
  [ AbilityText ] TEXT NOT NULL,
  [ AbilitySound ] TEXT NOT NULL,
  [ AbilityTextMonopolyTime ] INTEGER NOT NULL,
  [ FontColor ] INTEGER NOT NULL,
  [ TextBroadCastType ] INTEGER NOT NULL,
  [ PCClass ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ], [ SecondaryKey ])
)