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

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

Row count: 1

Download CSV Zipped

CREATE TABLE AosGameObject (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ Desc ] TEXT NOT NULL,
  [ ObjectType ] INTEGER NOT NULL,
  [ ObjectIndex ] INTEGER NOT NULL,
  [ ScorePoint ] INTEGER NOT NULL,
  [ AssistScorePoint ] INTEGER NOT NULL,
  [ BonusBuffId ] INTEGER NOT NULL,
  [ NoticeOn ] INTEGER NOT NULL,
  [ ToWin ] INTEGER NOT NULL,
  [ KillRewardType ] INTEGER NOT NULL,
  [ KillBountyToken ] INTEGER NOT NULL,
  [ TeamBountyToken ] INTEGER NOT NULL,
  [ AssistBountyToken ] INTEGER NOT NULL,
  [ AssistBountyDistance ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ AnnounceOn ] INTEGER NOT NULL,
  [ AnnounceIconPath ] TEXT NOT NULL,
  [ AnnounceIconIndex ] INTEGER NOT NULL,
  [ KillBountyExp ] INTEGER NOT NULL,
  [ TeamBountyExp ] INTEGER NOT NULL,
  [ AssistBountyExp ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL
)