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

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

Row count: 7

Download CSV Zipped

CREATE TABLE NpcFriendshipAffectionTalkReward (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ NpcFriendshipPoint ] INTEGER NOT NULL,
  [ DropBase1 ] INTEGER NOT NULL,
  [ DropBase2 ] INTEGER NOT NULL,
  [ DropBase3 ] INTEGER NOT NULL,
  [ DropBase4 ] INTEGER NOT NULL,
  [ DropBase5 ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)